Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AAPT_PACKAGE_FLAVOR - Static variable in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
 
AaptPackageResources - Class in com.facebook.buck.android
Packages the resources using aapt.
AaptResourceCollector - Class in com.facebook.buck.android.aapt
Responsible for collecting resources parsed by MiniAapt and assigning unique integer ids to those resources.
AaptResourceCollector() - Constructor for class com.facebook.buck.android.aapt.AaptResourceCollector
 
AaptStep - Class in com.facebook.buck.android
Runs the Android Asset Packaging Tool (aapt), which creates an .apk file.
AaptStep(Path, Path, ImmutableList<Path>, ImmutableSortedSet<Path>, Path, Path, Optional<Path>, boolean, boolean, ManifestEntries) - Constructor for class com.facebook.buck.android.AaptStep
 
aar - Variable in class com.facebook.buck.android.AndroidPrebuiltAarDescription.Arg
 
AAR_FORMAT - Static variable in class com.facebook.buck.android.AndroidAar
 
AAR_UNZIP_FLAVOR - Static variable in class com.facebook.buck.android.AndroidPrebuiltAarDescription
 
AbstractApkInfo() - Constructor for class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
 
AbstractArchiveMemberPath - Class in com.facebook.buck.io
 
AbstractArchiveMemberPath() - Constructor for class com.facebook.buck.io.AbstractArchiveMemberPath
 
AbstractAutoSparseConfig - Class in com.facebook.buck.util.autosparse
 
AbstractAutoSparseConfig() - Constructor for class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
AbstractAutoSparseFactory - Class in com.facebook.buck.util.autosparse
 
AbstractBatchingLogger - Class in com.facebook.buck.util.network
Common functionality for uploading log entries in batches.
AbstractBatchingLogger(int) - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger
 
AbstractBatchingLogger() - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger
 
AbstractBatchingLogger.BatchEntry - Class in com.facebook.buck.util.network
 
AbstractBottomUpTraversal<T,E extends Throwable> - Class in com.facebook.buck.graph
Class that performs a "bottom-up" traversal of a DAG.
AbstractBottomUpTraversal(TraversableGraph<T>) - Constructor for class com.facebook.buck.graph.AbstractBottomUpTraversal
 
AbstractBreadthFirstThrowingTraversal<Node,E extends Throwable> - Class in com.facebook.buck.graph
Performs a breadth-first traversal of dependencies of a graph node.
AbstractBreadthFirstThrowingTraversal(Node) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
 
AbstractBreadthFirstThrowingTraversal(Iterable<? extends Node>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
 
AbstractBreadthFirstTraversal<Node> - Class in com.facebook.buck.graph
Performs a breadth-first traversal of dependencies of a graph node.
AbstractBreadthFirstTraversal(Node) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstTraversal
 
AbstractBreadthFirstTraversal(Iterable<? extends Node>) - Constructor for class com.facebook.buck.graph.AbstractBreadthFirstTraversal
 
AbstractBuckEvent - Class in com.facebook.buck.event
Base class for all build events.
AbstractBuckEvent(EventKey) - Constructor for class com.facebook.buck.event.AbstractBuckEvent
 
AbstractBuildRule - Class in com.facebook.buck.rules
Abstract implementation of a BuildRule that can be cached.
AbstractBuildRule(BuildRuleParams) - Constructor for class com.facebook.buck.rules.AbstractBuildRule
 
AbstractBuildRuleWithResolver - Class in com.facebook.buck.rules
This class should not ever be extended.
AbstractBuildRuleWithResolver(BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.rules.AbstractBuildRuleWithResolver
 
AbstractCharsetProcessListener - Class in com.facebook.buck.util
Implementation of ListeningProcessExecutor.ProcessListener which decodes bytes to and from Java String data.
AbstractCharsetProcessListener(Charset) - Constructor for class com.facebook.buck.util.AbstractCharsetProcessListener
Creates a AbstractCharsetProcessListener which uses a single Charset to encode and decode stdin, stdout, and stderr bytes to and from String data.
AbstractCharsetProcessListener(CharsetEncoder, CharsetDecoder, CharsetDecoder) - Constructor for class com.facebook.buck.util.AbstractCharsetProcessListener
Creates a AbstractCharsetProcessListener which uses separate CharsetEncoder and CharsetDecoders to encode and decode stdin, stdout, and stderr bytes to and from String data.
AbstractCommand - Class in com.facebook.buck.cli
 
AbstractCommand() - Constructor for class com.facebook.buck.cli.AbstractCommand
 
AbstractCommandRunnerParams - Interface in com.facebook.buck.cli
 
AbstractConsoleEventBusListener - Class in com.facebook.buck.event.listener
Base class for BuckEventListeners responsible for outputting information about the running build to stderr.
AbstractConsoleEventBusListener(Console, Clock, Locale, ExecutionEnvironment) - Constructor for class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
AbstractContainerCommand - Class in com.facebook.buck.cli
 
AbstractContainerCommand() - Constructor for class com.facebook.buck.cli.AbstractContainerCommand
 
AbstractCxxLibrary - Interface in com.facebook.buck.cxx
 
AbstractDescriptionArg - Class in com.facebook.buck.rules
 
AbstractDescriptionArg() - Constructor for class com.facebook.buck.rules.AbstractDescriptionArg
 
AbstractDistBuildCommand - Class in com.facebook.buck.cli
 
AbstractDistBuildCommand() - Constructor for class com.facebook.buck.cli.AbstractDistBuildCommand
 
AbstractExecutionStep - Class in com.facebook.buck.step
Abstract implementation of Step that takes the description as a constructor parameter and requires only the implementation of AbstractExecutionStep.execute(ExecutionContext).
AbstractExecutionStep(String) - Constructor for class com.facebook.buck.step.AbstractExecutionStep
 
AbstractFileLike - Class in com.facebook.buck.jvm.java.classes
 
AbstractFileLike() - Constructor for class com.facebook.buck.jvm.java.classes.AbstractFileLike
 
AbstractGenruleDescription<T extends AbstractGenruleDescription.Arg> - Class in com.facebook.buck.shell
 
AbstractGenruleDescription() - Constructor for class com.facebook.buck.shell.AbstractGenruleDescription
 
AbstractGenruleDescription.Arg - Class in com.facebook.buck.shell
 
AbstractGenruleStep - Class in com.facebook.buck.shell
 
AbstractGenruleStep(ProjectFilesystem, BuildTarget, AbstractGenruleStep.CommandString, Path) - Constructor for class com.facebook.buck.shell.AbstractGenruleStep
 
AbstractGenruleStep.CommandString - Class in com.facebook.buck.shell
 
AbstractMacroExpander<T> - Class in com.facebook.buck.rules.macros
 
AbstractMacroExpander() - Constructor for class com.facebook.buck.rules.macros.AbstractMacroExpander
 
AbstractManifestInfo - Class in com.facebook.buck.util.autosparse
Track information on a file entry in a version control manifest.
AbstractManifestInfo() - Constructor for class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
AbstractNetworkCache - Class in com.facebook.buck.artifact_cache
 
AbstractNetworkCache(NetworkCacheArgs) - Constructor for class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
AbstractPreprocessor - Class in com.facebook.buck.cxx
 
AbstractPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.AbstractPreprocessor
 
AbstractReport - Class in com.facebook.buck.rage
Base class for gathering logs and other interesting information from buck.
AbstractReport(ProjectFilesystem, DefectReporter, BuildEnvironmentDescription, Console, RageConfig, ExtraInfoCollector, Optional<WatchmanDiagReportCollector>) - Constructor for class com.facebook.buck.rage.AbstractReport
 
AbstractTestStep - Class in com.facebook.buck.step
Abstract implementation of Step that ...
AbstractTestStep(String, ProjectFilesystem, Optional<Path>, ImmutableList<String>, Optional<ImmutableMap<String, String>>, Path, Optional<Long>, Path) - Constructor for class com.facebook.buck.step.AbstractTestStep
 
AbstractTypeCoercerFactory - Class in com.facebook.buck.rules.coercer
Create TypeCoercers that can convert incoming java structures (from json) into particular types.
AbstractTypeCoercerFactory(ObjectMapper, PathTypeCoercer) - Constructor for class com.facebook.buck.rules.coercer.AbstractTypeCoercerFactory
 
AccessFlags - Class in com.facebook.buck.jvm.java.abi
Computes the access flags (see JVMS8 4.1, 4.5, 4.6) for Elements.
AccumulateClassNamesStep - Class in com.facebook.buck.jvm.java
Step that takes a directory or zip of .class files and traverses it to get the total set of .class files included by the directory or zip.
AccumulateClassNamesStep(ProjectFilesystem, Optional<Path>, Path) - Constructor for class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
accumulatedTimeTracker - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
AccumulatedTimeTracker - Class in com.facebook.buck.event.listener
 
AccumulatedTimeTracker(ExecutionEnvironment) - Constructor for class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
acquire(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
Returns the future which will be completed by the moment when resources will be acquired.
actionConfigNames - Variable in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
ActionGraph - Class in com.facebook.buck.rules
 
ActionGraph(Iterable<BuildRule>) - Constructor for class com.facebook.buck.rules.ActionGraph
 
ActionGraphAndResolver - Class in com.facebook.buck.rules
Holds an ActionGraph with the BuildRuleResolver that created it.
ActionGraphAndResolver.Builder - Class in com.facebook.buck.rules
Builds instances of type ActionGraphAndResolver.
ActionGraphCache - Class in com.facebook.buck.rules
Class that transforms TargetGraph to ActionGraph.
ActionGraphCache(BroadcastEventListener) - Constructor for class com.facebook.buck.rules.ActionGraphCache
 
actionGraphCacheHit(ActionGraphEvent.Cache.Hit) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
actionGraphCacheHit(ActionGraphEvent.Cache.Hit) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
actionGraphCacheMiss(ActionGraphEvent.Cache.Miss) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ActionGraphCreationException(String) - Constructor for exception com.facebook.buck.cli.BuildCommand.ActionGraphCreationException
 
ActionGraphEvent - Class in com.facebook.buck.event
Base class for events about building up the action graph from the target graph.
ActionGraphEvent(EventKey) - Constructor for class com.facebook.buck.event.ActionGraphEvent
 
ActionGraphEvent.Cache - Class in com.facebook.buck.event
 
ActionGraphEvent.Cache.Hit - Class in com.facebook.buck.event
 
ActionGraphEvent.Cache.Miss - Class in com.facebook.buck.event
 
ActionGraphEvent.Cache.MissWithTargetGraphHashMatch - Class in com.facebook.buck.event
 
ActionGraphEvent.Finished - Class in com.facebook.buck.event
 
ActionGraphEvent.Processed - Class in com.facebook.buck.event
 
ActionGraphEvent.Started - Class in com.facebook.buck.event
 
actionGraphFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
actionGraphFinished(ActionGraphEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
actionGraphStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
actionGraphStarted(ActionGraphEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
actionGraphStarted(ActionGraphEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
actuallyClose() - Method in class com.facebook.buck.zip.CustomZipOutputStream
 
actuallyClose() - Method in class com.facebook.buck.zip.OverwritingZipOutputStream
 
actuallyCloseEntry() - Method in class com.facebook.buck.zip.CustomZipOutputStream
Called by CustomZipOutputStream.close() and used by subclasses to close the delegate stream.
actuallyCloseEntry() - Method in class com.facebook.buck.zip.OverwritingZipOutputStream
 
actuallyPutNextEntry(ZipEntry) - Method in class com.facebook.buck.zip.CustomZipOutputStream
Called by CustomZipOutputStream.putNextEntry(ZipEntry) and used by subclasses to put the next entry into the zip file.
actuallyPutNextEntry(ZipEntry) - Method in class com.facebook.buck.zip.OverwritingZipOutputStream
 
actuallyWrite(byte[], int, int) - Method in class com.facebook.buck.zip.CustomZipOutputStream
Called by CustomZipOutputStream.write(byte[], int, int) only once it is known that the stream has not been closed, and that a ZipEntry has already been put on the stream and not closed.
actuallyWrite(byte[], int, int) - Method in class com.facebook.buck.zip.OverwritingZipOutputStream
 
AcyclicDepthFirstPostOrderTraversal<T> - Class in com.facebook.buck.graph
Performs a depth-first, post-order traversal over a DAG.
AcyclicDepthFirstPostOrderTraversal(GraphTraversable<T>) - Constructor for class com.facebook.buck.graph.AcyclicDepthFirstPostOrderTraversal
 
AcyclicDepthFirstPostOrderTraversal.CycleException - Exception in com.facebook.buck.graph
 
adbCall(AdbHelper.AdbCallable, boolean) - Method in class com.facebook.buck.android.AdbHelper
Execute an AdbHelper.AdbCallable for all matching devices.
AdbCallable() - Constructor for class com.facebook.buck.android.AdbHelper.AdbCallable
 
AdbCommandLineOptions - Class in com.facebook.buck.cli
 
AdbCommandLineOptions() - Constructor for class com.facebook.buck.cli.AdbCommandLineOptions
 
AdbHelper - Class in com.facebook.buck.android
Helper for executing commands over ADB, especially for multiple devices.
AdbHelper(AdbOptions, TargetDeviceOptions, ExecutionContext, Console, BuckEventBus, boolean) - Constructor for class com.facebook.buck.android.AdbHelper
 
AdbHelper.AdbCallable - Class in com.facebook.buck.android
Base class for commands to be run against an IDevice.
AdbHelper.CommandFailedException - Exception in com.facebook.buck.android
An exception that indicates that an executed command returned an unsuccessful exit code.
adbOptions(BuckConfig) - Method in class com.facebook.buck.cli.InstallCommand
 
adbOptions(BuckConfig) - Method in class com.facebook.buck.cli.UninstallCommand
 
AdbOptions - Class in com.facebook.buck.step
 
AdbOptions() - Constructor for class com.facebook.buck.step.AdbOptions
 
AdbOptions(int, boolean) - Constructor for class com.facebook.buck.step.AdbOptions
 
add(AndroidPrebuiltAar) - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
add(String, String, String) - Method in class com.facebook.buck.apple.clang.HeaderMap.Builder
 
add(String, Path) - Method in class com.facebook.buck.apple.clang.HeaderMap.Builder
 
add(String) - Method in class com.facebook.buck.counters.TagSetCounter
 
add(CxxSource) - Method in class com.facebook.buck.cxx.DepsBuilder
 
add(SourcePath) - Method in class com.facebook.buck.cxx.DepsBuilder
 
add(BuildRule) - Method in class com.facebook.buck.cxx.DepsBuilder
 
add(PreprocessorDelegate) - Method in class com.facebook.buck.cxx.DepsBuilder
 
add(CompilerDelegate) - Method in class com.facebook.buck.cxx.DepsBuilder
 
add(T) - Method in class com.facebook.buck.event.listener.BuckEventOrderer
 
add(Pattern, T) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection.Builder
 
add(ImmutableMap<BuildTarget, Version>, T) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection.Builder
 
add(long) - Method in class com.facebook.buck.rules.keys.SizeLimiter
 
add(E) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
addAccumulateClassNamesStep(ImmutableSet<Path>, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.android.AndroidBinary
 
addAll(Collection<String>) - Method in class com.facebook.buck.counters.TagSetCounter
 
addAll(Collection<? extends E>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
addAllArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Adds elements to architectures list.
addAllArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds elements to architectures set.
addAllArflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to arflags list.
addAllArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Adds elements to args list.
addAllArguments(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Adds elements to arguments list.
addAllAsflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to asflags list.
addAllAsmflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to asmflags list.
addAllAsmppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to asmppflags list.
addAllAsppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to asppflags list.
addAllAssetPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Adds elements to assetPaths set.
addAllAssetsDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to assetsDirectories set.
addAllAssociatedRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Adds elements to associatedRuleKeys set.
addAllBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Adds elements to baseBookmarks set.
addAllBasedOffWhichTracked(Iterable<String>) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Adds elements to basedOffWhichTracked set.
addAllBlacklistedWifiSsids(Iterable<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Adds elements to blacklistedWifiSsids set.
addAllBuildFileImportWhitelist(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds elements to buildFileImportWhitelist list.
addAllBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.APKModule.Builder
Adds elements to buildTargets set.
addAllBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Adds elements to buildTargets set.
addAllBytecodeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to bytecodeIncludes list.
addAllCacheModes(Iterable<String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Adds elements to cacheModes list.
addAllCflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cflags list.
addAllCFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to cFlags list.
addAllChildren(Iterable<? extends Path>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Adds elements to children set.
addAllClassesToRemoveFromJar(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to classesToRemoveFromJar set.
addAllClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to classpathEntriesToDex set.
addAllClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to classpathEntriesToDex set.
addAllClassPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Adds elements to classPaths set.
addAllCommand(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to command list.
addAllCommand(Iterable<String>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Adds elements to command list.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to contacts list.
addAllContacts(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to contacts set.
addAllCppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cppflags list.
addAllCudaflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cudaflags list.
addAllCudappflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cudappflags list.
addAllCxxflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cxxflags list.
addAllCxxppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cxxppflags list.
addAllCxxPreprocessorInput(Iterable<? extends CxxPreprocessorInput>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Adds elements to cxxPreprocessorInput list.
addAllDefaultIncludes(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds elements to defaultIncludes list.
addAllDescriptions(Iterable<? extends Description<?>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds elements to descriptions set.
addAllDeveloperCertificateFingerprints(Iterable<? extends HashCode>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Adds elements to developerCertificateFingerprints set.
addAllDirsContainingResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to dirsContainingResourceDirs set.
addAllDirtyFiles(Iterable<String>) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Adds elements to dirtyFiles set.
addAllExcludedResourcePaths(Iterable<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Adds elements to excludedResourcePaths list.
addAllExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Adds elements to exportedDeps set.
addAllExtraArgs(Iterable<String>) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Adds elements to extraArgs list.
addAllExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to extraArguments list.
addAllExtraClassPathDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds elements to extraClassPathDependencies set.
addAllExtraFiles(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
Adds elements to extraFiles set.
addAllFailures(Iterable<? extends BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Adds elements to failures set.
addAllFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Adds elements to flags list.
addAllFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to flags list.
addAllFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to flags list.
addAllFlags(Iterable<String>) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Adds elements to flags list.
addAllFlavors(Iterable<? extends Flavor>) - Method in class com.facebook.buck.model.BuildTarget.Builder
Adds elements to flavors sortedSet.
addAllFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds elements to folders set.
addAllFrameworkPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds elements to frameworkPaths set.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to frameworks set.
addAllFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Adds elements to frameworks set.
addAllGeneratedSourceCodeFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds elements to generatedSourceCodeFolders set.
addAllHighlightedBuildIds(Iterable<? extends BuildId>) - Method in class com.facebook.buck.rage.DefectReport.Builder
Adds elements to highlightedBuildIds set.
addAllIgnoredPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Adds elements to ignoredPaths set.
addAllIgnorePaths(Iterable<? extends PathOrGlobMatcher>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds elements to ignorePaths set.
addAllIncludedPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.DefectReport.Builder
Adds elements to includedPaths set.
addAllIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to includes list.
addAllIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds elements to includes set.
addAllIncludes(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to includes list.
addAllInput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to input list.
addAllIntellijSdkTargets(Iterable<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Adds elements to intellijSdkTargets set.
addAllInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to interfaces sortedSet.
addAllJavaLibrariesToDex(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to javaLibrariesToDex set.
addAllLabels(Iterable<? extends Label>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to labels list.
addAllLabels(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to labels set.
addAllLdflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to ldflags list.
addAllLdFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to ldFlags list.
addAllLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Adds elements to libraries set.
addAllLibraries(Iterable<? extends OmnibusLibrary>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Adds elements to libraries list.
addAllLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to libraries sortedSet.
addAllLinkables(Iterable<? extends NativeLinkable>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Adds elements to linkables set.
addAllLogs(Iterable<String>) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Adds elements to logs list.
addAllMacroInput(Iterable<String>) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Adds elements to macroInput list.
addAllNativeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to nativeIncludes list.
addAllNeededCoverage(Iterable<? extends Pair<Float, ImmutableSet<Path>>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to neededCoverage list.
addAllNoDxClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to noDxClasspathEntries set.
addAllObjectFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds elements to objectFiles list.
addAllOcamlInput(Iterable<? extends OcamlLibrary>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to ocamlInput list.
addAllPackages(Iterable<? extends HaskellPackage>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to packages list.
addAllPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Adds elements to pathsChangedInWorkingDirectory set.
addAllPathsToThirdPartyJars(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to pathsToThirdPartyJars set.
addAllPerServerData(Iterable<? extends PerServerPingData>) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Adds elements to perServerData list.
addAllPerServerData(Iterable<? extends PerServerData>) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Adds elements to perServerData list.
addAllPlatformFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds elements to platformFlags list.
addAllPlatformWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Adds elements to platformWhitelist sortedSet.
addAllProcessors(Collection<? extends String>) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
 
addAllProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to proguardConfigs set.
addAllRanlibflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to ranlibflags list.
addAllRawKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds elements to rawKeys set.
addAllResourceDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourceDirectories list.
addAllResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceDirs set.
addAllResourceFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceFiles set.
addAllResourcePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Adds elements to resourcePaths set.
addAllResourcesWithEmptyResButNonEmptyAssetsDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourcesWithEmptyResButNonEmptyAssetsDir set.
addAllResourcesWithNonEmptyResDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourcesWithNonEmptyResDir list.
addAllResourceVariantFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceVariantFiles set.
addAllRuleFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds elements to ruleFlags list.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Adds elements to ruleKeys set.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Adds elements to ruleKeys set.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Adds elements to ruleKeys set.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Adds elements to ruleKeys set.
addAllRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds elements to ruleKeys set.
addAllRules(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to rules set.
addAllRules(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds elements to rules list.
addAllSafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to safeAnnotationProcessors set.
addAllServerPool(Iterable<? extends URI>) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Adds elements to serverPool list.
addAllSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
Adds elements to sourcePaths set.
addAllSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Adds elements to sourcePaths set.
addAllSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DIncludes.Builder
Adds elements to sources sortedSet.
addAllSourcesSet(Iterable<? extends Map.Entry<String, CxxSource>>) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
Adds elements to sourcesSet set.
addAllSteps(Iterable<? extends Step>) - Method in class com.facebook.buck.cli.TestRun.Builder
Adds elements to steps list.
addAllStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to stripFlags list.
addAllSuggestions(Iterable<? extends DoctorSuggestion>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Adds elements to suggestions list.
addAllSupportedArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds elements to supportedArchitectures set.
addAllSupportedProductFamilyIDs(Iterable<Integer>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds elements to supportedProductFamilyIDs set.
addAllSwiftRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftRuntimePaths set.
addAllSwiftStaticRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftStaticRuntimePaths set.
addAllTargets(Iterable<? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Adds elements to targets set.
addAllTargets(Iterable<? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds elements to targets set.
addAllTestCases(Iterable<? extends TestCaseSummary>) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to testCases list.
addAllTestClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Adds elements to testClasses list.
addAllTestLogPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to testLogPaths list.
addAllThinTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Adds elements to thinTargets list.
addAllToIndex(C) - Method in class com.facebook.buck.rules.BuildRuleResolver
Adds an iterable of build rules to the index.
addAllToolchainPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Adds elements to toolchainPaths set.
addAllToolchains(Iterable<? extends AppleToolchain>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds elements to toolchains list.
addAllVerificationErrors(Iterable<String>) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Adds elements to verificationErrors list.
addAllWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Adds elements to whitelist sortedSet.
addAllWhitelistedStringDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to whitelistedStringDirectories set.
addArchitectures(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Adds one element to architectures list.
addArchitectures(String...) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Adds elements to architectures list.
addArchitectures(String) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds one element to architectures set.
addArchitectures(String...) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds elements to architectures set.
addArflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to arflags list.
addArflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to arflags list.
addArg(Arg) - Method in class com.facebook.buck.rules.CommandTool.Builder
Adds an argument.
addArg(String) - Method in class com.facebook.buck.rules.CommandTool.Builder
 
addArgs(Arg) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Adds one element to args list.
addArgs(Arg...) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Adds elements to args list.
addArguments(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Adds one element to arguments list.
addArguments(String...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Adds elements to arguments list.
addAsDependency(DependencyType, IjDependencyListBuilder) - Method in interface com.facebook.buck.jvm.java.intellij.IjProjectElement
 
addAsflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to asflags list.
addAsflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to asflags list.
addAsmflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to asmflags list.
addAsmflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to asmflags list.
addAsmppflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to asmppflags list.
addAsmppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to asmppflags list.
addAsppflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to asppflags list.
addAsppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to asppflags list.
addAssetPaths(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Adds one element to assetPaths set.
addAssetPaths(Path...) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Adds elements to assetPaths set.
addAssetsDirectories(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds one element to assetsDirectories set.
addAssetsDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to assetsDirectories set.
addAssetsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addAssociatedRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Adds one element to associatedRuleKeys set.
addAssociatedRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Adds elements to associatedRuleKeys set.
addBase64EncodedTestSelector(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
addBaseBookmarks(String) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Adds one element to baseBookmarks set.
addBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Adds elements to baseBookmarks set.
addBasedOffWhichTracked(String) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Adds one element to basedOffWhichTracked set.
addBasedOffWhichTracked(String...) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Adds elements to basedOffWhichTracked set.
addBlacklistedWifiSsids(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Adds one element to blacklistedWifiSsids set.
addBlacklistedWifiSsids(String...) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Adds elements to blacklistedWifiSsids set.
addBuildAction(XCScheme.BuildActionEntry) - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
 
addBuildConfig(String, BuildConfigFields) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addBuildFileImportWhitelist(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds one element to buildFileImportWhitelist list.
addBuildFileImportWhitelist(String...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds elements to buildFileImportWhitelist list.
addBuildMetadata(String, String) - Method in class com.facebook.buck.rules.BuildInfoRecorder
Used by the build engine to record metadata describing the build (e.g.
addBuildMetadata(String, ImmutableMap<String, String>) - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
addBuildTargets(BuildTarget) - Method in class com.facebook.buck.android.APKModule.Builder
Adds one element to buildTargets set.
addBuildTargets(BuildTarget...) - Method in class com.facebook.buck.android.APKModule.Builder
Adds elements to buildTargets set.
addBuildTargets(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Adds one element to buildTargets set.
addBuildTargets(BuildTarget...) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Adds elements to buildTargets set.
addBytecodeFlavor(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
addBytecodeIncludes(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to bytecodeIncludes list.
addBytecodeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to bytecodeIncludes list.
addCacheModes(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Adds one element to cacheModes list.
addCacheModes(String...) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Adds elements to cacheModes list.
addCflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to cflags list.
addCflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cflags list.
addCFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to cFlags list.
addCFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to cFlags list.
addChildren(Path) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Adds one element to children set.
addChildren(Path...) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Adds elements to children set.
addClassesToRemoveFromJar(Pattern) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds one element to classesToRemoveFromJar set.
addClassesToRemoveFromJar(Pattern...) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to classesToRemoveFromJar set.
addClassifier(String, String) - Static method in class com.facebook.buck.maven.AetherUtil
Transforms maven coordinates, adding the specified classifier
addClasspathEntriesToDex(SourcePath) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds one element to classpathEntriesToDex set.
addClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Adds elements to classpathEntriesToDex set.
addClasspathEntriesToDex(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds one element to classpathEntriesToDex set.
addClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to classpathEntriesToDex set.
addClasspathEntry(HasJavaClassHashes, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addClassPaths(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Adds one element to classPaths set.
addClassPaths(Path...) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Adds elements to classPaths set.
addCommand(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds one element to command list.
addCommand(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to command list.
addCommand(String) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Adds one element to command list.
addCommand(String...) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Adds elements to command list.
addCompiledShadow(String) - Method in class com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder
 
addContacts(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds one element to contacts list.
addContacts(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to contacts list.
addContacts(String) - Method in class com.facebook.buck.test.TestResults.Builder
Adds one element to contacts set.
addContacts(String...) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to contacts set.
addCppflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to cppflags list.
addCppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cppflags list.
addCudaflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to cudaflags list.
addCudaflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cudaflags list.
addCudappflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to cudappflags list.
addCudappflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cudappflags list.
addCustomDrawableResourceIfNotPresent(RDotTxtEntry.RType, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
 
addCustomResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
 
addCxxflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to cxxflags list.
addCxxflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cxxflags list.
addCxxppflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to cxxppflags list.
addCxxppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to cxxppflags list.
addCxxPreprocessorInput(CxxPreprocessorInput) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Adds one element to cxxPreprocessorInput list.
addCxxPreprocessorInput(CxxPreprocessorInput...) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Adds elements to cxxPreprocessorInput list.
addDebugFlavor(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
addDefaultIncludes(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds one element to defaultIncludes list.
addDefaultIncludes(String...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds elements to defaultIncludes list.
addDep(BuildTarget, BuildTarget, DepsForBuildFiles.DependencyType) - Method in class com.facebook.buck.autodeps.DepsForBuildFiles
 
addDep(BuildRule...) - Method in class com.facebook.buck.rules.CommandTool.Builder
 
addDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.rules.CommandTool.Builder
Adds additional non-argument deps to the tool.
addDescriptions(Description<?>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds one element to descriptions set.
addDescriptions(Description<?>...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds elements to descriptions set.
addDeveloperCertificateFingerprints(HashCode) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Adds one element to developerCertificateFingerprints set.
addDeveloperCertificateFingerprints(HashCode...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Adds elements to developerCertificateFingerprints set.
addDex(DexWithClasses) - Method in class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
 
addDirsContainingResourceDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds one element to dirsContainingResourceDirs set.
addDirsContainingResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to dirsContainingResourceDirs set.
addDirtyFiles(String) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Adds one element to dirtyFiles set.
addDirtyFiles(String...) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Adds elements to dirtyFiles set.
addEdge(T, T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
Adds an edge between source and sink.
addEntry(FileHashCache, RuleKey, SourcePathResolver, ImmutableSet<SourcePath>, ImmutableSet<SourcePath>) - Method in class com.facebook.buck.rules.Manifest
Adds a new output file to the manifest.
addEnv(String, Arg) - Method in class com.facebook.buck.rules.CommandTool.Builder
Adds an environment variable key=arg.
addEnv(String, String) - Method in class com.facebook.buck.rules.CommandTool.Builder
 
addEnvironmentVariables(SourcePathResolver, ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.android.ApkGenrule
 
addEnvironmentVariables(SourcePathResolver, ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.apple.ExternallyBuiltApplePackage
 
addEnvironmentVariables(ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
addEnvironmentVariables(SourcePathResolver, ExecutionContext, ImmutableMap.Builder<String, String>) - Method in class com.facebook.buck.shell.Genrule
 
addEventBus(BuckEventBus) - Method in class com.facebook.buck.event.listener.BroadcastEventListener
 
addExcludedResourcePaths(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Adds one element to excludedResourcePaths list.
addExcludedResourcePaths(String...) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Adds elements to excludedResourcePaths list.
addExecutePermissionsIfReadable(Set<PosixFilePermission>) - Static method in class com.facebook.buck.io.MorePosixFilePermissions
Return a new set of permissions which include execute permission for each of the roles that already have read permissions (e.g.
addExportedDeps(BuildTarget) - Method in class com.facebook.buck.go.GoLinkable.Builder
Adds one element to exportedDeps set.
addExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLinkable.Builder
Adds elements to exportedDeps set.
addExtraArgs(String) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Adds one element to extraArgs list.
addExtraArgs(String...) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Adds elements to extraArgs list.
addExtraArguments(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds one element to extraArguments list.
addExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to extraArguments list.
addExtraClassPathDependencies(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds one element to extraClassPathDependencies set.
addExtraClassPathDependencies(Path...) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds elements to extraClassPathDependencies set.
addExtraFiles(Path) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
Adds one element to extraFiles set.
addExtraFiles(Path...) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
Adds elements to extraFiles set.
addExtras(Collection<String>) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
 
addFailures(BuildResult) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Adds one element to failures set.
addFailures(BuildResult...) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Adds elements to failures set.
addFeatures(BuildTarget, Iterable<String>, ImmutableList.Builder<String>) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
addField(String, PBXObject) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, int) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, String) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, boolean) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, List<? extends PBXObject>) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addField(String, NSObject) - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
addFlag(String) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
 
addFlags(String) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Adds one element to flags list.
addFlags(String...) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Adds elements to flags list.
addFlags(String) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds one element to flags list.
addFlags(String...) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to flags list.
addFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to flags list.
addFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to flags list.
addFlags(String) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Adds one element to flags list.
addFlags(String...) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Adds elements to flags list.
addFlavors(Flavor) - Method in class com.facebook.buck.model.BuildTarget.Builder
Adds one element to flavors sortedSet.
addFlavors(Flavor...) - Method in class com.facebook.buck.model.BuildTarget.Builder
Adds elements to flavors sortedSet.
addFolders(IjFolder) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds one element to folders set.
addFolders(IjFolder...) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds elements to folders set.
addFrameworkPaths(FrameworkPath) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds one element to frameworkPaths set.
addFrameworkPaths(FrameworkPath...) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds elements to frameworkPaths set.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds one element to frameworks set.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to frameworks set.
addFrameworks(FrameworkPath) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Adds one element to frameworks set.
addFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Adds elements to frameworks set.
addGeneratedSourceCodeFolders(IjFolder) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds one element to generatedSourceCodeFolders set.
addGeneratedSourceCodeFolders(IjFolder...) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds elements to generatedSourceCodeFolders set.
addGrayscaleImageResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
 
addGrayscaleImageResourceIfNotPresent(RDotTxtEntry.RType, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
 
addHandler(Handler) - Method in class com.facebook.buck.log.Logger
 
addHeader(SourcePath, Path...) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
 
addHeaderDir(SourcePath) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
 
addHeaderSymlinkTree(CxxPreprocessorInput.Builder, BuildTarget, BuildRuleResolver, CxxPlatform, HeaderVisibility, CxxPreprocessables.IncludeType) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
 
addHighlightedBuildIds(BuildId) - Method in class com.facebook.buck.rage.DefectReport.Builder
Adds one element to highlightedBuildIds set.
addHighlightedBuildIds(BuildId...) - Method in class com.facebook.buck.rage.DefectReport.Builder
Adds elements to highlightedBuildIds set.
addIfPresent(Optional<T>, ImmutableCollection.Builder<T>) - Static method in class com.facebook.buck.util.Optionals
 
addIgnoredPaths(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Adds one element to ignoredPaths set.
addIgnoredPaths(Path...) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Adds elements to ignoredPaths set.
addIgnorePaths(PathOrGlobMatcher) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds one element to ignorePaths set.
addIgnorePaths(PathOrGlobMatcher...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Adds elements to ignorePaths set.
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
addImplicitFlavors(ImmutableSortedSet<Flavor>) - Method in interface com.facebook.buck.rules.ImplicitFlavorsInferringDescription
 
addImplicitFlavorsForRuleTypes(ImmutableSortedSet<Flavor>, BuildRuleType...) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
addImplicitFlavorsForRuleTypes(ImmutableSortedSet<Flavor>, BuildRuleType...) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
addIncludedPaths(Path) - Method in class com.facebook.buck.rage.DefectReport.Builder
Adds one element to includedPaths set.
addIncludedPaths(Path...) - Method in class com.facebook.buck.rage.DefectReport.Builder
Adds elements to includedPaths set.
addIncludes(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds one element to includes list.
addIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to includes list.
addIncludes(CxxHeaders) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds one element to includes set.
addIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Adds elements to includes set.
addIncludes(SourcePath) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds one element to includes list.
addIncludes(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to includes list.
addInput(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to input list.
addInput(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to input list.
addInput(SourcePath...) - Method in class com.facebook.buck.rules.CommandTool.Builder
 
addInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.CommandTool.Builder
Adds additional non-argument inputs to the tool.
addIntArrayResourceIfNotPresent(RDotTxtEntry.RType, String, int) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
 
addIntellijSdkTargets(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Adds one element to intellijSdkTargets set.
addIntellijSdkTargets(String...) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Adds elements to intellijSdkTargets set.
addInterfaces(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds one element to interfaces sortedSet.
addInterfaces(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to interfaces sortedSet.
addIntResourceIfNotPresent(RDotTxtEntry.RType, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
 
AdditionalOptions - Annotation Type in com.facebook.buck.cli
If this annotation is used on a field in one of the ..Options classes (e.g.
AdditionalOptionsCmdLineParser - Class in com.facebook.buck.cli
CmdLineParser with nested options via the AdditionalOptions annotation.
AdditionalOptionsCmdLineParser(Object) - Constructor for class com.facebook.buck.cli.AdditionalOptionsCmdLineParser
Creates a new command line owner that parses arguments/options and set them into the given object.
AdditionalOptionsSubCommandHandler - Class in com.facebook.buck.cli
 
AdditionalOptionsSubCommandHandler(CmdLineParser, OptionDef, Setter<Object>) - Constructor for class com.facebook.buck.cli.AdditionalOptionsSubCommandHandler
 
addJavaLibrariesToDex(BuildTarget) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds one element to javaLibrariesToDex set.
addJavaLibrariesToDex(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to javaLibrariesToDex set.
addLabels(Label) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds one element to labels list.
addLabels(Label...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to labels list.
addLabels(String) - Method in class com.facebook.buck.test.TestResults.Builder
Adds one element to labels set.
addLabels(String...) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to labels set.
addLdflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to ldflags list.
addLdflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to ldflags list.
addLdFlags(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to ldFlags list.
addLdFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to ldFlags list.
addLibraries(FrameworkPath) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Adds one element to libraries set.
addLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Adds elements to libraries set.
addLibraries(OmnibusLibrary) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Adds one element to libraries list.
addLibraries(OmnibusLibrary...) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Adds elements to libraries list.
addLibraries(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds one element to libraries sortedSet.
addLibraries(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Adds elements to libraries sortedSet.
addLibrary(String, IjDependencyListBuilder.Scope, boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder
 
addLinkables(NativeLinkable) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Adds one element to linkables set.
addLinkables(NativeLinkable...) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Adds elements to linkables set.
addListenableCallback(ListenableFuture<V>, FutureCallback<? super V>, Executor) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
addListenableCallback(ListenableFuture<V>, FutureCallback<? super V>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
addLogs(String) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Adds one element to logs list.
addLogs(String...) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Adds elements to logs list.
addMacroInput(String) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Adds one element to macroInput list.
addMacroInput(String...) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Adds elements to macroInput list.
addMetadata(String, String) - Method in interface com.facebook.buck.rules.BuildableContext
When building a BuildRule, any metadata about the output files for the rule should be recorded via this method.
addMetadata(String, ImmutableList<String>) - Method in interface com.facebook.buck.rules.BuildableContext
 
addMetadata(String, String) - Method in class com.facebook.buck.rules.BuildInfoRecorder
This key/value pair is stored in memory until BuildInfoRecorder.writeMetadataToDisk(boolean) is invoked.
addMetadata(String, ImmutableList<String>) - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
addMetadata(String, String) - Method in class com.facebook.buck.rules.DefaultBuildableContext
 
addMetadata(String, ImmutableList<String>) - Method in class com.facebook.buck.rules.DefaultBuildableContext
 
addMissingInitModules(ImmutableMap<Path, SourcePath>, SourcePath) - Static method in class com.facebook.buck.python.PythonBinaryDescription
 
addModule(String, IjDependencyListBuilder.Scope, boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder
 
addNativeIncludes(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to nativeIncludes list.
addNativeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to nativeIncludes list.
addNativeLibAssetsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addNativeLibsDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addNativeLinkable(NativeLinkable) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addNativeLinkableAsset(NativeLinkable) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addNeededCoverage(Pair<Float, ImmutableSet<Path>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds one element to neededCoverage list.
addNeededCoverage(Pair<Float, ImmutableSet<Path>>...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Adds elements to neededCoverage list.
addNode(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
Adds the specified node to the graph.
addNoDxClasspathEntries(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds one element to noDxClasspathEntries set.
addNoDxClasspathEntries(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to noDxClasspathEntries set.
addObjectFiles(SourcePath) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds one element to objectFiles list.
addObjectFiles(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds elements to objectFiles list.
addOcamlInput(OcamlLibrary) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds one element to ocamlInput list.
addOcamlInput(OcamlLibrary...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Adds elements to ocamlInput list.
addOptions(ExecutionContext, ImmutableSet.Builder<ProcessExecutor.Option>) - Method in class com.facebook.buck.ocaml.OcamlDepToolStep
 
addOptions(ExecutionContext, ImmutableSet.Builder<ProcessExecutor.Option>) - Method in class com.facebook.buck.shell.ShellStep
 
addOptionValue(String, String) - Method in interface com.facebook.buck.jvm.java.OptionsConsumer
 
addPackageables(Iterable<AndroidPackageable>) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addPackages(HaskellPackage) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds one element to packages list.
addPackages(HaskellPackage...) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Adds elements to packages list.
addParameter(String) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
 
addPathsChangedInWorkingDirectory(String) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Adds one element to pathsChangedInWorkingDirectory set.
addPathsChangedInWorkingDirectory(String...) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Adds elements to pathsChangedInWorkingDirectory set.
addPathsToThirdPartyJars(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds one element to pathsToThirdPartyJars set.
addPathsToThirdPartyJars(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to pathsToThirdPartyJars set.
addPathToThirdPartyJar(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addPerServerData(PerServerPingData) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Adds one element to perServerData list.
addPerServerData(PerServerPingData...) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Adds elements to perServerData list.
addPerServerData(PerServerData) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Adds one element to perServerData list.
addPerServerData(PerServerData...) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Adds elements to perServerData list.
addPlatformFlags(String) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds one element to platformFlags list.
addPlatformFlags(String...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds elements to platformFlags list.
addPlatformWhitelist(String) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Adds one element to platformWhitelist sortedSet.
addPlatformWhitelist(String...) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Adds elements to platformWhitelist sortedSet.
addPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
 
addPrimaryDex(DexWithClasses) - Method in class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
 
addProcessorBuildTarget(BuildRule) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
 
addProguardConfig(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addProguardConfigs(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds one element to proguardConfigs set.
addProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Adds elements to proguardConfigs set.
addRanlibflags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to ranlibflags list.
addRanlibflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to ranlibflags list.
addRawKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds one element to rawKeys set.
addRawKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds elements to rawKeys set.
addRawSelectors(String...) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
addRawSelectors(Collection<String>) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
addRef() - Method in class com.facebook.buck.util.ClassLoaderCache
 
addResource(RDotTxtEntry.RType, RDotTxtEntry.IdType, String, String) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
 
addResourceDirectories(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds one element to resourceDirectories list.
addResourceDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourceDirectories list.
addResourceDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addResourceDirs(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds one element to resourceDirs set.
addResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceDirs set.
addResourceFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds one element to resourceFiles set.
addResourceFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceFiles set.
addResourceIfNotPresent(RDotTxtEntry) - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
 
addResourcePaths(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Adds one element to resourcePaths set.
addResourcePaths(Path...) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Adds elements to resourcePaths set.
addResourcesWithEmptyResButNonEmptyAssetsDir(BuildTarget) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds one element to resourcesWithEmptyResButNonEmptyAssetsDir set.
addResourcesWithEmptyResButNonEmptyAssetsDir(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourcesWithEmptyResButNonEmptyAssetsDir set.
addResourcesWithNonEmptyResDir(BuildTarget) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds one element to resourcesWithNonEmptyResDir list.
addResourcesWithNonEmptyResDir(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to resourcesWithNonEmptyResDir list.
addResourceVariantFiles(SourcePath) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds one element to resourceVariantFiles set.
addResourceVariantFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Adds elements to resourceVariantFiles set.
addRuleFlags(String) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds one element to ruleFlags list.
addRuleFlags(String...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Adds elements to ruleFlags list.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Adds elements to ruleKeys set.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Adds elements to ruleKeys set.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Adds elements to ruleKeys set.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Adds elements to ruleKeys set.
addRuleKeys(RuleKey) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds one element to ruleKeys set.
addRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Adds elements to ruleKeys set.
addRules(BuildTarget) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds one element to rules set.
addRules(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Adds elements to rules set.
addRules(BuildRule) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds one element to rules list.
addRules(BuildRule...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Adds elements to rules list.
addSafeAnnotationProcessors(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds one element to safeAnnotationProcessors set.
addSafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Adds elements to safeAnnotationProcessors set.
addSample(long) - Method in class com.facebook.buck.counters.SamplingCounter
 
addServerPool(URI) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Adds one element to serverPool list.
addServerPool(URI...) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Adds elements to serverPool list.
addSimpleTestSelector(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
addSourcePaths(SourcePath) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
Adds one element to sourcePaths set.
addSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
Adds elements to sourcePaths set.
addSourcePaths(SourcePath) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Adds one element to sourcePaths set.
addSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Adds elements to sourcePaths set.
addSources(SourcePath) - Method in class com.facebook.buck.d.DIncludes.Builder
Adds one element to sources sortedSet.
addSources(SourcePath...) - Method in class com.facebook.buck.d.DIncludes.Builder
Adds elements to sources sortedSet.
addSourcesSet(Map.Entry<String, CxxSource>) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
Adds one element to sourcesSet set.
addSourcesSet(Map.Entry<String, CxxSource>...) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
Adds elements to sourcesSet set.
addSteps(Step) - Method in class com.facebook.buck.cli.TestRun.Builder
Adds one element to steps list.
addSteps(Step...) - Method in class com.facebook.buck.cli.TestRun.Builder
Adds elements to steps list.
addStringWhitelistedResourceDirectory(BuildTarget, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
addStripFlags(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds one element to stripFlags list.
addStripFlags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Adds elements to stripFlags list.
addSuggestions(DoctorSuggestion) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Adds one element to suggestions list.
addSuggestions(DoctorSuggestion...) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Adds elements to suggestions list.
addSupportedArchitectures(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds one element to supportedArchitectures set.
addSupportedArchitectures(String...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds elements to supportedArchitectures set.
addSupportedProductFamilyIDs(int) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds one element to supportedProductFamilyIDs set.
addSupportedProductFamilyIDs(int...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Adds elements to supportedProductFamilyIDs set.
addSwiftRuntimePaths(Path) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds one element to swiftRuntimePaths set.
addSwiftRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftRuntimePaths set.
addSwiftStaticRuntimePaths(Path) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds one element to swiftStaticRuntimePaths set.
addSwiftStaticRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Adds elements to swiftStaticRuntimePaths set.
addSwiftStdlibStepIfNeeded(SourcePathResolver, Path, Optional<Supplier<CodeSignIdentity>>, ImmutableList.Builder<Step>, boolean) - Method in class com.facebook.buck.apple.AppleBundle
 
addSymlinkTree(SourcePath, ImmutableMap<Path, SourcePath>) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
 
addTargets(TargetNode<?, ?>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Adds one element to targets set.
addTargets(TargetNode<?, ?>...) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Adds elements to targets set.
addTargets(TargetNode<?, ?>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds one element to targets set.
addTargets(TargetNode<?, ?>...) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Adds elements to targets set.
addTestableReference(XCScheme.TestableReference) - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
 
addTestCases(TestCaseSummary) - Method in class com.facebook.buck.test.TestResults.Builder
Adds one element to testCases list.
addTestCases(TestCaseSummary...) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to testCases list.
addTestClasses(String) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Adds one element to testClasses list.
addTestClasses(String...) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Adds elements to testClasses list.
addTestLogPaths(Path) - Method in class com.facebook.buck.test.TestResults.Builder
Adds one element to testLogPaths list.
addTestLogPaths(Path...) - Method in class com.facebook.buck.test.TestResults.Builder
Adds elements to testLogPaths list.
addThinTargets(BuildTarget) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Adds one element to thinTargets list.
addThinTargets(BuildTarget...) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Adds elements to thinTargets list.
addToCollector(AndroidPackageableCollector) - Method in interface com.facebook.buck.android.AndroidPackageable
Add concrete resources to the given collector.
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.AndroidResource
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.NdkLibrary
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.cxx.CxxLibrary
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.js.AndroidReactNativeLibrary
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
addToCollector(AndroidPackageableCollector) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
addToHeaderPathNormalizer(HeaderPathNormalizer.Builder) - Method in class com.facebook.buck.cxx.CxxHeaders
Add this header pack to the given HeaderPathNormalizer.Builder.
addToIndex(T) - Method in class com.facebook.buck.rules.BuildRuleResolver
Adds to the index a mapping from buildRule's target to itself and returns buildRule.
addToMap(Map, String, String) - Method in class com.facebook.buck.cli.EnvironmentOverrideOptionHandler
 
addToolchainPaths(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Adds one element to toolchainPaths set.
addToolchainPaths(Path...) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Adds elements to toolchainPaths set.
addToolchains(AppleToolchain) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds one element to toolchains list.
addToolchains(AppleToolchain...) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Adds elements to toolchains list.
addToolFlagsFromConfig(CxxBuckConfig, CxxPlatform.Builder) - Static method in class com.facebook.buck.cxx.CxxPlatforms
 
AddToRuleKey - Annotation Type in com.facebook.buck.rules
 
addToSparseProfile(Path) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Add a path that should, at some point in the future, be part of the working copy sparse profile.
addToSparseProfile(Path) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
addTypesAndDependencies(Iterable<Type>, Iterable<ClassNode>, ImmutableSet.Builder<String>) - Static method in class com.facebook.buck.dalvik.firstorder.FirstOrderHelper
 
addVerificationErrors(String) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Adds one element to verificationErrors list.
addVerificationErrors(String...) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Adds elements to verificationErrors list.
addWhitelist(String) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Adds one element to whitelist sortedSet.
addWhitelist(String...) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Adds elements to whitelist sortedSet.
addWhitelistedStringDirectories(SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds one element to whitelistedStringDirectories set.
addWhitelistedStringDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Adds elements to whitelistedStringDirectories set.
AetherUtil - Class in com.facebook.buck.maven
 
afterExecute(Runnable, Throwable) - Method in class com.facebook.buck.util.concurrent.LimitedThreadPoolExecutor
 
AGENT_PACKAGE_NAME - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
 
AGENT_VERSION_CODE - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
 
AgentMain - Class in com.facebook.buck.android.agent
Main class for an agent that runs on an Android device to aid app installation.
AgentUtil - Class in com.facebook.buck.android.agent.util
Non-instantiable class for holding functionality that runs both on the host and in the android agent.
AggregationMode - Class in com.facebook.buck.jvm.java.intellij
Indicates how to aggregate TargetNodes into IjModules.
AggregationModeOptionHandler(CmdLineParser, OptionDef, Setter<? super AggregationMode>) - Constructor for class com.facebook.buck.cli.ProjectCommand.AggregationModeOptionHandler
 
aidl - Variable in class com.facebook.buck.android.GenAidlDescription.Arg
 
AidlStep - Class in com.facebook.buck.android
 
AidlStep(ProjectFilesystem, BuildTarget, Path, Set<String>, Path) - Constructor for class com.facebook.buck.android.AidlStep
 
alignCodeSignatureOffsetValue(int) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
 
alignValue(int) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
VM size field of the SegmentCommand needs to be aligned.
all - Variable in class com.facebook.buck.android.relinker.Symbols
 
allowedDuplicateResourceTypes - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
allPaths - Variable in class com.facebook.buck.cxx.PrefixMapDebugPathSanitizer
 
AllPathsFunction - Class in com.facebook.buck.query
A allpaths(from, to) expression, which computes all paths between the build targets in the set 'from' and the build targets in the set 'to', by following the dependencies between nodes in the target graph.
AllPathsFunction() - Constructor for class com.facebook.buck.query.AllPathsFunction
 
amend(JavacOptions, BuildContext) - Method in interface com.facebook.buck.jvm.java.JavacOptionsAmender
 
ANALYZE - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
analyze(ImmutableMap<String, ClassNode>) - Static method in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
 
analyze(ImmutableMap<String, ClassNode>) - Static method in class com.facebook.buck.tools.dxanalysis.RegisterSpecAnalyzer
 
analyze(ImmutableMap<String, ClassNode>, MutabilityAnalyzer) - Static method in class com.facebook.buck.tools.dxanalysis.StaticStateAnalyzer
 
AnalyzeAction(String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.AnalyzeAction
 
ANDROID_CLASSPATH_FROM_CONTEXT - Static variable in class com.facebook.buck.android.AndroidLibraryCompiler
 
ANDROID_NDK_ROOT - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
Magic path prefix we use to denote the machine-specific location of the Android NDK.
AndroidAar - Class in com.facebook.buck.android
 
AndroidAar(BuildRuleParams, AndroidManifest, AndroidResource, SourcePath, SourcePath, Optional<Path>, ImmutableSet<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidAar
 
AndroidAarDescription - Class in com.facebook.buck.android
Description for a BuildRule that generates an .aar file.
AndroidAarDescription(AndroidManifestDescription, CxxBuckConfig, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>) - Constructor for class com.facebook.buck.android.AndroidAarDescription
 
AndroidAarDescription.Arg - Class in com.facebook.buck.android
 
AndroidBinary - Class in com.facebook.buck.android
android_binary( name = 'messenger', manifest = 'AndroidManifest.xml', deps = [ '//src/com/facebook/messenger:messenger_library', ], )
AndroidBinaryDescription - Class in com.facebook.buck.android
 
AndroidBinaryDescription(JavaOptions, JavacOptions, ProGuardConfig, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>, ListeningExecutorService, CxxBuckConfig) - Constructor for class com.facebook.buck.android.AndroidBinaryDescription
 
AndroidBinaryDescription.Arg - Class in com.facebook.buck.android
 
AndroidBinaryDescription.Arg.DuplicateResourceBehaviour - Enum in com.facebook.buck.android
 
AndroidBinaryGraphEnhancer - Class in com.facebook.buck.android
 
AndroidBuckConfig - Class in com.facebook.buck.android
 
AndroidBuckConfig(BuckConfig, Platform) - Constructor for class com.facebook.buck.android.AndroidBuckConfig
 
AndroidBuildConfig - Class in com.facebook.buck.android
BuildRule that can generate a BuildConfig.java file and compile it so it can be used as a Java library.
AndroidBuildConfig(BuildRuleParams, String, BuildConfigFields, Optional<SourcePath>, boolean) - Constructor for class com.facebook.buck.android.AndroidBuildConfig
 
AndroidBuildConfigDescription - Class in com.facebook.buck.android
 
AndroidBuildConfigDescription(JavacOptions) - Constructor for class com.facebook.buck.android.AndroidBuildConfigDescription
 
AndroidBuildConfigDescription.Arg - Class in com.facebook.buck.android
 
AndroidDirectoryResolver - Interface in com.facebook.buck.android
Defines an implementation capable of locating Android SDK and NDK directories.
AndroidGraphEnhancementResult - Class in com.facebook.buck.android
Immutable implementation of AbstractAndroidGraphEnhancementResult.
AndroidGraphEnhancementResult.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidGraphEnhancementResult.
AndroidInstrumentationApk - Class in com.facebook.buck.android
Apk that functions as a test package in Android.
AndroidInstrumentationApkDescription - Class in com.facebook.buck.android
 
AndroidInstrumentationApkDescription(ProGuardConfig, JavacOptions, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>, ListeningExecutorService, CxxBuckConfig) - Constructor for class com.facebook.buck.android.AndroidInstrumentationApkDescription
 
AndroidInstrumentationApkDescription.Arg - Class in com.facebook.buck.android
 
AndroidInstrumentationTest - Class in com.facebook.buck.android
 
AndroidInstrumentationTest(BuildRuleParams, HasInstallableApk, Set<Label>, Set<String>, JavaRuntimeLauncher, Optional<Long>) - Constructor for class com.facebook.buck.android.AndroidInstrumentationTest
 
AndroidInstrumentationTestDescription - Class in com.facebook.buck.android
 
AndroidInstrumentationTestDescription(JavaOptions, Optional<Long>) - Constructor for class com.facebook.buck.android.AndroidInstrumentationTestDescription
 
AndroidInstrumentationTestDescription.Arg - Class in com.facebook.buck.android
 
AndroidInstrumentationTestJVMArgs - Class in com.facebook.buck.android
Immutable implementation of AbstractAndroidInstrumentationTestJVMArgs.
AndroidInstrumentationTestJVMArgs.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidInstrumentationTestJVMArgs.
AndroidLibrary - Class in com.facebook.buck.android
 
AndroidLibrary(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, Set<? extends SourcePath>, Set<? extends SourcePath>, Optional<SourcePath>, ImmutableList<String>, ImmutableSortedSet<BuildRule>, ImmutableSortedSet<BuildRule>, BuildTarget, ImmutableSortedSet<SourcePath>, ImmutableSet<Either<SourcePath, Path>>, JavacOptions, boolean, CompileToJarStepFactory, Optional<Path>, Optional<String>, Optional<SourcePath>, ImmutableSortedSet<BuildTarget>) - Constructor for class com.facebook.buck.android.AndroidLibrary
 
AndroidLibraryCompiler - Class in com.facebook.buck.android
Jvm compiler abstraction for android.
AndroidLibraryCompiler() - Constructor for class com.facebook.buck.android.AndroidLibraryCompiler
 
AndroidLibraryCompilerFactory - Interface in com.facebook.buck.android
Factory providing implementations of AndroidLibraryCompiler for the specified language.
AndroidLibraryDescription - Class in com.facebook.buck.android
 
AndroidLibraryDescription(JavacOptions, AndroidLibraryCompilerFactory) - Constructor for class com.facebook.buck.android.AndroidLibraryDescription
 
AndroidLibraryDescription.Arg - Class in com.facebook.buck.android
 
AndroidLibraryDescription.JvmLanguage - Enum in com.facebook.buck.android
 
AndroidLibraryGraphEnhancer - Class in com.facebook.buck.android
 
AndroidLibraryGraphEnhancer(BuildTarget, BuildRuleParams, JavacOptions, DependencyMode, boolean, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.android.AndroidLibraryGraphEnhancer
 
AndroidManifest - Class in com.facebook.buck.android
AndroidManifest is a BuildRule that can generate an Android manifest from a skeleton manifest and the library manifests from its dependencies.
AndroidManifest(BuildRuleParams, SourcePath, Set<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidManifest
 
AndroidManifestDescription - Class in com.facebook.buck.android
 
AndroidManifestDescription() - Constructor for class com.facebook.buck.android.AndroidManifestDescription
 
AndroidManifestDescription.Arg - Class in com.facebook.buck.android
 
AndroidManifestReader - Interface in com.facebook.buck.android
Allows querying an Android manifest file for various types of information.
AndroidNativeLibsGraphEnhancementResult - Class in com.facebook.buck.android
Immutable implementation of AndroidNativeLibsPackageableGraphEnhancer.AbstractAndroidNativeLibsGraphEnhancementResult.
AndroidNativeLibsGraphEnhancementResult.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidNativeLibsGraphEnhancementResult.
AndroidNativeLibsPackageableGraphEnhancer - Class in com.facebook.buck.android
 
AndroidNativeLibsPackageableGraphEnhancer(BuildRuleResolver, BuildRuleParams, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>, ImmutableSet<NdkCxxPlatforms.TargetCpuType>, CxxBuckConfig, Optional<Map<String, List<Pattern>>>, Optional<BuildTarget>, AndroidBinary.RelinkerMode, APKModuleGraph) - Constructor for class com.facebook.buck.android.AndroidNativeLibsPackageableGraphEnhancer
 
AndroidPackageable - Interface in com.facebook.buck.android
Something (usually a BuildRule) that can be included in an Android package (android_binary or (hopefully soon) aar).
AndroidPackageableCollection - Class in com.facebook.buck.android
A collection of Android content that should be included in an Android package (apk or aar).
AndroidPackageableCollection.Builder - Class in com.facebook.buck.android
Builds instances of type AndroidPackageableCollection.
AndroidPackageableCollection.ResourceDetails - Class in com.facebook.buck.android
Immutable implementation of AbstractAndroidPackageableCollection.AbstractResourceDetails.
AndroidPackageableCollection.ResourceDetails.Builder - Class in com.facebook.buck.android
Builds instances of type ResourceDetails.
AndroidPackageableCollector - Class in com.facebook.buck.android
 
AndroidPackageableCollector(BuildTarget, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, APKModuleGraph) - Constructor for class com.facebook.buck.android.AndroidPackageableCollector
 
AndroidPlatformTarget - Class in com.facebook.buck.android
Represents a platform to target for Android.
AndroidPrebuiltAar - Class in com.facebook.buck.android
 
AndroidPrebuiltAar(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, SourcePath, SourcePath, PrebuiltJar, UnzipAar, JavacOptions, CompileToJarStepFactory, Iterable<PrebuiltJar>, BuildTarget, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.android.AndroidPrebuiltAar
 
AndroidPrebuiltAarCollection - Class in com.facebook.buck.android
 
AndroidPrebuiltAarCollection() - Constructor for class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
AndroidPrebuiltAarDescription - Class in com.facebook.buck.android
Description for a BuildRule that wraps an .aar file as an Android dependency.
AndroidPrebuiltAarDescription(JavacOptions) - Constructor for class com.facebook.buck.android.AndroidPrebuiltAarDescription
 
AndroidPrebuiltAarDescription.Arg - Class in com.facebook.buck.android
 
AndroidReactNativeLibrary - Class in com.facebook.buck.js
 
AndroidReactNativeLibrary(BuildRuleParams, ReactNativeBundle) - Constructor for class com.facebook.buck.js.AndroidReactNativeLibrary
 
AndroidReactNativeLibraryDescription - Class in com.facebook.buck.js
 
AndroidReactNativeLibraryDescription(ReactNativeBuckConfig) - Constructor for class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
AndroidReactNativeLibraryDescription.Args - Class in com.facebook.buck.js
 
androidResOnly(ImmutableSortedSet<BuildRule>) - Static method in class com.facebook.buck.android.AndroidResourceHelper
Filters out the set of android_resource() dependencies from deps.
AndroidResource - Class in com.facebook.buck.android
An object that represents the resources of an android library.
AndroidResource(BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, Supplier<ImmutableSortedSet<? extends SourcePath>>, boolean, boolean, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
 
AndroidResource(BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
 
AndroidResource(BuildRuleParams, SourcePathRuleFinder, ImmutableSortedSet<BuildRule>, SourcePath, ImmutableSortedMap<Path, SourcePath>, String, SourcePath, ImmutableSortedMap<Path, SourcePath>, SourcePath, boolean, boolean, boolean) - Constructor for class com.facebook.buck.android.AndroidResource
 
AndroidResourceDescription - Class in com.facebook.buck.android
 
AndroidResourceDescription(boolean) - Constructor for class com.facebook.buck.android.AndroidResourceDescription
 
AndroidResourceDescription.Arg - Class in com.facebook.buck.android
 
AndroidResourceFolder - Class in com.facebook.buck.jvm.java.intellij
A path which contains a set of sources we wish to present to IntelliJ.
AndroidResourceHelper - Class in com.facebook.buck.android
 
androidSdkProguardConfig - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
AndroidTransitiveDependencyGraph - Class in com.facebook.buck.android
 
ANNOTATION_PROCESSING - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
ANNOTATION_PROCESSING_ROUND - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
AnnotationDefaultValueMirror - Class in com.facebook.buck.jvm.java.abi
 
AnnotationDefaultValueMirror() - Constructor for class com.facebook.buck.jvm.java.abi.AnnotationDefaultValueMirror
 
AnnotationProcessingEvent - Class in com.facebook.buck.jvm.java
Base class for events about Java annotation processing.
AnnotationProcessingEvent(EventKey, BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
AnnotationProcessingEvent.Finished - Class in com.facebook.buck.jvm.java
 
AnnotationProcessingEvent.Operation - Enum in com.facebook.buck.jvm.java
 
AnnotationProcessingEvent.Started - Class in com.facebook.buck.jvm.java
 
annotationProcessingFinished(AnnotationProcessingEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
AnnotationProcessingParams - Class in com.facebook.buck.jvm.java
Information for annotation processing.
AnnotationProcessingParams.Builder - Class in com.facebook.buck.jvm.java
 
annotationProcessingStarted(AnnotationProcessingEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
annotationProcessorDeps - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
annotationProcessorOnly - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
annotationProcessorParams - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
annotationProcessors - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
ansi - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
Ansi - Class in com.facebook.buck.util
Encapsulates the specifics of writing to a particular kind of terminal.
Ansi(boolean) - Constructor for class com.facebook.buck.util.Ansi
Construct an Ansi object and conditionally enable fancy escape sequences.
Ansi.SeverityLevel - Enum in com.facebook.buck.util
 
AnsiEnvironmentChecking - Class in com.facebook.buck.util
Utility class to check if the environment supports ANSI escape sequences.
ApiStubber - Class in com.facebook.buck.jvm.java.abi
 
apk - Variable in class com.facebook.buck.android.AndroidInstrumentationApkDescription.Arg
 
apk - Variable in class com.facebook.buck.android.AndroidInstrumentationTestDescription.Arg
 
apk - Variable in class com.facebook.buck.android.ApkGenruleDescription.Arg
 
ApkBuilderStep - Class in com.facebook.buck.android
Merges resources into a final APK.
ApkBuilderStep(ProjectFilesystem, Path, Path, Path, ImmutableSet<Path>, ImmutableSet<Path>, ImmutableSet<Path>, ImmutableSet<Path>, Path, Path, boolean, JavaRuntimeLauncher) - Constructor for class com.facebook.buck.android.ApkBuilderStep
 
ApkGenrule - Class in com.facebook.buck.android
A specialization of a genrule that specifically allows the modification of apks.
ApkGenruleDescription - Class in com.facebook.buck.android
 
ApkGenruleDescription() - Constructor for class com.facebook.buck.android.ApkGenruleDescription
 
ApkGenruleDescription.Arg - Class in com.facebook.buck.android
 
ApkInfo - Class in com.facebook.buck.android
Immutable implementation of HasInstallableApk.AbstractApkInfo.
ApkInfo.Builder - Class in com.facebook.buck.android
Builds instances of type ApkInfo.
ApkInstallStep - Class in com.facebook.buck.android
 
ApkInstallStep(SourcePathResolver, HasInstallableApk) - Constructor for class com.facebook.buck.android.ApkInstallStep
 
APKModule - Class in com.facebook.buck.android
Immutable implementation of AbstractAPKModule.
apkModule - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
APKModule.Builder - Class in com.facebook.buck.android
Builds instances of type APKModule.
APKModuleGraph - Class in com.facebook.buck.android
Utility class for grouping sets of targets and their dependencies into APK Modules containing their exclusive dependencies.
APKModuleGraph(TargetGraph, BuildTarget, Optional<Set<BuildTarget>>) - Constructor for class com.facebook.buck.android.APKModuleGraph
Constructor for the APKModule graph generator object
APP_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBinaryDescription
 
append(CharSequence) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
append(CharSequence, int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
append(char) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
append(String) - Method in class com.facebook.buck.util.ChunkAccumulator
 
append(CharSequence) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
append(CharSequence, int, int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
append(char) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
AppendableLogRecord - Class in com.facebook.buck.log
 
AppendableLogRecord(Level, String, String) - Constructor for class com.facebook.buck.log.AppendableLogRecord
 
appendExtraDeps(Supplier<? extends Iterable<? extends BuildRule>>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
appendExtraDeps(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
appendExtraDeps(BuildRule...) - Method in class com.facebook.buck.rules.BuildRuleParams
 
appendFinishedInfo(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
Appends information to the finished event which will be sent when control exits the scope.
appendFormattedMessage(StringBuilder) - Method in class com.facebook.buck.log.AppendableLogRecord
 
appendString(T) - Method in class com.facebook.buck.util.network.HiveRowFormatter
 
appendStringIterable(Iterable<T>) - Method in class com.facebook.buck.util.network.HiveRowFormatter
 
appendTo(MethodVisitor) - Method in class com.facebook.buck.jvm.java.abi.AnnotationDefaultValueMirror
 
appendToCommandLine(ImmutableCollection.Builder<String>) - Method in class com.facebook.buck.cxx.RelativeLinkArg
 
appendToCommandLine(ImmutableCollection.Builder<String>) - Method in class com.facebook.buck.rules.args.Arg
Append the contents of the Arg to the supplied builder.
appendToCommandLine(ImmutableCollection.Builder<String>) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
appendToCommandLine(ImmutableCollection.Builder<String>) - Method in class com.facebook.buck.rules.args.MacroArg
 
appendToCommandLine(ImmutableCollection.Builder<String>) - Method in class com.facebook.buck.rules.args.SanitizedArg
 
appendToCommandLine(ImmutableCollection.Builder<String>) - Method in class com.facebook.buck.rules.args.SourcePathArg
 
appendToCommandLine(ImmutableCollection.Builder<String>) - Method in class com.facebook.buck.rules.args.StringArg
 
appendToCommandLine(ImmutableCollection.Builder<String>) - Method in class com.facebook.buck.rust.RustLibraryArg
 
appendToCommandLineRel(ImmutableCollection.Builder<String>, Path) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
appendToCommandLineRel(ImmutableCollection.Builder<String>, Path) - Method in class com.facebook.buck.rules.args.SourcePathArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.android.FilterResourcesStep.ResourceFilter
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.apple.CodeSignIdentityStore
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.apple.ExternallyBuiltApplePackage
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.apple.ProvisioningProfileStore
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.AbstractPreprocessor
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.BsdArchiver
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.CxxInferCapture
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.DarwinLinker
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.DefaultCompiler
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.FrameworkPathArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.GnuArchiver
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.GnuLinker
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.InferBuckConfig
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.RelativeLinkArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.WindowsArchiver
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.cxx.WindowsLinker
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JarBackedJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.java.OutOfProcessJdkProvidedInMemoryJavac
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.python.PythonEnvironment
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.MacroArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.SanitizedArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.SourcePathArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.args.StringArg
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.CommandTool
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.HashedFileTool
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.LazyDelegatingTool
 
appendToRuleKey(RuleKeyObjectSink) - Method in interface com.facebook.buck.rules.RuleKeyAppendable
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rules.SymlinkTree
 
appendToRuleKey(RuleKeyObjectSink) - Method in class com.facebook.buck.rust.RustLibraryArg
 
appIcon - Variable in class com.facebook.buck.apple.AppleAssetCatalogDescription.Arg
 
APPLE_RESOURCE_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.apple.AppleResources
 
AppleAssetCatalog - Class in com.facebook.buck.apple
 
AppleAssetCatalogDescription - Class in com.facebook.buck.apple
Description for an apple_asset_catalog rule, which identifies an asset catalog for an iOS or Mac OS X library or binary.
AppleAssetCatalogDescription() - Constructor for class com.facebook.buck.apple.AppleAssetCatalogDescription
 
AppleAssetCatalogDescription.Arg - Class in com.facebook.buck.apple
 
AppleAssetCatalogDescription.Optimization - Enum in com.facebook.buck.apple
 
AppleBinaryDescription - Class in com.facebook.buck.apple
 
AppleBinaryDescription(CxxBinaryDescription, SwiftLibraryDescription, FlavorDomain<AppleCxxPlatform>, CodeSignIdentityStore, ProvisioningProfileStore, AppleConfig) - Constructor for class com.facebook.buck.apple.AppleBinaryDescription
 
AppleBinaryDescription.Arg - Class in com.facebook.buck.apple
 
AppleBuildRules - Class in com.facebook.buck.apple
Helpers for reading properties of Apple target build rules.
AppleBuildRules.RecursiveDependenciesMode - Enum in com.facebook.buck.apple
 
AppleBundle - Class in com.facebook.buck.apple
Creates a bundle: a directory containing files and subdirectories, described by an Info.plist.
AppleBundleDescription - Class in com.facebook.buck.apple
 
AppleBundleDescription(AppleBinaryDescription, AppleLibraryDescription, FlavorDomain<CxxPlatform>, FlavorDomain<AppleCxxPlatform>, CxxPlatform, CodeSignIdentityStore, ProvisioningProfileStore, AppleConfig) - Constructor for class com.facebook.buck.apple.AppleBundleDescription
 
AppleBundleDescription.Arg - Class in com.facebook.buck.apple
 
AppleBundleDestinations - Class in com.facebook.buck.apple
Immutable implementation of AbstractAppleBundleDestinations.
AppleBundleDestinations.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleBundleDestinations.
AppleBundleExtension - Enum in com.facebook.buck.apple
Known bundle extensions that have special handling.
AppleBundleResources - Class in com.facebook.buck.apple
Resources to be bundled into a bundle.
AppleBundleResources.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleBundleResources.
AppleConfig - Class in com.facebook.buck.apple
 
AppleConfig(BuckConfig) - Constructor for class com.facebook.buck.apple.AppleConfig
 
AppleCoreSimulatorServiceController - Class in com.facebook.buck.apple.simulator
Launches, queries, and kills Apple's CoreSimulator and related launchd services.
AppleCoreSimulatorServiceController(ProcessExecutor) - Constructor for class com.facebook.buck.apple.simulator.AppleCoreSimulatorServiceController
 
AppleCxxPlatform - Class in com.facebook.buck.apple
Adds Apple-specific tools to CxxPlatform.
AppleCxxPlatform.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleCxxPlatform.
AppleCxxPlatforms - Class in com.facebook.buck.apple
Utility class to create Objective-C/C/C++/Objective-C++ platforms to support building iOS and Mac OS X products with Xcode.
AppleDebugFormat - Enum in com.facebook.buck.apple
 
AppleDebuggableBinary - Class in com.facebook.buck.apple
This build rule wraps the usual build rule and should be treated as top-level binary rule for apple platform.
AppleDebuggableBinary(BuildRuleParams, SourcePathResolver, BuildRule) - Constructor for class com.facebook.buck.apple.AppleDebuggableBinary
 
AppleDependenciesCache - Class in com.facebook.buck.apple
 
AppleDependenciesCache(TargetGraph) - Constructor for class com.facebook.buck.apple.AppleDependenciesCache
 
AppleDescriptions - Class in com.facebook.buck.apple
Common logic for a Description that creates Apple target rules.
AppleDeviceHelper - Class in com.facebook.buck.apple.device
 
AppleDeviceHelper(ProcessExecutor, Path) - Constructor for class com.facebook.buck.apple.device.AppleDeviceHelper
 
AppleDsym - Class in com.facebook.buck.apple
Creates dSYM bundle for the given _unstripped_ binary.
AppleDsym(BuildRuleParams, Tool, Tool, SourcePath, Path) - Constructor for class com.facebook.buck.apple.AppleDsym
 
AppleHeaderVisibilities - Class in com.facebook.buck.apple
Utility class with methods working with HeaderVisibility in the context of Apple rules.
AppleInfoPlistParsing - Class in com.facebook.buck.apple
Utility class to parse Info.plist from an Apple bundle.
AppleLibraryDescription - Class in com.facebook.buck.apple
 
AppleLibraryDescription(CxxLibraryDescription, SwiftLibraryDescription, FlavorDomain<AppleCxxPlatform>, CxxPlatform, CodeSignIdentityStore, ProvisioningProfileStore, AppleConfig) - Constructor for class com.facebook.buck.apple.AppleLibraryDescription
 
AppleLibraryDescription.Arg - Class in com.facebook.buck.apple
 
AppleNativeTargetDescriptionArg - Class in com.facebook.buck.apple
Arguments common to Apple targets.
AppleNativeTargetDescriptionArg() - Constructor for class com.facebook.buck.apple.AppleNativeTargetDescriptionArg
 
ApplePackageConfig - Class in com.facebook.buck.apple
Immutable implementation of AppleConfig.AbstractApplePackageConfig.
ApplePackageConfigAndPlatformInfo - Class in com.facebook.buck.apple
Value type for tracking a package config and information about the platform.
ApplePackageDescription - Class in com.facebook.buck.apple
 
ApplePackageDescription(AppleConfig, CxxPlatform, FlavorDomain<AppleCxxPlatform>) - Constructor for class com.facebook.buck.apple.ApplePackageDescription
 
ApplePackageDescription.Arg - Class in com.facebook.buck.apple
 
ApplePlatform - Class in com.facebook.buck.apple
Immutable implementation of AbstractApplePlatform.
ApplePlatform.Builder - Class in com.facebook.buck.apple
Builds instances of type ApplePlatform.
ApplePlatforms - Class in com.facebook.buck.apple
 
AppleResourceDescription - Class in com.facebook.buck.apple
Description for an apple_resource rule which copies resource files to the built bundle.
AppleResourceDescription() - Constructor for class com.facebook.buck.apple.AppleResourceDescription
 
AppleResourceDescription.Arg - Class in com.facebook.buck.apple
 
AppleResources - Class in com.facebook.buck.apple
 
AppleSdk - Class in com.facebook.buck.apple
Metadata about an Apple SDK.
AppleSdk.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleSdk.
AppleSdkDiscovery - Class in com.facebook.buck.apple
Utility class to discover the location of SDKs contained inside an Xcode installation.
AppleSdkPaths - Class in com.facebook.buck.apple
Paths to Apple SDK directories under an installation of Xcode.
AppleSdkPaths.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleSdkPaths.
AppleSimulator - Class in com.facebook.buck.apple.simulator
Immutable implementation of AbstractAppleSimulator.
AppleSimulator.Builder - Class in com.facebook.buck.apple.simulator
Builds instances of type AppleSimulator.
AppleSimulatorController - Class in com.facebook.buck.apple.simulator
Utility class to manage starting the iOS simulator as well as installing and running applications inside it.
AppleSimulatorController(ProcessExecutor, Path, Path) - Constructor for class com.facebook.buck.apple.simulator.AppleSimulatorController
 
AppleSimulatorController.LaunchBehavior - Enum in com.facebook.buck.apple.simulator
 
AppleSimulatorDiscovery - Class in com.facebook.buck.apple.simulator
Utilty class to discover state about Apple simulators installed on the host system.
AppleSimulatorProfile - Class in com.facebook.buck.apple.simulator
Immutable value type containing metadata about an Apple simulator.
AppleSimulatorProfile.Builder - Class in com.facebook.buck.apple.simulator
Builds instances of type AppleSimulatorProfile.
AppleSimulatorProfileParsing - Class in com.facebook.buck.apple.simulator
Utility class to parse profile.plist from an iPhone simulator platform.
AppleSimulatorState - Enum in com.facebook.buck.apple.simulator
 
AppleTest - Class in com.facebook.buck.apple
 
AppleTestDescription - Class in com.facebook.buck.apple
 
AppleTestDescription(AppleConfig, AppleLibraryDescription, FlavorDomain<CxxPlatform>, FlavorDomain<AppleCxxPlatform>, CxxPlatform, CodeSignIdentityStore, ProvisioningProfileStore, Supplier<Optional<Path>>, Optional<Long>) - Constructor for class com.facebook.buck.apple.AppleTestDescription
 
AppleTestDescription.Arg - Class in com.facebook.buck.apple
 
AppleToolchain - Class in com.facebook.buck.apple
Metadata about an Apple toolchain.
AppleToolchain.Builder - Class in com.facebook.buck.apple
Builds instances of type AppleToolchain.
AppleToolchainDiscovery - Class in com.facebook.buck.apple
Utility class to discover the location of toolchains contained inside an Xcode installation.
AppleWrapperResourceArg - Class in com.facebook.buck.apple
A description for a resource defined by a single path.
AppleWrapperResourceArg() - Constructor for class com.facebook.buck.apple.AppleWrapperResourceArg
 
applicationModuleTargets - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
apply(String, String, String) - Method in interface com.facebook.buck.apple.clang.HeaderMap.HeaderMapVisitor
 
apply(BuildId) - Method in class com.facebook.buck.cli.BuildIdSampler
 
apply(SampleRate, BuildId) - Static method in class com.facebook.buck.cli.BuildIdSampler
 
apply(Path) - Method in class com.facebook.buck.distributed.DistBuildCellIndexer
 
apply(BuildTarget) - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
 
apply(BuildTarget) - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
 
apply(BuildTarget) - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
 
apply(TargetNode<?, ?>, TargetGraph) - Method in interface com.facebook.buck.rules.AssociatedTargetNodePredicate
 
apply(T) - Method in interface com.facebook.buck.util.concurrent.ResourcePool.ThrowingFunction
 
Architecture - Enum in com.facebook.buck.util.environment
Represents the CPU architecture of a system.
Archive - Class in com.facebook.buck.cxx
A BuildRule which builds an "ar" archive from input files represented as SourcePath.
Archive.Contents - Enum in com.facebook.buck.cxx
How this archive packages its contents.
ArchiveAction(String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.ArchiveAction
 
ArchiveDependencySupplier - Interface in com.facebook.buck.rules.keys
Supplies dependencies that are archives.
ArchiveMemberPath - Class in com.facebook.buck.io
Immutable implementation of AbstractArchiveMemberPath.
ArchiveMemberSourcePath - Class in com.facebook.buck.rules
A SourcePath that can reference a member within an archive.
ArchiveMemberSourcePath(SourcePath, Path) - Constructor for class com.facebook.buck.rules.ArchiveMemberSourcePath
 
Archiver - Interface in com.facebook.buck.cxx
 
ArchiveStep - Class in com.facebook.buck.cxx
Create an object archive with ar.
ArchiveStep(ProjectFilesystem, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, Path, ImmutableList<Path>, Archiver) - Constructor for class com.facebook.buck.cxx.ArchiveStep
 
Arg() - Constructor for class com.facebook.buck.android.AndroidAarDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.AndroidBuildConfigDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.AndroidInstrumentationApkDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.AndroidInstrumentationTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.AndroidLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.AndroidManifestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.AndroidPrebuiltAarDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.AndroidResourceDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.ApkGenruleDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.GenAidlDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.NdkLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.PrebuiltNativeLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.android.RobolectricTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.apple.AppleAssetCatalogDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.apple.AppleBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.apple.AppleBundleDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.apple.AppleLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.apple.ApplePackageDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.apple.AppleResourceDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.apple.AppleTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.cxx.CxxBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.cxx.CxxTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.d.DBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.d.DLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.d.DTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.dotnet.CsharpLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.file.RemoteFileDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.go.GoBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.go.GoLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.go.GoTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.graphql.GraphqlLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.groups.TargetGroupDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.gwt.GwtBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.halide.HalideLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.haskell.HaskellBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.haskell.HaskellLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.groovy.GroovyLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.java.KeystoreDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.java.PrebuiltJarDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.lua.CxxLuaExtensionDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.lua.LuaBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.lua.LuaLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.ocaml.OcamlBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.ocaml.OcamlLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.python.CxxPythonExtensionDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.python.PrebuiltPythonLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.python.PythonBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.python.PythonLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.python.PythonTestDescription.Arg
 
Arg - Class in com.facebook.buck.rules.args
An abstraction for modeling the arguments that contribute to a command run by a BuildRule.
Arg() - Constructor for class com.facebook.buck.rules.args.Arg
 
Arg() - Constructor for class com.facebook.buck.rules.ProjectConfigDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.rust.PrebuiltRustLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.rust.RustBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.rust.RustLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.rust.RustTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.shell.AbstractGenruleDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.shell.ExportFileDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.shell.GenruleDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.shell.ShBinaryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.shell.ShTestDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.shell.WorkerToolDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
Arg() - Constructor for class com.facebook.buck.zip.ZipFileDescription.Arg
 
ARGFILE_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
Escaper for argfiles for clang and gcc.
ARGFILES_ESCAPER - Static variable in interface com.facebook.buck.jvm.java.Javac
An escaper for arguments written to @argfiles.
args - Variable in class com.facebook.buck.cxx.CxxTestDescription.Arg
 
Args() - Constructor for class com.facebook.buck.js.AndroidReactNativeLibraryDescription.Args
 
Args() - Constructor for class com.facebook.buck.jvm.java.JavaBinaryDescription.Args
 
Args(ImmutableMap<String, String>, ImmutableList<String>, Tool, Optional<String>, Path, SourcePath, ImmutableList<String>, ImmutableList<CxxHeaders>) - Constructor for class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
Args(Tool, Path, List<OcamlLibrary>, List<String>) - Constructor for class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
Args(Tool, Path, Path) - Constructor for class com.facebook.buck.ocaml.OcamlLexStep.Args
 
Args(Function<Path, Path>, ImmutableMap<String, String>, ImmutableList<String>, Tool, Optional<String>, Path, Path, ImmutableList<String>) - Constructor for class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
Args(Tool, Path, Path) - Constructor for class com.facebook.buck.ocaml.OcamlYaccStep.Args
 
args - Variable in class com.facebook.buck.shell.ShTestDescription.Arg
 
args - Variable in class com.facebook.buck.shell.WorkerToolDescription.Arg
 
ArrayIterable<T> - Class in com.facebook.buck.util.collect
Iterable of an array object that does not make a copy of the array.
arrays - Variable in class com.facebook.buck.android.StringResources
 
ARTIFACT_FILE_NAME_FORMAT - Static variable in class com.facebook.buck.maven.Resolver
 
ARTIFACT_FILE_NAME_REGEX_FORMAT - Static variable in class com.facebook.buck.maven.Resolver
 
ArtifactCache - Interface in com.facebook.buck.artifact_cache
 
ArtifactCacheBuckConfig - Class in com.facebook.buck.artifact_cache
Represents configuration specific to the ArtifactCaches.
ArtifactCacheBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
ArtifactCacheBuckConfig.ArtifactCacheMode - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheBuckConfig.CacheReadMode - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheBuckConfig.LoadBalancingType - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheConnectEvent - Class in com.facebook.buck.artifact_cache
Base class for events about build rules.
ArtifactCacheConnectEvent(EventKey) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
ArtifactCacheConnectEvent.Finished - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheConnectEvent.Started - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
ArtifactCacheEvent.CacheMode - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent.InvocationType - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent.Operation - Enum in com.facebook.buck.artifact_cache
 
ArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
 
ArtifactCacheEventFactory - Interface in com.facebook.buck.artifact_cache
 
artifactCacheEventFinished(ArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactCacheEventStarted(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ArtifactCacheFactory - Interface in com.facebook.buck.artifact_cache
 
artifactCacheFinished(ArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
ArtifactCacheHandler - Class in com.facebook.buck.httpserver
Implements a really simple cache server on top of the local dircache.
ArtifactCacheHandler(ProjectFilesystem) - Constructor for class com.facebook.buck.httpserver.ArtifactCacheHandler
 
ArtifactCaches - Class in com.facebook.buck.artifact_cache
Creates instances of the ArtifactCache.
ArtifactCaches(ArtifactCacheBuckConfig, BuckEventBus, ProjectFilesystem, Optional<String>, ListeningExecutorService, Optional<AsyncCloseable>) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCaches
Creates a new instance of the cache factory for use during a build.
artifactCacheStarted(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
ArtifactCompressionEvent - Class in com.facebook.buck.event
 
ArtifactCompressionEvent(EventKey, ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent
 
ArtifactCompressionEvent.Finished - Class in com.facebook.buck.event
 
ArtifactCompressionEvent.Operation - Enum in com.facebook.buck.event
 
ArtifactCompressionEvent.Started - Class in com.facebook.buck.event
 
artifactCompressionFinished(ArtifactCompressionEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactCompressionFinished(ArtifactCompressionEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
artifactCompressionStarted(ArtifactCompressionEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactCompressionStarted(ArtifactCompressionEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
ArtifactConfig - Class in com.facebook.buck.maven
 
ArtifactConfig() - Constructor for class com.facebook.buck.maven.ArtifactConfig
 
ArtifactConfig.Repository - Class in com.facebook.buck.maven
 
artifactConnectFinished(ArtifactCacheConnectEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactConnectStarted(ArtifactCacheConnectEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
artifactDownloadedStarted(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
artifactDownloadFinished(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
ArtifactInfo - Class in com.facebook.buck.artifact_cache
Immutable implementation of AbstractArtifactInfo.
ArtifactInfo.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type ArtifactInfo.
artifacts - Variable in class com.facebook.buck.maven.ArtifactConfig
 
artifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
asByteSource(Path) - Static method in class com.facebook.buck.io.MorePaths
 
asErrorText(String) - Method in class com.facebook.buck.util.Ansi
 
asGreenText(String) - Method in class com.facebook.buck.util.Ansi
 
asHashCode() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
This method should be used sparingly as we are trying to favor Sha1HashCode over HashCode, where appropriate. Currently, the FileHashCache API is written in terms of HashCode, so conversions are common.
asHighlightedFailureText(String) - Method in class com.facebook.buck.util.Ansi
 
asHighlightedStatusText(Ansi.SeverityLevel, String) - Method in class com.facebook.buck.util.Ansi
 
asHighlightedSuccessText(String) - Method in class com.facebook.buck.util.Ansi
 
asHighlightedWarningText(String) - Method in class com.facebook.buck.util.Ansi
 
asInformationText(String) - Method in class com.facebook.buck.util.Ansi
 
ask(String) - Method in class com.facebook.buck.rage.UserInput
 
asNoWrap(Iterable<String>) - Method in class com.facebook.buck.util.Ansi
 
asRedText(String) - Method in class com.facebook.buck.util.Ansi
 
asReference() - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
 
asReference() - Method in class com.facebook.buck.rules.BuildTargetSourcePath
 
asReference() - Method in class com.facebook.buck.rules.PathSourcePath
 
AssembleDirectories - Class in com.facebook.buck.android
 
AssembleDirectories(BuildRuleParams, ImmutableCollection<SourcePath>) - Constructor for class com.facebook.buck.android.AssembleDirectories
 
assemblerFlags - Variable in class com.facebook.buck.go.GoBinaryDescription.Arg
 
assemblerFlags - Variable in class com.facebook.buck.go.GoLibraryDescription.Arg
 
assemblerFlags - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
assembly - Variable in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescription.Arg
 
assertInProjectFilesystem(Object, ProjectFilesystem) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
Defensive check for cross-cell builds: asserts that this sanitizer can safely run in the provided ProjectFilesystem.
assertInProjectFilesystem(Object, ProjectFilesystem) - Method in class com.facebook.buck.cxx.PrefixMapDebugPathSanitizer
 
AssertScopeExclusiveAccess - Class in com.facebook.buck.util.concurrent
Makes it simple to assert that access to a piece of code should be done from one thread at a time in a non-reentrant manner.
AssertScopeExclusiveAccess() - Constructor for class com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess
 
AssertScopeExclusiveAccess.Scope - Interface in com.facebook.buck.util.concurrent
 
asSet(Optional<T>) - Static method in class com.facebook.buck.util.OptionalCompat
 
assets - Variable in class com.facebook.buck.android.AndroidResourceDescription.Arg
 
AssociatedTargetNodePredicate - Interface in com.facebook.buck.rules
 
asSubtleText(String) - Method in class com.facebook.buck.util.Ansi
 
asSuccessText(String) - Method in class com.facebook.buck.util.Ansi
 
asWarningText(String) - Method in class com.facebook.buck.util.Ansi
 
AsyncCloseable - Class in com.facebook.buck.util
Allows for conveniently expressing that a resource should be closed asynchronously.
AsyncCloseable(ExecutorService) - Constructor for class com.facebook.buck.util.AsyncCloseable
 
AsyncCounterRegistrationEvent(ImmutableCollection<Counter>) - Constructor for class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
 
AsynchronousDirectoryContentsCleaner - Class in com.facebook.buck.io
Asynchronously cleans the contents of a directory.
AsynchronousDirectoryContentsCleaner(Path) - Constructor for class com.facebook.buck.io.AsynchronousDirectoryContentsCleaner
 
AttrFilterFunction - Class in com.facebook.buck.query
A attrfilter(attribute, value, argument) filter expression, which computes the subset of nodes in 'argument' whose 'attribute' contains the given value.
AttrFilterFunction() - Constructor for class com.facebook.buck.query.AttrFilterFunction
 
AuditAliasCommand - Class in com.facebook.buck.cli
 
AuditAliasCommand() - Constructor for class com.facebook.buck.cli.AuditAliasCommand
 
AuditCellCommand - Class in com.facebook.buck.cli
 
AuditCellCommand() - Constructor for class com.facebook.buck.cli.AuditCellCommand
 
AuditClasspathCommand - Class in com.facebook.buck.cli
 
AuditClasspathCommand() - Constructor for class com.facebook.buck.cli.AuditClasspathCommand
 
AuditCommand - Class in com.facebook.buck.cli
 
AuditCommand() - Constructor for class com.facebook.buck.cli.AuditCommand
 
AuditConfigCommand - Class in com.facebook.buck.cli
 
AuditConfigCommand() - Constructor for class com.facebook.buck.cli.AuditConfigCommand
 
AuditDependenciesCommand - Class in com.facebook.buck.cli
 
AuditDependenciesCommand() - Constructor for class com.facebook.buck.cli.AuditDependenciesCommand
 
AuditFlavorsCommand - Class in com.facebook.buck.cli
List flavor domains for build targets.
AuditFlavorsCommand() - Constructor for class com.facebook.buck.cli.AuditFlavorsCommand
 
AuditInputCommand - Class in com.facebook.buck.cli
 
AuditInputCommand() - Constructor for class com.facebook.buck.cli.AuditInputCommand
 
AuditOwnerCommand - Class in com.facebook.buck.cli
 
AuditOwnerCommand() - Constructor for class com.facebook.buck.cli.AuditOwnerCommand
 
AuditRulesCommand - Class in com.facebook.buck.cli
Evaluates a build file and prints out an equivalent build file with all includes/macros expanded.
AuditRulesCommand() - Constructor for class com.facebook.buck.cli.AuditRulesCommand
 
AuditTestsCommand - Class in com.facebook.buck.cli
 
AuditTestsCommand() - Constructor for class com.facebook.buck.cli.AuditTestsCommand
 
AuthAwareDownloader - Interface in com.facebook.buck.file
Downloads bytes using an optional authentication.
AUTO - Static variable in class com.facebook.buck.jvm.java.intellij.AggregationMode
 
AutoCloseableLock - Class in com.facebook.buck.util.concurrent
 
AutoCloseableReadWriteUpdateLock - Class in com.facebook.buck.util.concurrent
 
AutoCloseableReadWriteUpdateLock() - Constructor for class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
 
autodeps - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
AutodepsCommand - Class in com.facebook.buck.cli
Command for generating BUCK.generated files with deps.
AutodepsCommand() - Constructor for class com.facebook.buck.cli.AutodepsCommand
 
AutodepsWriter - Class in com.facebook.buck.autodeps
 
autogenerateSources() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
 
AutomatedReport - Class in com.facebook.buck.rage
Responsible for gathering logs and other interesting information from buck without user interaction.
AutomatedReport(DefectReporter, ProjectFilesystem, ObjectMapper, Console, BuildEnvironmentDescription, Optional<VcsInfoCollector>, RageConfig, ExtraInfoCollector) - Constructor for class com.facebook.buck.rage.AutomatedReport
 
AutoSparseConfig - Class in com.facebook.buck.util.autosparse
Immutable implementation of AbstractAutoSparseConfig.
AutoSparseConfig.Builder - Class in com.facebook.buck.util.autosparse
Builds instances of type AutoSparseConfig.
AutoSparseProjectFilesystemDelegate - Class in com.facebook.buck.util.autosparse
Virtual project filesystem that answers questions about files via the source control manifest.
AutoSparseProjectFilesystemDelegate(AutoSparseState, Path) - Constructor for class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
AutoSparseState - Interface in com.facebook.buck.util.autosparse
Track the state of a source control working copy, including what files could potentially be part of a full checkout, and control the working copy sparse profile (what part of the full set of files under source control are actually physically present on disk).
AutoSparseStateEvents - Class in com.facebook.buck.util.autosparse
Events posted to mark AutoSparse progress.
AutoSparseStateEvents.SparseRefreshFinished - Class in com.facebook.buck.util.autosparse
Event posted immediately after refreshing the sparse profile
AutoSparseStateEvents.SparseRefreshStarted - Class in com.facebook.buck.util.autosparse
Event posted immediately before refreshing the sparse profile
autoSparseStateSparseRefreshFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
autoSparseStateSparseRefreshFinished(AutoSparseStateEvents.SparseRefreshFinished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
autoSparseStateSparseRefreshStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
autoSparseStateSparseRefreshStarted(AutoSparseStateEvents.SparseRefreshStarted) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
AutoStartInstance(Consumer<String>, Duration) - Constructor for class com.facebook.buck.cli.HangMonitor.AutoStartInstance
 
awaitTermination(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 

B

bannedDuplicateResourceTypes - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
BaseCompileToJarStepFactory - Class in com.facebook.buck.jvm.java
Provides a base implementation for post compile steps.
BaseCompileToJarStepFactory() - Constructor for class com.facebook.buck.jvm.java.BaseCompileToJarStepFactory
 
baseModule - Variable in class com.facebook.buck.lua.CxxLuaExtensionDescription.Arg
 
baseModule - Variable in class com.facebook.buck.lua.LuaLibraryDescription.Arg
 
baseModule - Variable in class com.facebook.buck.python.CxxPythonExtensionDescription.Arg
 
baseModule - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
baseModule - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
BaseRunner - Class in com.facebook.buck.testrunner
Base class for both the JUnit and TestNG runners.
BaseRunner() - Constructor for class com.facebook.buck.testrunner.BaseRunner
 
bash - Variable in class com.facebook.buck.shell.AbstractGenruleDescription.Arg
 
bash - Variable in class com.facebook.buck.shell.Genrule
 
BASH_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
Bash quoting Function which can be passed to Iterables.transform().
BashStep - Class in com.facebook.buck.shell
Command that makes it possible to run an arbitrary command in Bash.
BashStep(Path, String...) - Constructor for class com.facebook.buck.shell.BashStep
 
BatchEntry(String) - Constructor for class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
BatchingLogger - Interface in com.facebook.buck.util.network
Implemented by classes providing the functionality to upload log data in batches.
beforeExecute(Thread, Runnable) - Method in class com.facebook.buck.util.concurrent.LimitedThreadPoolExecutor
 
begin(String) - Method in class com.facebook.buck.event.api.BuckTracing
Records the beginning of a traced section.
begin(String, Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
Records the beginning of a traced section.
begin(String, String, Map<String, String>) - Method in interface com.facebook.buck.event.api.BuckTracingInterface
 
begin(String, String, Map<String, String>) - Method in class com.facebook.buck.event.BuckTracingEventBusBridge
 
begin(String, String, Map<String, String>) - Method in class com.facebook.buck.jvm.java.Jsr199TracingBridge
 
beginAnalyze(String, String) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginAnalyze(String, String) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginAnalyze(String, String) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
beginAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginAnnotationProcessingRound(int) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginAnnotationProcessingRound() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginAnnotationProcessingRound() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
beginEnter() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginEnter() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginEnter() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
beginGenerate(String, String) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginGenerate(String, String) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginGenerate(String, String) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
beginParse(String) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
beginParse(String) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
beginParse(String) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
beginRunAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
BestCompressionGZIPOutputStream - Class in com.facebook.buck.util
 
BestCompressionGZIPOutputStream(OutputStream, boolean) - Constructor for class com.facebook.buck.util.BestCompressionGZIPOutputStream
 
BgProcessKiller - Class in com.facebook.buck.util
Safely kill background processes on nailgun client exit.
binary - Variable in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
BINARY_FLAVOR - Static variable in class com.facebook.buck.d.DBinaryDescription
 
BINARY_SECRET_KEY_SIZE - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
Size in bytes of the binary data use to generate the secret key for receive-file.
BINARY_TYPE - Static variable in class com.facebook.buck.rust.RustBinaryDescription
 
BinaryBuildRule - Interface in com.facebook.buck.rules
Build rules that can be executed on the command line.
BinaryBuildRuleToolProvider - Class in com.facebook.buck.rules
A ToolProvider which provides the Tool object of the BinaryBuildRule references by a given BuildTarget.
BinaryBuildRuleToolProvider(BuildTarget, String) - Constructor for class com.facebook.buck.rules.BinaryBuildRuleToolProvider
 
binaryJar - Variable in class com.facebook.buck.jvm.java.PrebuiltJarDescription.Arg
 
binarySrc - Variable in class com.facebook.buck.python.PrebuiltPythonLibraryDescription.Arg
 
BinaryWrapperRule - Class in com.facebook.buck.rules
A no-op stub class for binary rules which delegate to another rule to provide the output path and executable tool.
BinaryWrapperRule(BuildRuleParams, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.BinaryWrapperRule
 
bind(Optional<? extends T>, Function<? super T, Optional<U>>) - Static method in class com.facebook.buck.util.Optionals
 
blacklist - Variable in class com.facebook.buck.jvm.java.JavaBinaryDescription.Args
 
BlockingHttpEndpoint - Class in com.facebook.buck.util.network
HttpEndpoint implementation which only allows a certain number of concurrent requests to be in flight at any given point in time.
BlockingHttpEndpoint(String, int, int) - Constructor for class com.facebook.buck.util.network.BlockingHttpEndpoint
 
blueprintName - Variable in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
body - Variable in class com.facebook.buck.cxx.DebugSection
The buffer holding the contents of the debug section.
body - Variable in class com.facebook.buck.cxx.elf.ElfSection
 
bookmarksRevisionsId(ImmutableSet<String>) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
bookmarksRevisionsId(ImmutableSet<String>) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
bookmarksRevisionsId(ImmutableSet<String>) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
It receives a list of bookmarks and returns a map of bookmarks to revision ids.
BootClasspathOracle - Interface in com.facebook.buck.jvm.java.abi.source.api
 
BorrowablePath - Class in com.facebook.buck.io
Instance holds a path and instruction on how you can treat the contents referred by the path.
borrowablePath(Path) - Static method in class com.facebook.buck.io.BorrowablePath
 
BorrowablePath.Behaviour - Enum in com.facebook.buck.io
 
borrowWorkerProcess() - Method in class com.facebook.buck.shell.WorkerProcessPool
If there are available workers, returns one.
bridgingHeader - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
bridgingHeader - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
broadcast(BroadcastEvent) - Method in class com.facebook.buck.event.listener.BroadcastEventListener
 
BroadcastEvent - Interface in com.facebook.buck.event
BroadcastEvents represents events that are being broadcasted by BroadcastEventListener to multiple event buses.
BroadcastEventBusClosable(BroadcastEventListener, BuckEventBus) - Constructor for class com.facebook.buck.event.listener.BroadcastEventListener.BroadcastEventBusClosable
 
BroadcastEventListener - Class in com.facebook.buck.event.listener
 
BroadcastEventListener() - Constructor for class com.facebook.buck.event.listener.BroadcastEventListener
 
BroadcastEventListener.BroadcastEventBusClosable - Class in com.facebook.buck.event.listener
 
BsdArchiver - Class in com.facebook.buck.cxx
 
BsdArchiver(Tool) - Constructor for class com.facebook.buck.cxx.BsdArchiver
 
BSER_ARRAY - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_FALSE - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_INT16 - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_INT32 - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_INT64 - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_INT8 - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_NULL - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_OBJECT - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_REAL - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_SKIP - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_STRING - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_TEMPLATE - Static variable in class com.facebook.buck.bser.BserConstants
 
BSER_TRUE - Static variable in class com.facebook.buck.bser.BserConstants
 
BserConstants - Class in com.facebook.buck.bser
 
BserDeserializer - Class in com.facebook.buck.bser
Decoder for the BSER binary JSON format used by the Watchman service: https://facebook.github.io/watchman/docs/bser.html
BserDeserializer(BserDeserializer.KeyOrdering) - Constructor for class com.facebook.buck.bser.BserDeserializer
If keyOrdering is SORTED, any Map objects in the resulting value will have their keys sorted in natural order.
BserDeserializer.BserEofException - Exception in com.facebook.buck.bser
Exception thrown when BSER parser unexpectedly reaches the end of the input stream.
BserDeserializer.KeyOrdering - Enum in com.facebook.buck.bser
 
BserEofException(String) - Constructor for exception com.facebook.buck.bser.BserDeserializer.BserEofException
 
BserEofException(String, Throwable) - Constructor for exception com.facebook.buck.bser.BserDeserializer.BserEofException
 
BserSerializer - Class in com.facebook.buck.bser
Encoder for the BSER binary JSON format used by the Watchman service: https://facebook.github.io/watchman/docs/bser.html
BserSerializer() - Constructor for class com.facebook.buck.bser.BserSerializer
 
BUCK_CONFIG_OVERRIDE_FILE_NAME - Static variable in class com.facebook.buck.cli.BuckConfig
 
BUCK_CONFIG_STRING_TEMPLATE_FILE_PROPERTY - Static variable in class com.facebook.buck.log.LogConfigPaths
System property holding the path to the logging.properties.st file in the Buck repo.
BUCK_LOG_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
BUCK_MACHINE_LOG_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
BUCK_PY_FUNCTION_TEMPLATE - Static variable in class com.facebook.buck.rules.BuckPyFunction
 
BuckBlockJUnit4ClassRunner - Class in com.facebook.buck.testrunner
JUnit-4-compatible test class runner that supports the concept of a "default timeout." If the value of defaultTestTimeoutMillis passed to the constructor is non-zero, then it will be used in place of Test.timeout() if Test.timeout() returns zero.
BuckBlockJUnit4ClassRunner(Class<?>, long) - Constructor for class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
 
BuckCommand - Class in com.facebook.buck.cli
 
BuckCommand() - Constructor for class com.facebook.buck.cli.BuckCommand
 
BuckConfig - Class in com.facebook.buck.cli
Structured representation of data read from a .buckconfig file.
BuckConfig(Config, ProjectFilesystem, Architecture, Platform, ImmutableMap<String, String>, CellPathResolver) - Constructor for class com.facebook.buck.cli.BuckConfig
 
BuckConstant - Class in com.facebook.buck.util
 
BuckEvent - Interface in com.facebook.buck.event
 
BuckEvent.Scope - Class in com.facebook.buck.event
 
BuckEventAndroidLogger - Class in com.facebook.buck.android
Implementation of ILogger which posts to an BuckEventBus
BuckEventAndroidLogger(BuckEventBus) - Constructor for class com.facebook.buck.android.BuckEventAndroidLogger
 
BuckEventBus - Class in com.facebook.buck.event
Thin wrapper around guava event bus.
BuckEventBus(Clock, BuildId) - Constructor for class com.facebook.buck.event.BuckEventBus
 
BuckEventBus(Clock, boolean, BuildId, int) - Constructor for class com.facebook.buck.event.BuckEventBus
 
BuckEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes a generic buck event.
BuckEventListener - Interface in com.facebook.buck.event
 
BuckEventOrderer<T extends BuckEvent> - Class in com.facebook.buck.event.listener
Orders BuckEvents by the BuckEvent.getNanoTime() value.
BuckEventOrderer(Consumer<T>, long, TimeUnit) - Constructor for class com.facebook.buck.event.listener.BuckEventOrderer
 
buckFilesProcessing - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
BuckInitializationDurationEvent - Class in com.facebook.buck.event
Event that contains the duration of time Buck took to perform initializations before command is about to be executed, starting from call to main().
BuckInitializationDurationEvent(long) - Constructor for class com.facebook.buck.event.BuckInitializationDurationEvent
 
BuckIsDyingException - Exception in com.facebook.buck.util
Indicates that something could not be done because Buck was dying.
BuckIsDyingException(String) - Constructor for exception com.facebook.buck.util.BuckIsDyingException
 
BuckPaths - Class in com.facebook.buck.io
Immutable implementation of AbstractBuckPaths.
BuckPaths.Builder - Class in com.facebook.buck.io
Builds instances of type BuckPaths.
BuckPyFunction - Class in com.facebook.buck.rules
Used to generate a function for use within buck.py for the rule described by a Description.
BuckPyFunction(ConstructorArgMarshaller) - Constructor for class com.facebook.buck.rules.BuckPyFunction
 
BuckQueryEnvironment - Class in com.facebook.buck.cli
The environment of a Buck query that can evaluate queries to produce a result.
buckRepoRoot - Variable in class com.facebook.buck.maven.ArtifactConfig
 
BuckStyleImmutable - Annotation Type in com.facebook.buck.util.immutables
Style for code-generated Immutables.org immutable value types which:
BuckStyleTuple - Annotation Type in com.facebook.buck.util.immutables
Tuple-style objects conforming to BuckStyleImmutable naming style.
BuckTracing - Class in com.facebook.buck.event.api
Allows annotation processors and other compiler plug-ins to output tracing information to Buck's trace files (when being run in-process in Buck).
BuckTracing.TraceSection - Class in com.facebook.buck.event.api
An AutoCloseable that can be used in a try-with-resources block to ensure a trace section is ended properly when exited.
BuckTracingEventBusBridge - Class in com.facebook.buck.event
Bridges the BuckTracing API (in the system ClassLoader) with BuckEventBus.
BuckTracingEventBusBridge(BuckEventBus, BuildTarget) - Constructor for class com.facebook.buck.event.BuckTracingEventBusBridge
 
BuckTracingInterface - Interface in com.facebook.buck.event.api
Used by Buck to supply an implementation for BuckTracing.
BuckVersion - Class in com.facebook.buck.model
 
BuckVersionUtil - Class in com.facebook.buck.distributed
 
BuckXmlTestRunListener - Class in com.facebook.buck.testrunner
 
BuckXmlTestRunListener() - Constructor for class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
BUFFER_CAPACITY - Static variable in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
The capacity of each I/O buffer, in bytes.
build() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
build() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
build() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
build() - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
build() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Builds a new ResourceDetails.
build() - Method in class com.facebook.buck.android.AndroidPackageableCollector
 
build() - Method in class com.facebook.buck.android.ApkInfo.Builder
Builds a new ApkInfo.
build() - Method in class com.facebook.buck.android.APKModule.Builder
Builds a new APKModule.
build() - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
 
build() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
build() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
build() - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
Builds a new NdkCxxPlatform.
build() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
build() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
build() - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
build() - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
build() - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Builds a new AppleBundleResources.
build() - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Builds a new AppleCxxPlatform.
build(ProjectFilesystem, AppleSdk, String, String, AppleSdkPaths, BuckConfig, AppleConfig, Optional<ProcessExecutor>, Optional<AppleToolchain>) - Static method in class com.facebook.buck.apple.AppleCxxPlatforms
 
build() - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Builds a new ApplePlatform.
build() - Method in class com.facebook.buck.apple.AppleSdk.Builder
Builds a new AppleSdk.
build() - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Builds a new AppleSdkPaths.
build() - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Builds a new AppleToolchain.
build() - Method in class com.facebook.buck.apple.clang.HeaderMap.Builder
 
build() - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Builds a new CodeSignIdentity.
build() - Method in class com.facebook.buck.apple.GroupedSource.Builder
Builds a new GroupedSource.
build() - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Builds a new MultiarchFileInfo.
build() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
build() - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Builds a new AppleSimulator.
build() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Builds a new AppleSimulatorProfile.
build() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
build() - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType.Builder
Builds a new ProductType.
build() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Builds a new ArtifactInfo.
build() - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Builds a new CacheResult.
build() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Builds a new DirCacheEntry.
build() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
build() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
build() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
build() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
build() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Builds a new HttpCacheEntry.
build() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
build() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Builds a new NetworkCacheArgs.
build() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
build() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
Builds a new StoreWriteResult.
build() - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Builds a new CommandRunnerParams.
build() - Method in class com.facebook.buck.cli.ConfigValue.Builder
Builds a new ConfigValue.
build() - Method in class com.facebook.buck.cli.InstallResult.Builder
Builds a new InstallResult.
build() - Method in class com.facebook.buck.cli.ProjectPredicates.Builder
Builds a new ProjectPredicates.
build() - Method in class com.facebook.buck.cli.ShowOptions.Builder
Builds a new ShowOptions.
build() - Method in class com.facebook.buck.cli.TestRun.Builder
Builds a new TestRun.
Build - Class in com.facebook.buck.command
 
Build(ActionGraph, BuildRuleResolver, Cell, Optional<TargetDevice>, Supplier<AndroidPlatformTarget>, BuildEngine, ArtifactCache, JavaPackageFinder, Console, long, boolean, boolean, boolean, boolean, BuckEventBus, Platform, ImmutableMap<String, String>, ObjectMapper, Clock, ConcurrencyLimit, Optional<AdbOptions>, Optional<TargetDeviceOptions>, Optional<ConcurrentMap<String, WorkerProcessPool>>, Map<ExecutorPool, ListeningExecutorService>) - Constructor for class com.facebook.buck.command.Build
 
build() - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Builds a new BuildExecutionResult.
build() - Method in class com.facebook.buck.counters.CounterInfo.Builder
Builds a new CounterInfo.
build() - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Builds a new CounterSnapshot.
build(CxxToolProvider.Type, Tool) - Method in class com.facebook.buck.cxx.CompilerProvider
 
build() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
build() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
build() - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Builds a new CxxHeadersDir.
build() - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Builds a new CxxHeaderSourceSpec.
build() - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Builds a new CxxPlatform.
build(Flavor, Platform, CxxBuckConfig, CompilerProvider, PreprocessorProvider, CompilerProvider, CompilerProvider, PreprocessorProvider, PreprocessorProvider, LinkerProvider, Iterable<String>, Tool, Archiver, Tool, SymbolNameTool, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, String, String, String, String, DebugPathSanitizer, DebugPathSanitizer, ImmutableMap<String, String>, Optional<String>, HeaderVerification) - Static method in class com.facebook.buck.cxx.CxxPlatforms
 
build() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Builds a new CxxPreprocessorInput.
build() - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
Builds a new CxxSandboxInclude.
build() - Method in class com.facebook.buck.cxx.CxxSource.Builder
Builds a new CxxSource.
build() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Builds a new CxxSourceRuleFactory.
build() - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
Builds a new CxxSourceSet.
build() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Builds a new CxxSymlinkTreeHeaders.
build(CxxToolProvider.Type, Tool) - Method in class com.facebook.buck.cxx.CxxToolProvider
 
build() - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
Builds a new CxxToolProviderParams.
build(Platform, ProjectFilesystem, CxxBuckConfig) - Static method in class com.facebook.buck.cxx.DefaultCxxPlatforms
 
build() - Method in class com.facebook.buck.cxx.DepsBuilder
 
build() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Builds a new ExplicitCxxToolFlags.
build() - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Builds a new FrameworkDependencies.
build() - Method in class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
 
build() - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Builds a new HeaderVerification.
build() - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey.Builder
build() - Method in class com.facebook.buck.cxx.MachoHeader.Builder
Builds a new MachoHeader.
build() - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Builds a new NativeLinkableInput.
build() - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Builds a new OmnibusLibraries.
build() - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
Builds a new OmnibusLibrary.
build() - Method in class com.facebook.buck.cxx.OmnibusRoot.Builder
Builds a new OmnibusRoot.
build() - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Builds a new PreprocessorFlags.
build(CxxToolProvider.Type, Tool) - Method in class com.facebook.buck.cxx.PreprocessorProvider
 
build() - Method in class com.facebook.buck.d.DIncludes.Builder
Builds a new DIncludes.
build() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Builds a new DistBuildExecutorArgs.
build() - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Builds a new DistBuildStatus.
build() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Builds a new DoctorEndpointRequest.
build() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
build() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Builds a new DoctorSuggestion.
build() - Method in class com.facebook.buck.event.EventKey.Builder
Builds a new EventKey.
build() - Method in class com.facebook.buck.event.listener.EventPair.Builder
Builds a new EventPair.
build() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
Builds a new ProxyBuckEvent.
build() - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
Builds a new RunIdStreamPair.
build() - Method in class com.facebook.buck.event.PerfEventId.Builder
Builds a new PerfEventId.
build() - Method in class com.facebook.buck.go.GoLinkable.Builder
Builds a new GoLinkable.
build() - Method in class com.facebook.buck.go.GoPlatform.Builder
Builds a new GoPlatform.
build() - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Builds a new HaskellCompileInput.
build() - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Builds a new HaskellPackage.
build() - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Builds a new HaskellSources.
build() - Method in class com.facebook.buck.haskell.HaskellVersion.Builder
Builds a new HaskellVersion.
build() - Method in class com.facebook.buck.io.BuckPaths.Builder
Builds a new BuckPaths.
build(ImmutableSet<Path>, ImmutableMap<String, String>, Console, Clock, Optional<Long>) - Static method in class com.facebook.buck.io.Watchman
 
build() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
build() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
 
build() - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot.Builder
Builds a new ContentRoot.
build() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry.Builder
Builds a new DependencyEntry.
build() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData.Builder
Builds a new DependencyEntryData.
build() - Method in class com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder
 
build() - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Builds a new IjLibrary.
build() - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Builds a new IjModule.
build() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Builds a new IjModuleAndroidFacet.
build() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Builds a new IjProjectConfig.
build() - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder.Builder
Builds a new IjSourceFolder.
build() - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry.Builder
Builds a new ModuleIndexEntry.
build() - Method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit.Builder
Builds a new SimplificationLimit.
build() - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Builds a new JavacOptions.
build() - Method in class com.facebook.buck.jvm.java.JavacVersion.Builder
Builds a new JavacVersion.
build() - Method in class com.facebook.buck.jvm.java.JavaOptions.Builder
Builds a new JavaOptions.
build() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Builds a new JUnitJvmArgs.
build() - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Builds a new ErrorLogRecord.
build() - Method in class com.facebook.buck.log.InvocationInfo.Builder
Builds a new InvocationInfo.
build() - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Builds a new LogConfigSetup.
build() - Method in interface com.facebook.buck.lua.Starter
 
build() - Method in class com.facebook.buck.model.BuildTarget.Builder
Builds a new BuildTarget.
build() - Method in class com.facebook.buck.model.ImmutableFlavor.Builder
Builds a new ImmutableFlavor.
build() - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Builds a new MacroMatchResult.
build() - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Builds a new UnflavoredBuildTarget.
build() - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Builds a new OcamlBuildContext.
build() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
build() - Method in class com.facebook.buck.parser.SpeculativeParsing.Builder
Builds a new SpeculativeParsing.
build() - Method in class com.facebook.buck.python.PythonPlatform.Builder
Builds a new PythonPlatform.
build() - Method in class com.facebook.buck.python.PythonVersion.Builder
Builds a new PythonVersion.
build() - Method in class com.facebook.buck.query.QueryBuildTarget.Builder
Builds a new QueryBuildTarget.
build() - Method in class com.facebook.buck.query.QueryFileTarget.Builder
Builds a new QueryFileTarget.
build() - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Builds a new BuildLogEntry.
build() - Method in class com.facebook.buck.rage.DefectReport.Builder
Builds a new DefectReport.
build() - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Builds a new DefectSubmitResult.
build() - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
Builds a new ExtraInfoResult.
build() - Method in class com.facebook.buck.rage.FileChangesIgnoredReport.Builder
build() - Method in class com.facebook.buck.rage.RageConfig.Builder
Builds a new RageConfig.
build() - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
Builds a new RageJsonResponse.
build() - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Builds a new SourceControlInfo.
build() - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
build() - Method in class com.facebook.buck.rage.UserReport.Builder
Builds a new UserReport.
build() - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
build() - Method in class com.facebook.buck.rules.args.GlobArg.Builder
Builds a new GlobArg.
build() - Method in class com.facebook.buck.rules.BuildContext.Builder
Builds a new BuildContext.
build(BuildEngineBuildContext, ExecutionContext, BuildRule) - Method in interface com.facebook.buck.rules.BuildEngine
Build the given build rule and return a future to the build rule success.
build() - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
build() - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Builds a new BuildRuleKeys.
build() - Method in class com.facebook.buck.rules.BuildRuleType.Builder
Builds a new BuildRuleType.
build(BuildEngineBuildContext, ExecutionContext, BuildRule) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
build() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Builds a new BuildConfigFields.
build() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Builds a new Field.
build() - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Builds a new FrameworkPath.
build() - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Builds a new ManifestEntries.
build() - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
Builds a new OcamlSource.
build() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection.Builder
 
build() - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Builds a new SourceList.
build() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Builds a new SourceWithFlagsList.
build() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection.Builder
 
build() - Method in class com.facebook.buck.rules.CommandTool.Builder
 
build() - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
Builds a new ExopackageInfo.
build() - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo.Builder
Builds a new DexInfo.
build() - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo.Builder
Builds a new NativeLibsInfo.
build() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
build(SupportsDependencyFileRuleKey, ImmutableList<DependencyFileEntry>) - Method in class com.facebook.buck.rules.keys.DefaultDependencyFileRuleKeyFactory
 
build() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Builds a new DependencyFileEntry.
build(SupportsDependencyFileRuleKey, ImmutableList<DependencyFileEntry>) - Method in interface com.facebook.buck.rules.keys.DependencyFileRuleKeyFactory
 
build(BuildRule) - Method in class com.facebook.buck.rules.keys.ReflectiveRuleKeyFactory
 
build() - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
 
build(BuildRule) - Method in interface com.facebook.buck.rules.keys.RuleKeyFactory
Creates a new RULE_KEY for the given BuildRule.
build() - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
build() - Method in class com.facebook.buck.rules.Label.Builder
Builds a new Label.
build() - Method in class com.facebook.buck.rules.RuleScheduleInfo.Builder
Builds a new RuleScheduleInfo.
build() - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Builds a new SourceWithFlags.
build() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
build() - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes.Builder
build() - Method in class com.facebook.buck.rules.VersionedTool.Builder
Builds a new VersionedTool.
build() - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Builds a new ClientSideSlbConfig.
build() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
build() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
build() - Method in class com.facebook.buck.slb.PerServerData.Builder
Builds a new PerServerData.
build() - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Builds a new PerServerPingData.
build() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
build() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig.Builder
build() - Method in class com.facebook.buck.step.ExecutionContext.Builder
Builds a new ExecutionContext.
build() - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Builds a new SwiftPlatform.
build(String, Set<Path>, Tool, Tool) - Static method in class com.facebook.buck.swift.SwiftPlatforms
 
build() - Method in class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
build() - Method in class com.facebook.buck.test.TestResults.Builder
Builds a new TestResults.
build() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
build() - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Builds a new TestRunningOptions.
build() - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Builds a new TestStatusMessage.
build() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Builds a new AutoSparseConfig.
build() - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
Builds a new ManifestInfo.
build() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
build() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Builds a new HashCodeAndFileType.
build() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Builds a new ResourceAmounts.
build() - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Builds a new DirectoryCleanerArgs.
build() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
build() - Method in class com.facebook.buck.util.network.HiveRowFormatter
 
build() - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Builds a new ScribeData.
build() - Method in class com.facebook.buck.util.PatternAndMessage.Builder
Builds a new PatternAndMessage.
build() - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Builds a new ProcessExecutorParams.
build() - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
build() - Method in class com.facebook.buck.util.SampleRate.Builder
Builds a new SampleRate.
build() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Builds a new VersionControlStats.
build() - Method in class com.facebook.buck.versions.VersionedTargetGraphBuilder
 
build() - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Builds a new VersionUniverse.
BUILD_FINISHED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
BUILD_HOST_SUBST - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
Magic string we substitute into debug paths in place of the build-host name, erasing the difference between say, building on Darwin and building on Linux.
BUILD_PROGRESS_UPDATED - Static variable in interface com.facebook.buck.event.external.events.ProgressEventInterface
 
BUILD_RULE_TYPES_BY_CLASS - Static variable in interface com.facebook.buck.rules.Description
 
BUILD_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
BUILD_STATE_FILE_ARG_NAME - Static variable in class com.facebook.buck.cli.DistBuildRunCommand
 
BUILD_STATE_FILE_ARG_USAGE - Static variable in class com.facebook.buck.cli.DistBuildRunCommand
 
BUILD_TARGET_COMPARATOR - Static variable in interface com.facebook.buck.model.HasBuildTarget
 
BUILD_TOOL_PREFIXES - Static variable in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
BUILD_WITH_BUCK_POSTFIX - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
BuildableContext - Interface in com.facebook.buck.rules
Context object that is specific to an individual BuildRule.
buildableName - Variable in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
BuildableProperties - Class in com.facebook.buck.rules
 
BuildableProperties(BuildableProperties.Kind, BuildableProperties.Kind...) - Constructor for class com.facebook.buck.rules.BuildableProperties
 
BuildableProperties.Kind - Enum in com.facebook.buck.rules
 
BuildableReference(String, String, String, String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
BuildAction(boolean) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.BuildAction
 
BuildActionEntry(XCScheme.BuildableReference, EnumSet<XCScheme.BuildActionEntry.BuildFor>) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry
 
buildAndReturnExitCode() - Method in class com.facebook.buck.distributed.DistBuildSlaveExecutor
 
buildAnnotationProcessingParams(BuildTarget, ProjectFilesystem, BuildRuleResolver) - Method in class com.facebook.buck.jvm.java.JvmLibraryArg
 
buildArgs - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
buildArgs - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
BuildCommand - Class in com.facebook.buck.cli
 
BuildCommand() - Constructor for class com.facebook.buck.cli.BuildCommand
 
BuildCommand(List<String>) - Constructor for class com.facebook.buck.cli.BuildCommand
 
BuildCommand.ActionGraphCreationException - Exception in com.facebook.buck.cli
 
BuildConfigFields - Class in com.facebook.buck.rules.coercer
List of fields to add to a generated BuildConfig.java file.
BuildConfigFields.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type BuildConfigFields.
BuildConfigFields.Field - Class in com.facebook.buck.rules.coercer
An individual field in a BuildConfigFields.
BuildConfigFields.Field.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type Field.
BuildConfigFieldsTypeCoercer - Class in com.facebook.buck.rules.coercer
TypeCoercer that takes a list of strings and transforms it into a BuildConfigFields.
BuildConfigFieldsTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.BuildConfigFieldsTypeCoercer
 
BuildConfigs - Class in com.facebook.buck.android
Utilities for generating a BuildConfig.java file for Android.
buildConfiguration - Variable in class com.facebook.buck.apple.xcode.XCScheme.AnalyzeAction
 
buildConfiguration - Variable in class com.facebook.buck.apple.xcode.XCScheme.ArchiveAction
 
buildConfigValues - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
buildConfigValuesFile - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
BuildContext - Class in com.facebook.buck.rules
Immutable implementation of AbstractBuildContext.
BuildContext.Builder - Class in com.facebook.buck.rules
Builds instances of type BuildContext.
BuildEngine - Interface in com.facebook.buck.rules
A build engine is responsible for building a given build rule, which includes all its transitive dependencies.
BuildEngineBuildContext - Class in com.facebook.buck.rules
Per-build context used by BuildEngine.
BuildEngineBuildContext.Builder - Class in com.facebook.buck.rules
Builds instances of type BuildEngineBuildContext.
BuildEnvironmentDescription - Class in com.facebook.buck.util.environment
Immutable implementation of AbstractBuildEnvironmentDescription.
BuildEnvironmentDescription.Builder - Class in com.facebook.buck.util.environment
Builds instances of type BuildEnvironmentDescription.
builder() - Static method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Creates a builder for AndroidGraphEnhancementResult.
builder() - Static method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Creates a builder for AndroidInstrumentationTestJVMArgs.
builder() - Static method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
builder() - Static method in class com.facebook.buck.android.AndroidPackageableCollection
Creates a builder for AndroidPackageableCollection.
builder() - Static method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Creates a builder for ResourceDetails.
builder() - Static method in class com.facebook.buck.android.ApkInfo
Creates a builder for ApkInfo.
builder() - Static method in class com.facebook.buck.android.APKModule
Creates a builder for APKModule.
builder() - Static method in class com.facebook.buck.android.FilterResourcesStep
 
builder() - Static method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Creates a builder for MergedNativeLibraryConstituents.
builder() - Static method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
builder() - Static method in class com.facebook.buck.android.NdkCxxPlatform
Creates a builder for NdkCxxPlatform.
builder() - Static method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Creates a builder for NdkCxxPlatformCompiler.
builder() - Static method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Creates a builder for NdkCxxPlatformTargetConfiguration.
builder() - Static method in class com.facebook.buck.android.StrippedObjectDescription
Creates a builder for StrippedObjectDescription.
builder() - Static method in class com.facebook.buck.apple.AppleBundleDestinations
Creates a builder for AppleBundleDestinations.
builder() - Static method in class com.facebook.buck.apple.AppleBundleResources
Creates a builder for AppleBundleResources.
builder() - Static method in class com.facebook.buck.apple.AppleCxxPlatform
Creates a builder for AppleCxxPlatform.
builder() - Static method in class com.facebook.buck.apple.ApplePlatform
Creates a builder for ApplePlatform.
builder() - Static method in class com.facebook.buck.apple.AppleSdk
Creates a builder for AppleSdk.
builder() - Static method in class com.facebook.buck.apple.AppleSdkPaths
Creates a builder for AppleSdkPaths.
builder() - Static method in class com.facebook.buck.apple.AppleToolchain
Creates a builder for AppleToolchain.
builder() - Static method in class com.facebook.buck.apple.clang.HeaderMap
 
Builder() - Constructor for class com.facebook.buck.apple.clang.HeaderMap.Builder
 
builder() - Static method in class com.facebook.buck.apple.CodeSignIdentity
Creates a builder for CodeSignIdentity.
builder() - Static method in class com.facebook.buck.apple.GroupedSource
Creates a builder for GroupedSource.
builder() - Static method in class com.facebook.buck.apple.MultiarchFileInfo
Creates a builder for MultiarchFileInfo.
builder() - Static method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Creates a builder for ProvisioningProfileMetadata.
builder() - Static method in class com.facebook.buck.apple.simulator.AppleSimulator
Creates a builder for AppleSimulator.
builder() - Static method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Creates a builder for AppleSimulatorProfile.
builder() - Static method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Creates a builder for CopyFilePhaseDestinationSpec.
builder() - Static method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
Creates a builder for ProductType.
builder() - Static method in class com.facebook.buck.artifact_cache.ArtifactInfo
Creates a builder for ArtifactInfo.
builder() - Static method in class com.facebook.buck.artifact_cache.CacheResult
Creates a builder for CacheResult.
builder() - Static method in class com.facebook.buck.artifact_cache.DirCacheEntry
Creates a builder for DirCacheEntry.
builder() - Static method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Creates a builder for FetchResponseReadResult.
builder() - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Creates a builder for HttpArtifactCacheEventFetchData.
builder() - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Creates a builder for HttpArtifactCacheEventStoreData.
builder() - Static method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Creates a builder for HttpCacheEntry.
builder() - Static method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
builder() - Static method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Creates a builder for NetworkCacheArgs.
builder() - Static method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Creates a builder for StoreResponseReadResult.
builder() - Static method in class com.facebook.buck.artifact_cache.StoreWriteResult
Creates a builder for StoreWriteResult.
builder() - Static method in class com.facebook.buck.cli.CommandRunnerParams
Creates a builder for CommandRunnerParams.
builder() - Static method in class com.facebook.buck.cli.ConfigValue
Creates a builder for ConfigValue.
builder() - Static method in class com.facebook.buck.cli.InstallResult
Creates a builder for InstallResult.
builder() - Static method in class com.facebook.buck.cli.ProjectPredicates
Creates a builder for ProjectPredicates.
builder() - Static method in class com.facebook.buck.cli.ShowOptions
Creates a builder for ShowOptions.
builder() - Static method in class com.facebook.buck.cli.TestRun
Creates a builder for TestRun.
builder() - Static method in class com.facebook.buck.command.BuildExecutionResult
Creates a builder for BuildExecutionResult.
builder() - Static method in class com.facebook.buck.counters.CounterInfo
Creates a builder for CounterInfo.
builder() - Static method in class com.facebook.buck.counters.CounterSnapshot
Creates a builder for CounterSnapshot.
builder() - Static method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
Creates a builder for CxxCompilationDatabaseDependencies.
builder() - Static method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Creates a builder for CxxCompilationDatabaseEntry.
builder() - Static method in class com.facebook.buck.cxx.CxxHeadersDir
Creates a builder for CxxHeadersDir.
builder() - Static method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
Creates a builder for CxxHeaderSourceSpec.
builder() - Static method in class com.facebook.buck.cxx.CxxPlatform
Creates a builder for CxxPlatform.
builder() - Static method in class com.facebook.buck.cxx.CxxPreprocessorInput
Creates a builder for CxxPreprocessorInput.
builder() - Static method in class com.facebook.buck.cxx.CxxSandboxInclude
Creates a builder for CxxSandboxInclude.
builder() - Static method in class com.facebook.buck.cxx.CxxSource
Creates a builder for CxxSource.
builder() - Static method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Creates a builder for CxxSourceRuleFactory.
builder() - Static method in class com.facebook.buck.cxx.CxxSourceSet
Creates a builder for CxxSourceSet.
builder() - Static method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Creates a builder for CxxSymlinkTreeHeaders.
builder() - Static method in class com.facebook.buck.cxx.CxxToolProviderParams
Creates a builder for CxxToolProviderParams.
builder() - Static method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Creates a builder for ExplicitCxxToolFlags.
builder() - Static method in class com.facebook.buck.cxx.FrameworkDependencies
Creates a builder for FrameworkDependencies.
Builder(SourcePathResolver) - Constructor for class com.facebook.buck.cxx.HeaderPathNormalizer.Builder
 
builder() - Static method in class com.facebook.buck.cxx.HeaderVerification
Creates a builder for HeaderVerification.
builder() - Static method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
builder() - Static method in class com.facebook.buck.cxx.MachoHeader
Creates a builder for MachoHeader.
builder() - Static method in class com.facebook.buck.cxx.NativeLinkableInput
Creates a builder for NativeLinkableInput.
builder() - Static method in class com.facebook.buck.cxx.OmnibusLibraries
Creates a builder for OmnibusLibraries.
builder() - Static method in class com.facebook.buck.cxx.OmnibusLibrary
Creates a builder for OmnibusLibrary.
builder() - Static method in class com.facebook.buck.cxx.OmnibusRoot
Creates a builder for OmnibusRoot.
builder() - Static method in class com.facebook.buck.cxx.PreprocessorFlags
Creates a builder for PreprocessorFlags.
builder() - Static method in class com.facebook.buck.d.DIncludes
Creates a builder for DIncludes.
builder() - Static method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Creates a builder for DistBuildExecutorArgs.
builder() - Static method in class com.facebook.buck.distributed.DistBuildStatus
Creates a builder for DistBuildStatus.
builder() - Static method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Creates a builder for DoctorEndpointRequest.
builder() - Static method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Creates a builder for DoctorEndpointResponse.
builder() - Static method in class com.facebook.buck.doctor.config.DoctorSuggestion
Creates a builder for DoctorSuggestion.
builder() - Static method in class com.facebook.buck.event.EventKey
Creates a builder for EventKey.
builder() - Static method in class com.facebook.buck.event.listener.EventPair
Creates a builder for EventPair.
builder() - Static method in class com.facebook.buck.event.listener.ProxyBuckEvent
Creates a builder for ProxyBuckEvent.
builder() - Static method in class com.facebook.buck.event.listener.RunIdStreamPair
Creates a builder for RunIdStreamPair.
builder() - Static method in class com.facebook.buck.event.PerfEventId
Creates a builder for PerfEventId.
builder() - Static method in class com.facebook.buck.go.GoLinkable
Creates a builder for GoLinkable.
builder() - Static method in class com.facebook.buck.go.GoPlatform
Creates a builder for GoPlatform.
builder() - Static method in class com.facebook.buck.haskell.HaskellCompileInput
Creates a builder for HaskellCompileInput.
builder() - Static method in class com.facebook.buck.haskell.HaskellPackage
Creates a builder for HaskellPackage.
builder() - Static method in class com.facebook.buck.haskell.HaskellSources
Creates a builder for HaskellSources.
builder() - Static method in class com.facebook.buck.haskell.HaskellVersion
Creates a builder for HaskellVersion.
builder() - Static method in class com.facebook.buck.io.BuckPaths
Creates a builder for BuckPaths.
builder() - Static method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Creates a builder for ProjectBuildFileParserOptions.
Builder() - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
 
builder() - Static method in class com.facebook.buck.jvm.java.intellij.ContentRoot
Creates a builder for ContentRoot.
builder() - Static method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
Creates a builder for DependencyEntry.
builder() - Static method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
Creates a builder for DependencyEntryData.
builder() - Static method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Creates a builder for IjLibrary.
builder() - Static method in class com.facebook.buck.jvm.java.intellij.IjModule
Creates a builder for IjModule.
builder() - Static method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Creates a builder for IjModuleAndroidFacet.
builder() - Static method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Creates a builder for IjProjectConfig.
builder() - Static method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
Creates a builder for IjSourceFolder.
builder() - Static method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
Creates a builder for ModuleIndexEntry.
builder() - Static method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit
Creates a builder for SimplificationLimit.
builder() - Static method in class com.facebook.buck.jvm.java.JavacOptions
Creates a builder for JavacOptions.
builder() - Static method in class com.facebook.buck.jvm.java.JavacVersion
Creates a builder for JavacVersion.
builder() - Static method in class com.facebook.buck.jvm.java.JavaOptions
Creates a builder for JavaOptions.
builder() - Static method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Creates a builder for JUnitJvmArgs.
builder() - Static method in class com.facebook.buck.log.ErrorLogRecord
Creates a builder for ErrorLogRecord.
builder() - Static method in class com.facebook.buck.log.InvocationInfo
Creates a builder for InvocationInfo.
builder() - Static method in class com.facebook.buck.log.LogConfigSetup
Creates a builder for LogConfigSetup.
builder() - Static method in class com.facebook.buck.model.BuildTarget
Creates a builder for BuildTarget.
builder() - Static method in class com.facebook.buck.model.ImmutableFlavor
Creates a builder for ImmutableFlavor.
builder() - Static method in class com.facebook.buck.model.MacroMatchResult
Creates a builder for MacroMatchResult.
Builder() - Constructor for class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Creates a builder for UnflavoredBuildTarget instances.
builder() - Static method in class com.facebook.buck.ocaml.OcamlBuildContext
Creates a builder for OcamlBuildContext.
builder() - Static method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Creates a builder for OcamlGeneratedBuildRules.
builder() - Static method in class com.facebook.buck.parser.SpeculativeParsing
Creates a builder for SpeculativeParsing.
builder() - Static method in class com.facebook.buck.python.PythonPlatform
Creates a builder for PythonPlatform.
builder() - Static method in class com.facebook.buck.python.PythonVersion
Creates a builder for PythonVersion.
builder() - Static method in class com.facebook.buck.query.QueryBuildTarget
Creates a builder for QueryBuildTarget.
builder() - Static method in class com.facebook.buck.query.QueryFileTarget
Creates a builder for QueryFileTarget.
builder() - Static method in class com.facebook.buck.rage.BuildLogEntry
Creates a builder for BuildLogEntry.
builder() - Static method in class com.facebook.buck.rage.DefectReport
Creates a builder for DefectReport.
builder() - Static method in class com.facebook.buck.rage.DefectSubmitResult
Creates a builder for DefectSubmitResult.
builder() - Static method in class com.facebook.buck.rage.ExtraInfoResult
Creates a builder for ExtraInfoResult.
builder() - Static method in class com.facebook.buck.rage.FileChangesIgnoredReport
Creates a builder for FileChangesIgnoredReport.
builder() - Static method in class com.facebook.buck.rage.RageConfig
Creates a builder for RageConfig.
builder() - Static method in class com.facebook.buck.rage.RageJsonResponse
Creates a builder for RageJsonResponse.
builder() - Static method in class com.facebook.buck.rage.SourceControlInfo
Creates a builder for SourceControlInfo.
builder() - Static method in class com.facebook.buck.rage.UserLocalConfiguration
Creates a builder for UserLocalConfiguration.
builder() - Static method in class com.facebook.buck.rage.UserReport
Creates a builder for UserReport.
builder() - Static method in class com.facebook.buck.rules.ActionGraphAndResolver
Creates a builder for ActionGraphAndResolver.
builder() - Static method in class com.facebook.buck.rules.args.GlobArg
Creates a builder for GlobArg.
builder() - Static method in class com.facebook.buck.rules.BuildContext
Creates a builder for BuildContext.
builder() - Static method in class com.facebook.buck.rules.BuildEngineBuildContext
Creates a builder for BuildEngineBuildContext.
builder() - Static method in class com.facebook.buck.rules.BuildRuleKeys
Creates a builder for BuildRuleKeys.
builder() - Static method in class com.facebook.buck.rules.BuildRuleType
Creates a builder for BuildRuleType.
builder() - Static method in class com.facebook.buck.rules.coercer.BuildConfigFields
Creates a builder for BuildConfigFields.
builder() - Static method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Creates a builder for Field.
builder() - Static method in class com.facebook.buck.rules.coercer.FrameworkPath
Creates a builder for FrameworkPath.
builder() - Static method in class com.facebook.buck.rules.coercer.ManifestEntries
Creates a builder for ManifestEntries.
builder() - Static method in class com.facebook.buck.rules.coercer.OcamlSource
Creates a builder for OcamlSource.
builder() - Static method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
Builder() - Constructor for class com.facebook.buck.rules.coercer.PatternMatchedCollection.Builder
 
builder() - Static method in class com.facebook.buck.rules.coercer.SourceList
Creates a builder for SourceList.
builder() - Static method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Creates a builder for SourceWithFlagsList.
builder() - Static method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
Builder() - Constructor for class com.facebook.buck.rules.coercer.VersionMatchedCollection.Builder
 
Builder(Optional<Tool>) - Constructor for class com.facebook.buck.rules.CommandTool.Builder
 
Builder(Tool) - Constructor for class com.facebook.buck.rules.CommandTool.Builder
 
Builder() - Constructor for class com.facebook.buck.rules.CommandTool.Builder
 
builder() - Static method in class com.facebook.buck.rules.ExopackageInfo
Creates a builder for ExopackageInfo.
builder() - Static method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
Creates a builder for DexInfo.
builder() - Static method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
Creates a builder for NativeLibsInfo.
builder() - Static method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Creates a builder for ExternalTestRunnerTestSpec.
builder() - Static method in class com.facebook.buck.rules.keys.DependencyFileEntry
Creates a builder for DependencyFileEntry.
builder() - Static method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
Builder() - Constructor for class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
builder() - Static method in class com.facebook.buck.rules.Label
Creates a builder for Label.
builder() - Static method in class com.facebook.buck.rules.RuleScheduleInfo
Creates a builder for RuleScheduleInfo.
builder() - Static method in class com.facebook.buck.rules.SourceWithFlags
Creates a builder for SourceWithFlags.
builder() - Static method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Creates a builder for TargetGraphAndBuildTargets.
builder() - Static method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
Creates a builder for TargetGraphAndTargetNodes.
builder() - Static method in class com.facebook.buck.rules.VersionedTool
Creates a builder for VersionedTool.
builder() - Static method in class com.facebook.buck.slb.ClientSideSlbConfig
Creates a builder for ClientSideSlbConfig.
builder() - Static method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Creates a builder for LoadBalancedServiceEventData.
builder() - Static method in class com.facebook.buck.slb.LoadBalancerPingEventData
Creates a builder for LoadBalancerPingEventData.
builder() - Static method in class com.facebook.buck.slb.PerServerData
Creates a builder for PerServerData.
builder() - Static method in class com.facebook.buck.slb.PerServerPingData
Creates a builder for PerServerPingData.
builder() - Static method in class com.facebook.buck.slb.ServerHealthManagerEventData
Creates a builder for ServerHealthManagerEventData.
builder() - Static method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Creates a builder for ThriftOverHttpServiceConfig.
builder() - Static method in class com.facebook.buck.step.ExecutionContext
Creates a builder for ExecutionContext.
builder() - Static method in class com.facebook.buck.swift.SwiftPlatform
Creates a builder for SwiftPlatform.
builder() - Static method in class com.facebook.buck.test.selectors.TestSelectorList
 
Builder() - Constructor for class com.facebook.buck.test.selectors.TestSelectorList.Builder
 
builder() - Static method in class com.facebook.buck.test.TestResults
Creates a builder for TestResults.
builder() - Static method in class com.facebook.buck.test.TestResultSummaryVerbosity
Creates a builder for TestResultSummaryVerbosity.
builder() - Static method in class com.facebook.buck.test.TestRunningOptions
Creates a builder for TestRunningOptions.
builder() - Static method in class com.facebook.buck.test.TestStatusMessage
Creates a builder for TestStatusMessage.
builder() - Static method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Creates a builder for AutoSparseConfig.
builder() - Static method in class com.facebook.buck.util.autosparse.ManifestInfo
Creates a builder for ManifestInfo.
builder() - Static method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Creates a builder for FileHashCacheVerificationResult.
builder() - Static method in class com.facebook.buck.util.cache.HashCodeAndFileType
Creates a builder for HashCodeAndFileType.
builder() - Static method in class com.facebook.buck.util.concurrent.ResourceAmounts
Creates a builder for ResourceAmounts.
builder() - Static method in class com.facebook.buck.util.DirectoryCleanerArgs
Creates a builder for DirectoryCleanerArgs.
builder() - Static method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Creates a builder for BuildEnvironmentDescription.
builder() - Static method in class com.facebook.buck.util.network.offline.ScribeData
Creates a builder for ScribeData.
builder() - Static method in class com.facebook.buck.util.PatternAndMessage
Creates a builder for PatternAndMessage.
builder() - Static method in class com.facebook.buck.util.ProcessExecutorParams
Creates a builder for ProcessExecutorParams.
builder() - Static method in class com.facebook.buck.util.ProcessResourceConsumption
Creates a builder for ProcessResourceConsumption.
builder() - Static method in class com.facebook.buck.util.SampleRate
Creates a builder for SampleRate.
builder() - Static method in class com.facebook.buck.util.versioncontrol.VersionControlStats
Creates a builder for VersionControlStats.
builder() - Static method in class com.facebook.buck.versions.VersionUniverse
Creates a builder for VersionUniverse.
BuildEvent - Class in com.facebook.buck.rules
Base class for events about building.
BuildEvent(EventKey) - Constructor for class com.facebook.buck.rules.BuildEvent
 
BuildEvent.Finished - Class in com.facebook.buck.rules
 
BuildEvent.RuleCountCalculated - Class in com.facebook.buck.rules
 
BuildEvent.Started - Class in com.facebook.buck.rules
 
BuildEvent.UnskippedRuleCountUpdated - Class in com.facebook.buck.rules
 
BuildExecutionResult - Class in com.facebook.buck.command
Immutable implementation of Build.AbstractBuildExecutionResult.
BuildExecutionResult.Builder - Class in com.facebook.buck.command
Builds instances of type BuildExecutionResult.
BuildFileFunction - Class in com.facebook.buck.query
A "buildfile" query expression, which computes the build files that define the given targets.
BuildFileFunction() - Constructor for class com.facebook.buck.query.BuildFileFunction
 
BuildFileParseException - Exception in com.facebook.buck.json
Thrown if we encounter an unexpected, fatal condition while interacting with the build file parser.
BuildFileParseExceptionData - Class in com.facebook.buck.json
Immutable implementation of AbstractBuildFileParseExceptionData.
BuildFileParseExceptionStackTraceEntry - Class in com.facebook.buck.json
Immutable implementation of AbstractBuildFileParseExceptionStackTraceEntry.
BuildFilePythonResult - Class in com.facebook.buck.json
Immutable implementation of ProjectBuildFileParser.AbstractBuildFilePythonResult.
BuildFileSpec - Class in com.facebook.buck.parser
A specification used by the parser, via TargetNodeSpec, to match build files.
BuildFileSyntaxError - Class in com.facebook.buck.json
Immutable implementation of AbstractBuildFileSyntaxError.
BuildFileTree - Class in com.facebook.buck.model
Interface to allow looking up parents and children of build files.
BuildFileTree() - Constructor for class com.facebook.buck.model.BuildFileTree
No-arg constructor, provided so that subclasses can be constructed.
BuildFileWithDeps(Path, Path) - Constructor for class com.facebook.buck.autodeps.DepsForBuildFiles.BuildFileWithDeps
 
buildFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
buildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
buildFromSelectorString(String) - Static method in class com.facebook.buck.test.selectors.PatternTestSelector
Build a PatternTestSelector from the given String.
BuildId - Class in com.facebook.buck.model
A strongly typed representation of a build id.
BuildId() - Constructor for class com.facebook.buck.model.BuildId
 
BuildId(String) - Constructor for class com.facebook.buck.model.BuildId
 
BuildId.BuildIdSerializer - Class in com.facebook.buck.model
 
BuildIdSampler - Class in com.facebook.buck.cli
Decides whether a particular BuildId belongs to a sampling group of a supplied size.
BuildIdSampler(SampleRate) - Constructor for class com.facebook.buck.cli.BuildIdSampler
 
BuildIdSerializer() - Constructor for class com.facebook.buck.model.BuildId.BuildIdSerializer
 
BuildInfo - Class in com.facebook.buck.rules
Shared utilities for BuildInfoRecorder and OnDiskBuildInfo.
BuildInfo.MetadataKey - Class in com.facebook.buck.rules
 
BuildInfoRecorder - Class in com.facebook.buck.rules
Utility for recording the paths to the output files generated by a build rule, as well as any metadata about those output files.
BuildJobStateSerializer - Class in com.facebook.buck.distributed
 
buildLocallyAndReturnExitCode(Iterable<String>) - Method in interface com.facebook.buck.distributed.LocalBuilder
 
BuildLogEntry - Class in com.facebook.buck.rage
Immutable implementation of BuildLogHelper.AbstractBuildLogEntry.
BuildLogEntry.Builder - Class in com.facebook.buck.rage
Builds instances of type BuildLogEntry.
BuildLogHelper - Class in com.facebook.buck.rage
Methods for finding and inspecting buck log files.
BuildLogHelper(ProjectFilesystem, ObjectMapper) - Constructor for class com.facebook.buck.rage.BuildLogHelper
 
buildManifestKey(SupportsDependencyFileRuleKey) - Method in class com.facebook.buck.rules.keys.DefaultDependencyFileRuleKeyFactory
 
buildManifestKey(SupportsDependencyFileRuleKey) - Method in interface com.facebook.buck.rules.keys.DependencyFileRuleKeyFactory
 
buildNativeLibsSymlinkTreeRule(BuildRuleParams, CxxPlatform) - Static method in class com.facebook.buck.jvm.java.JavaTestDescription.CxxLibraryEnhancement
 
BuildOutput(Sha1HashCode) - Constructor for class com.facebook.buck.android.PackageStringAssets.BuildOutput
 
BuildOutput(ImmutableList<Path>, ImmutableList<Path>) - Constructor for class com.facebook.buck.android.ResourcesFilter.BuildOutput
 
BuildOutputInitializer<T> - Class in com.facebook.buck.rules
Delegates the actual reading of disk-cached data to the InitializableFromDisk and is responsible for safely storing and retrieving the in-memory data structures.
BuildOutputInitializer(BuildTarget, InitializableFromDisk<T>) - Constructor for class com.facebook.buck.rules.BuildOutputInitializer
 
buildProgressUpdated(double) - Static method in class com.facebook.buck.event.ProgressEvent
 
BuildProgressUpdated(double) - Constructor for class com.facebook.buck.event.ProgressEvent.BuildProgressUpdated
 
buildProgressUpdated(ProgressEvent.BuildProgressUpdated) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
BuildReport - Class in com.facebook.buck.command
 
BuildReport(BuildExecutionResult) - Constructor for class com.facebook.buck.command.BuildReport
 
buildResourceNameToIdMap(ProjectFilesystem, Path, Map<String, Integer>, Map<String, Integer>, Map<String, Integer>) - Static method in class com.facebook.buck.android.CompileStringsStep
Parses the R.txt file generated by aapt, looks for resources of type string, plurals and array, and builds a map of resource names to their corresponding ids.
BuildResult - Class in com.facebook.buck.rules
This is a union type that represents either a success or a failure.
BuildRule - Interface in com.facebook.buck.rules
 
BuildRuleCacheEvent - Class in com.facebook.buck.rules
Base class for events about build rules.
BuildRuleCacheEvent(EventKey, BuildRule, BuildRuleCacheEvent.CacheStepType) - Constructor for class com.facebook.buck.rules.BuildRuleCacheEvent
 
BuildRuleCacheEvent.CacheStepFinished - Class in com.facebook.buck.rules
 
BuildRuleCacheEvent.CacheStepStarted - Class in com.facebook.buck.rules
 
BuildRuleCacheEvent.CacheStepType - Enum in com.facebook.buck.rules
 
BuildRuleDependencyVisitors - Class in com.facebook.buck.rules
 
BuildRuleEvent - Class in com.facebook.buck.rules
Base class for events about build rules.
BuildRuleEvent(BuildRule) - Constructor for class com.facebook.buck.rules.BuildRuleEvent
 
BuildRuleEvent.Finished - Class in com.facebook.buck.rules
 
BuildRuleEvent.Resumed - Class in com.facebook.buck.rules
 
BuildRuleEvent.Started - Class in com.facebook.buck.rules
 
BuildRuleEvent.Suspended - Class in com.facebook.buck.rules
 
buildRuleEventFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
buildRuleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildRuleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
buildRuleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
buildRuleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
buildRuleKey() - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
A convenience method for implementations that build RuleKey.
BuildRuleKeys - Class in com.facebook.buck.rules
Immutable implementation of AbstractBuildRuleKeys.
BuildRuleKeys.Builder - Class in com.facebook.buck.rules
Builds instances of type BuildRuleKeys.
BuildRuleParams - Class in com.facebook.buck.rules
Standard set of parameters that is passed to all build rules.
BuildRuleParams(BuildTarget, Supplier<ImmutableSortedSet<BuildRule>>, Supplier<ImmutableSortedSet<BuildRule>>, ProjectFilesystem, CellPathResolver) - Constructor for class com.facebook.buck.rules.BuildRuleParams
 
BuildRuleResolver - Class in com.facebook.buck.rules
Provides a mechanism for mapping between a BuildTarget and the BuildRule it represents.
BuildRuleResolver(TargetGraph, TargetNodeToBuildRuleTransformer) - Constructor for class com.facebook.buck.rules.BuildRuleResolver
 
BuildRuleResolver(TargetGraph, TargetNodeToBuildRuleTransformer, BuckEventBus) - Constructor for class com.facebook.buck.rules.BuildRuleResolver
 
buildRuleResumed(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildRuleResumed(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
BuildRules - Class in com.facebook.buck.rules
 
buildRuleStarted(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildRuleStarted(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
BuildRuleStatus - Enum in com.facebook.buck.rules
 
BuildRuleSuccessType - Enum in com.facebook.buck.rules
Token provided by the result of BuildEngine.build(BuildEngineBuildContext, com.facebook.buck.step.ExecutionContext, BuildRule), demonstrating that the associated BuildRule was built successfully.
buildRuleSuspended(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildRuleSuspended(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
BuildRuleType - Class in com.facebook.buck.rules
Immutable implementation of AbstractBuildRuleType.
BuildRuleType.Builder - Class in com.facebook.buck.rules
Builds instances of type BuildRuleType.
BuildRuleWithBinary - Interface in com.facebook.buck.cxx
Build rule that holds a binary build rule
BuildsAnnotationProcessor - Annotation Type in com.facebook.buck.jvm.java
Annotation for objects that build annotation processors
buildSpec(CxxPlatform, Iterable<? extends NativeLinkTarget>, Iterable<? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.Omnibus
 
buildStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
buildStarted(BuildEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
buildStringSourceMap - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
BuildTarget - Class in com.facebook.buck.model
Immutable implementation of AbstractBuildTarget.
BuildTarget.Builder - Class in com.facebook.buck.model
Builds instances of type BuildTarget.
BuildTargetException - Exception in com.facebook.buck.model
 
BuildTargetException(String) - Constructor for exception com.facebook.buck.model.BuildTargetException
 
buildTargetGraph(BuckEventBus, Cell, boolean, ListeningExecutorService, Iterable<BuildTarget>) - Method in class com.facebook.buck.parser.Parser
 
buildTargetGraph(PerBuildState, BuckEventBus, Iterable<BuildTarget>, boolean) - Method in class com.facebook.buck.parser.Parser
 
buildTargetGraph(Iterable<BuildTarget>) - Method in class com.facebook.buck.parser.PerBuildState
 
buildTargetGraphForTargetNodeSpecs(BuckEventBus, Cell, boolean, ListeningExecutorService, Iterable<? extends TargetNodeSpec>, boolean) - Method in class com.facebook.buck.parser.Parser
 
buildTargetGraphForTargetNodeSpecs(BuckEventBus, Cell, boolean, ListeningExecutorService, Iterable<? extends TargetNodeSpec>, boolean, AbstractParserConfig.ApplyDefaultFlavorsMode) - Method in class com.facebook.buck.parser.Parser
 
BuildTargetMacroExpander - Class in com.facebook.buck.rules.macros
Abstract expander which resolves using a references to another BuildRule.
BuildTargetMacroExpander() - Constructor for class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
BuildTargetParseException - Exception in com.facebook.buck.parser
 
BuildTargetParseException(String) - Constructor for exception com.facebook.buck.parser.BuildTargetParseException
 
BuildTargetParser - Class in com.facebook.buck.parser
 
BuildTargetPattern - Interface in com.facebook.buck.model
A pattern that matches one or more build targets.
BuildTargetPatternParser<T> - Class in com.facebook.buck.parser
Context for parsing build target names.
BuildTargetPatternParser(String) - Constructor for class com.facebook.buck.parser.BuildTargetPatternParser
 
BuildTargetPatternTargetNodeParser - Class in com.facebook.buck.parser
 
BuildTargetPatternTargetNodeParser() - Constructor for class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
BuildTargets - Class in com.facebook.buck.model
Static helpers for working with build targets.
BuildTargetSourcePath - Class in com.facebook.buck.rules
A SourcePath that utilizes the output from the BuildRule referenced by a BuildTarget as the file it represents.
BuildTargetSourcePath(BuildTarget) - Constructor for class com.facebook.buck.rules.BuildTargetSourcePath
 
BuildTargetSourcePath(BuildTarget, Path) - Constructor for class com.facebook.buck.rules.BuildTargetSourcePath
 
BuildTargetSpec - Class in com.facebook.buck.parser
Matches a TargetNode name by a specific BuildTarget.
BuildTargetsQueue - Class in com.facebook.buck.distributed
 
BuildTargetTypeCoercer - Class in com.facebook.buck.rules.coercer
 
BuildTargetTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.BuildTargetTypeCoercer
 
BuildThreadStateRenderer - Class in com.facebook.buck.event.listener
 
BuildThreadStateRenderer(Ansi, Function<Long, String>, long, Map<Long, Optional<? extends LeafEvent>>, AccumulatedTimeTracker) - Constructor for class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
BuildTraces - Class in com.facebook.buck.util.trace
Utility to help with reading data from build trace files.
BuildTraces(ProjectFilesystem) - Constructor for class com.facebook.buck.util.trace.BuildTraces
 
BuildTraces.TraceAttributes - Class in com.facebook.buck.util.trace
 
buildTransitiveClosure(Set<QueryTarget>, int, ListeningExecutorService) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
buildTransitiveClosure(Set<QueryTarget>, int, ListeningExecutorService) - Method in interface com.facebook.buck.query.QueryEnvironment
Construct the dependency graph for a depth-bounded forward transitive closure of all nodes in "targetNodes".
buildTransitiveClosure(Set<QueryTarget>, int, ListeningExecutorService) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
BuildType - Enum in com.facebook.buck.build_type
 
buildWithClasspath(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableSet<String>, ImmutableSortedSet<Path>, Path, Optional<Path>, AbstractJavacOptions.AbiGenerationMode) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
buildWithClasspath(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableSet<String>, ImmutableSortedSet<Path>, Path, Optional<Path>, AbstractJavacOptions.AbiGenerationMode) - Method in interface com.facebook.buck.jvm.java.Javac
 
buildWithClasspath(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableSet<String>, ImmutableSortedSet<Path>, Path, Optional<Path>, AbstractJavacOptions.AbiGenerationMode) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
buildWithClasspath(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableSet<String>, ImmutableSortedSet<Path>, Path, Optional<Path>, AbstractJavacOptions.AbiGenerationMode) - Method in class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
buildWithClasspath(String, Map<String, Object>, String, List<String>, List<String>, List<String>, String, String, AbstractJavacOptions.AbiGenerationMode) - Method in interface com.facebook.buck.jvm.java.OutOfProcessJavacConnectionInterface
This is interface that will be used to perform out of process compilation.
buildWithClasspath(JavacExecutionContext, BuildTarget, ImmutableList<String>, ImmutableSet<String>, ImmutableSortedSet<Path>, Path, Optional<Path>, AbstractJavacOptions.AbiGenerationMode) - Method in class com.facebook.buck.jvm.java.OutOfProcessJdkProvidedInMemoryJavac
 
buildWorkspaceGeneratorOptions(boolean, boolean, boolean, boolean, boolean) - Static method in class com.facebook.buck.cli.ProjectCommand
 
BuiltinApplePackage - Class in com.facebook.buck.apple
 
BuiltinApplePackage(BuildRuleParams, BuildRule) - Constructor for class com.facebook.buck.apple.BuiltinApplePackage
 
bundle - Variable in class com.facebook.buck.apple.ApplePackageDescription.Arg
 
bundleName - Variable in class com.facebook.buck.js.ReactNativeLibraryArgs
 
BUSY_EXIT_CODE - Static variable in class com.facebook.buck.cli.Main
Trying again later might work.
byRelativizingToWorkingDir(Path) - Static method in interface com.facebook.buck.cxx.PathShortener
 
ByteBufferReplacer - Class in com.facebook.buck.util
Performs an in-place find-and-replace on ByteBuffer objects, where the replacements are of equal length to what they're replacing.
ByteBufferReplacer(ImmutableMap<byte[], byte[]>) - Constructor for class com.facebook.buck.util.ByteBufferReplacer
 
bytecodeIncludeFlags - Variable in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
bytecodeLib - Variable in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription.Arg
 
bytecodeOnly - Variable in class com.facebook.buck.ocaml.OcamlBinaryDescription.Arg
 
bytecodeOnly - Variable in class com.facebook.buck.ocaml.OcamlLibraryDescription.Arg
 
bytecodeOnly - Variable in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription.Arg
 
bytecodeOutput - Variable in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
ByteLineHandler() - Constructor for class com.facebook.buck.util.LineIterating.ByteLineHandler
 
ByteLineHandler(int) - Constructor for class com.facebook.buck.util.LineIterating.ByteLineHandler
 
bytesReceived(NetworkEvent.BytesReceivedEvent) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
bytesReceived(NetworkEvent.BytesReceivedEvent) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
BytesReceivedEvent(long) - Constructor for class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
 

C

Cache(String) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache
 
CACHE_CHECK_RESOURCE_AMOUNTS - Static variable in class com.facebook.buck.rules.CachingBuildEngine
 
CACHE_MODE - Static variable in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent
 
CACHE_MODE - Static variable in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
CACHE_TIME_MS - Static variable in class com.facebook.buck.slb.ServerHealthManager
 
cacheBundlesAndPackages() - Method in class com.facebook.buck.apple.AppleConfig
 
cacheCheckFinished(BuildRuleCacheEvent.CacheStepFinished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
cacheCheckStarted(BuildRuleCacheEvent.CacheStepStarted) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
CacheCommand - Class in com.facebook.buck.cli
A command for inspecting the artifact cache.
CacheCommand() - Constructor for class com.facebook.buck.cli.CacheCommand
 
CachedVersionedTargetGraph - Class in com.facebook.buck.versions
Tuple to store the previously cached versioned target graph along with all inputs that affect how it's generated (for invalidation detection).
cacheError() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
cacheRateStatsKeeper - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
CacheRateStatsKeeper - Class in com.facebook.buck.event.listener
Measure CACHE HIT % based on total cache misses and the theoretical total number of build rules.
CacheRateStatsKeeper() - Constructor for class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
CacheRateStatsKeeper.CacheRateStatsUpdateEvent - Class in com.facebook.buck.event.listener
 
CacheRateStatsListener - Class in com.facebook.buck.event.listener
Posts rate-limited cache rate update events for the WebSocket to consume.
CacheRateStatsListener(BuckEventBus) - Constructor for class com.facebook.buck.event.listener.CacheRateStatsListener
 
cacheRateStatsUpdate(CacheRateStatsKeeper.CacheRateStatsUpdateEvent) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
CacheRateStatsUpdateEvent(int, int, int, int, int) - Constructor for class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
CacheRateStatsUpdateExternalEventInterface - Interface in com.facebook.buck.event.external.events
Sent to update the WebSocket clients about cache misses and errors.
CacheResult - Class in com.facebook.buck.artifact_cache
Immutable implementation of AbstractCacheResult.
CacheResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type CacheResult.
CacheResultType - Enum in com.facebook.buck.artifact_cache
 
cacheSource() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
CacheStepFinished(EventKey, BuildRule, BuildRuleCacheEvent.CacheStepType) - Constructor for class com.facebook.buck.rules.BuildRuleCacheEvent.CacheStepFinished
 
CacheStepStarted(BuildRule, BuildRuleCacheEvent.CacheStepType) - Constructor for class com.facebook.buck.rules.BuildRuleCacheEvent.CacheStepStarted
 
cacheType - Variable in class com.facebook.buck.rules.BuildRuleCacheEvent
 
cacheWasEmpty - Variable in class com.facebook.buck.event.ActionGraphEvent.Cache.Miss
 
CachingBuildEngine - Class in com.facebook.buck.rules
A build engine used to build a BuildRule which also caches the results.
CachingBuildEngine(CachingBuildEngineDelegate, WeightedListeningExecutorService, WeightedListeningExecutorService, StepRunner, CachingBuildEngine.BuildMode, CachingBuildEngine.DepFiles, long, Optional<Long>, long, ObjectMapper, BuildRuleResolver, int, ResourceAwareSchedulingInfo) - Constructor for class com.facebook.buck.rules.CachingBuildEngine
 
CachingBuildEngine.BuildMode - Enum in com.facebook.buck.rules
The mode in which to build rules.
CachingBuildEngine.DepFiles - Enum in com.facebook.buck.rules
Whether to use dependency files or not.
CachingBuildEngineBuckConfig - Class in com.facebook.buck.rules
Immutable implementation of AbstractCachingBuildEngineBuckConfig.
CachingBuildEngineDelegate - Interface in com.facebook.buck.rules
Functionality used in the CachingBuildEngine when running a distributed build.
CalculateAbi - Class in com.facebook.buck.jvm.java
 
CalculateAbi(BuildRuleParams, SourcePath) - Constructor for class com.facebook.buck.jvm.java.CalculateAbi
 
CalculateAbiStep - Class in com.facebook.buck.jvm.java
 
CalculateAbiStep(BuildableContext, ProjectFilesystem, Path, Path) - Constructor for class com.facebook.buck.jvm.java.CalculateAbiStep
 
calculateClassHashes(ExecutionContext, ProjectFilesystem, Path) - Static method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
call(IDevice) - Method in class com.facebook.buck.android.AdbHelper.AdbCallable
Perform the actions specified by this AdbCallable and return true on success.
call() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
call() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
call() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
call() - Method in class com.facebook.buck.util.InputStreamConsumer
 
call(Object, ProcessExecutorParams, ImmutableMap<String, String>) - Method in interface com.facebook.buck.util.ProcessRegistry.ProcessRegisterCallback
 
CanaryFactory - Class in com.facebook.buck.dalvik
Helper to create a "canary" class for the secondary DEX.
canBeAsset - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
canBeAsset - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
canBorrow() - Method in class com.facebook.buck.io.BorrowablePath
 
canceled(BuildRule, Throwable) - Static method in class com.facebook.buck.rules.BuildResult
 
canMergeWith(IjFolder) - Method in class com.facebook.buck.jvm.java.intellij.SelfMergingOnlyFolder
 
CanProvideNativeLinkTarget - Interface in com.facebook.buck.cxx
Helper interface for nodes which conditionally support the NativeLinkTarget interface.
canPutEntry(FileLike) - Method in class com.facebook.buck.dalvik.DalvikAwareOutputStreamHelper
 
canStartSimulator(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
 
canWrapBinaryBuildRule(BuildRule) - Static method in class com.facebook.buck.apple.AppleDebuggableBinary
Indicates whether its possible to wrap given _binary_ rule.
capitalize(String) - Static method in class com.facebook.buck.util.MoreStrings
 
CapturingPrintStream - Class in com.facebook.buck.util
 
CapturingPrintStream() - Constructor for class com.facebook.buck.util.CapturingPrintStream
 
castArg(Class<V>) - Method in class com.facebook.buck.rules.TargetNode
Type safe checked cast of the constructor arg.
cCompiler - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
cCompiler - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
cDepInput - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
cDepInput - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
Cell - Class in com.facebook.buck.rules
Represents a single checkout of a code base.
Cell.MissingBuildFileException - Exception in com.facebook.buck.rules
 
CellConfig - Class in com.facebook.buck.config
Hierarcical configuration of cell/section/key/value quadruples.
CellPathResolver - Interface in com.facebook.buck.rules
 
CellPathResolverSerializer - Class in com.facebook.buck.rules
 
CellProvider - Class in com.facebook.buck.rules
 
chainExceptions(ListenableFuture<F>, ListenableFuture<T>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
chainExceptions(ListenableFuture<F>, ListenableFuture<T>, Executor) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
changedFiles(String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
changedFiles(String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
changedFiles(String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
CharLineHandler() - Constructor for class com.facebook.buck.util.LineIterating.CharLineHandler
 
CharLineHandler(int) - Constructor for class com.facebook.buck.util.LineIterating.CharLineHandler
 
check() - Method in class com.facebook.buck.model.Flavor
 
checkArchive(boolean, String) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
checkArguments(CommandRunnerParams) - Method in class com.facebook.buck.cli.BuildCommand
 
checkBaseName(String, String) - Static method in class com.facebook.buck.parser.BuildTargetParser
 
checkHeader(ByteBuffer) - Static method in class com.facebook.buck.bsd.UnixArchive
 
checkNotNull(T) - Static method in class com.facebook.buck.util.liteinfersupport.Preconditions
 
checkPathExists(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
checkReceiverOutput(String, CollectingOutputReceiver) - Static method in class com.facebook.buck.android.AdbHelper
This was made public for one specific call site in ExopackageInstaller.
checkVisibility(TargetGraph, TargetNode<?, ?>, TargetNode<?, ?>) - Method in interface com.facebook.buck.rules.VisibilityPattern
 
ChromeTraceBuildListener - Class in com.facebook.buck.event.listener
Logs events to a json file formatted to be viewed in Chrome Trace View (chrome://tracing).
ChromeTraceBuildListener(ProjectFilesystem, InvocationInfo, Clock, ObjectMapper, int, boolean) - Constructor for class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ChromeTraceEvent - Class in com.facebook.buck.event
Json format for Chrome Trace events that can be viewed in chrome://tracing.
ChromeTraceEvent(String, String, ChromeTraceEvent.Phase, long, long, long, long, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.ChromeTraceEvent
 
ChromeTraceEvent.Phase - Enum in com.facebook.buck.event
 
ChromeTraceParser - Class in com.facebook.buck.util.trace
Event-driven parser for Chrome traces.
ChromeTraceParser(ProjectFilesystem) - Constructor for class com.facebook.buck.util.trace.ChromeTraceParser
 
ChromeTraceParser.ChromeTraceEventMatcher<T> - Interface in com.facebook.buck.util.trace
Extracts data of interest if it finds a Chrome trace event of the type it is looking for.
ChunkAccumulator - Class in com.facebook.buck.util
Accumulates String chunks, keeping only the most recent to stay under a given maximum size.
ChunkAccumulator(Charset, long) - Constructor for class com.facebook.buck.util.ChunkAccumulator
 
ClangCompiler - Class in com.facebook.buck.cxx
 
ClangCompiler(Tool) - Constructor for class com.facebook.buck.cxx.ClangCompiler
 
ClangPreprocessor - Class in com.facebook.buck.cxx
 
ClangPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.ClangPreprocessor
 
CLASSIFIER_SOURCES - Static variable in class com.facebook.buck.maven.AetherUtil
 
ClassLoaderBootstrapper - Class in com.facebook.buck.cli.bootstrapper
This class sets up a separate ClassLoader for most of Buck's implementation, leaving only the bare minimum bootstrapping classes (and a few classes for compatibility with library code that is not ClassLoader-aware) in the system ClassLoader.
ClassLoaderCache - Class in com.facebook.buck.util
Maintain a cache mapping class paths to class loaders that load from these class paths.
ClassLoaderCache() - Constructor for class com.facebook.buck.util.ClassLoaderCache
 
className - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.FieldReference
 
className - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.MethodReference
 
ClassNameFilter - Class in com.facebook.buck.android
Filter for internal class names.
ClasspathChecker - Class in com.facebook.buck.jvm.java
 
ClasspathChecker() - Constructor for class com.facebook.buck.jvm.java.ClasspathChecker
 
ClasspathFunction - Class in com.facebook.buck.rules.query
A classpath(expression) expression that calculates targets in the classpath of the given library or libraries.
ClasspathFunction() - Constructor for class com.facebook.buck.rules.query.ClasspathFunction
 
ClasspathMacroExpander - Class in com.facebook.buck.rules.macros
Used to expand the macro $(classpath //some:target) to the transitive classpath of that target, expanding all paths to be absolute.
ClasspathMacroExpander() - Constructor for class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
ClasspathTraversal - Class in com.facebook.buck.jvm.java.classes
Traversal strategy for traversing a set of paths that themselves are traversed.
ClasspathTraversal(Collection<Path>, ProjectFilesystem) - Constructor for class com.facebook.buck.jvm.java.classes.ClasspathTraversal
 
ClasspathTraverser - Interface in com.facebook.buck.jvm.java.classes
 
ClassUsageFileWriter - Interface in com.facebook.buck.jvm.java
 
ClassUsageFileWriterSerializer - Class in com.facebook.buck.jvm.java
 
clean(List<Diagnostic<? extends JavaFileObject>>) - Static method in class com.facebook.buck.jvm.java.DiagnosticCleaner
 
clean(BuckConfig, Path, boolean, boolean) - Method in class com.facebook.buck.jvm.java.intellij.IJProjectCleaner
 
clean(Path) - Method in class com.facebook.buck.util.DirectoryCleaner
 
CleanCommand - Class in com.facebook.buck.cli
 
CleanCommand() - Constructor for class com.facebook.buck.cli.CleanCommand
 
clear() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
clearCurrentThreadTracingInterfaceFromJsr199Javac() - Static method in class com.facebook.buck.event.api.BuckTracing
Used by Buck to disconnect this class from its tracing mechanism.
clearLine() - Method in class com.facebook.buck.util.Ansi
Clears the line the cursor is currently on.
cLibs - Variable in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription.Arg
 
ClientSideSlb - Class in com.facebook.buck.slb
 
ClientSideSlb(ClientSideSlbConfig) - Constructor for class com.facebook.buck.slb.ClientSideSlb
 
ClientSideSlb.ServerPing - Class in com.facebook.buck.slb
 
ClientSideSlbConfig - Class in com.facebook.buck.slb
Immutable implementation of AbstractClientSideSlbConfig.
ClientSideSlbConfig.Builder - Class in com.facebook.buck.slb
Builds instances of type ClientSideSlbConfig.
clock - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
Clock - Interface in com.facebook.buck.timing
 
cloneWith(BuckConfig) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheFactory
 
cloneWith(BuckConfig) - Method in class com.facebook.buck.artifact_cache.ArtifactCaches
 
cloneWith(BuckConfig) - Method in class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
 
cloneWithOutputStreams(PrintStream, PrintStream) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
cloneWithOutputStreams(PrintStream, PrintStream) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
cloneWithOutputStreams(PrintStream, PrintStream) - Method in interface com.facebook.buck.util.ProcessExecutor
Makes a clone of this process executor with the stdout and stderr streams overridden.
close() - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
close() - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
 
close() - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
 
close() - Method in class com.facebook.buck.artifact_cache.FullyReadOnCloseInputStream
 
close() - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
close() - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
 
close() - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
 
close() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
 
close() - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
close() - Method in class com.facebook.buck.bsd.UnixArchive
 
close() - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
 
close() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
close() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
close() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
close() - Method in class com.facebook.buck.cli.CommandThreadManager
 
close() - Method in class com.facebook.buck.command.Build
 
close() - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
close() - Method in class com.facebook.buck.dalvik.DalvikAwareOutputStreamHelper
 
close() - Method in class com.facebook.buck.distributed.CoordinatorModeRunner.AsyncCoordinatorRun
 
close() - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
close() - Method in class com.facebook.buck.distributed.DistBuildService
 
close() - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
close() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
close() - Method in class com.facebook.buck.event.api.BuckTracing.TraceSection
 
close() - Method in class com.facebook.buck.event.BuckEvent.Scope
 
close() - Method in class com.facebook.buck.event.BuckEventBus
ExecutorService.awaitTermination(long, java.util.concurrent.TimeUnit) is called to wait for events which have been posted, but which have been queued by the EventBus, to be delivered.
close() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
close() - Method in class com.facebook.buck.event.listener.BroadcastEventListener.BroadcastEventBusClosable
 
close() - Method in class com.facebook.buck.event.listener.BuckEventOrderer
 
close() - Method in class com.facebook.buck.event.listener.FileSerializationEventBusListener
 
close() - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
close() - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
 
close() - Method in class com.facebook.buck.io.HashingDeterministicJarWriter
 
close() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
close() - Method in class com.facebook.buck.io.Watchman
 
close() - Method in interface com.facebook.buck.io.WatchmanClient
 
close() - Method in class com.facebook.buck.json.ProjectBuildFileParser
 
close() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
close() - Method in class com.facebook.buck.log.ConsoleHandler
 
close() - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
 
close() - Method in interface com.facebook.buck.log.GlobalStateManager.LoggerIsMappedToThreadScope
 
close() - Method in class com.facebook.buck.log.LogFileHandler
 
close() - Method in class com.facebook.buck.log.memory.MemoryHandler
 
close() - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
close() - Method in class com.facebook.buck.message_ipc.Connection
 
close() - Method in class com.facebook.buck.message_ipc.MessageTransport
 
close() - Method in class com.facebook.buck.parser.ParsePipeline
 
close() - Method in class com.facebook.buck.parser.PerBuildState
 
close() - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
close() - Method in class com.facebook.buck.rules.keys.RuleKeyScopedHasher.ContainerScope
Hashes the container iff non-empty (i.e.
close() - Method in interface com.facebook.buck.rules.keys.RuleKeyScopedHasher.Scope
 
close() - Method in class com.facebook.buck.shell.WorkerProcess
 
close() - Method in class com.facebook.buck.shell.WorkerProcessPool
 
close() - Method in interface com.facebook.buck.shell.WorkerProcessProtocol
Close connection and properly end the stream.
close() - Method in class com.facebook.buck.shell.WorkerProcessProtocolZero
 
close() - Method in class com.facebook.buck.slb.ClientSideSlb
 
close() - Method in interface com.facebook.buck.slb.HttpLoadBalancer
 
close() - Method in interface com.facebook.buck.slb.HttpService
 
close() - Method in class com.facebook.buck.slb.LoadBalancedHttpResponse
 
close() - Method in class com.facebook.buck.slb.LoadBalancedService
 
close() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
close() - Method in class com.facebook.buck.slb.RetryingHttpService
 
close() - Method in class com.facebook.buck.slb.SingleUriService
 
close() - Method in class com.facebook.buck.slb.ThriftOverHttpService
 
close() - Method in class com.facebook.buck.util.AsyncCloseable
schedule the closing of all registered objects.
close() - Method in class com.facebook.buck.util.ClassLoaderCache
 
close() - Method in interface com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess.Scope
 
close() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
close() - Method in class com.facebook.buck.util.concurrent.ResourcePool
 
close() - Method in class com.facebook.buck.util.hash.HasherOutputStream
 
close() - Method in class com.facebook.buck.util.LineFetcher
 
close() - Method in class com.facebook.buck.util.ManagedRunnable
 
close() - Method in class com.facebook.buck.util.NamedTemporaryFile
 
close() - Method in class com.facebook.buck.util.network.BlockingHttpEndpoint
Attempt to complete submitted requests on close so that as much information is recorded as possible.
close() - Method in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
close() - Method in class com.facebook.buck.util.network.ThriftScribeLogger
 
close() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
 
close() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
close() - Method in class com.facebook.buck.zip.CustomZipOutputStream
 
closeAsync(T) - Method in class com.facebook.buck.util.AsyncCloseable
 
closeEntry() - Method in class com.facebook.buck.zip.CustomZipOutputStream
 
closeLogFile() - Static method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
closeStdin(boolean) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Closes the stdin of the process.
cmd - Variable in class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
cmd - Variable in class com.facebook.buck.shell.AbstractGenruleDescription.Arg
 
cmd - Variable in class com.facebook.buck.shell.Genrule
 
cmdExe - Variable in class com.facebook.buck.shell.AbstractGenruleDescription.Arg
 
cmdExe - Variable in class com.facebook.buck.shell.Genrule
 
code() - Method in interface com.facebook.buck.slb.HttpResponse
 
code() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
coderResult - Variable in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
CodeSignIdentity - Class in com.facebook.buck.apple
Represents a identity used in code signing.
CodeSignIdentity.Builder - Class in com.facebook.buck.apple
Builds instances of type CodeSignIdentity.
CodeSignIdentityStore - Class in com.facebook.buck.apple
A collection of code sign identities.
CodeSigning - Class in com.facebook.buck.apple
Utility class for code signing.
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFieldsTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.BuildTargetTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.ConstraintTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.EnumTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.FlavorTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.IdentityTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.LabelTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.ListTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.LogLevelTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.ManifestEntriesTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.NumberTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.OcamlSourceTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.PathTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.PatternTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SetTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SourceListTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SourcePathTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.UriTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
coerce(CellPathResolver, ProjectFilesystem, Path, Object) - Method in class com.facebook.buck.rules.coercer.VersionTypeCoercer
 
CoerceFailedException - Exception in com.facebook.buck.rules.coercer
 
CoerceFailedException(String) - Constructor for exception com.facebook.buck.rules.coercer.CoerceFailedException
 
CoerceFailedException(String, Throwable) - Constructor for exception com.facebook.buck.rules.coercer.CoerceFailedException
 
collectAndSubmitResult() - Method in class com.facebook.buck.rage.AbstractReport
 
collectBasePaths(Iterable<? extends BuildTarget>) - Static method in class com.facebook.buck.model.BuildFileTree
Returns the base paths for zero or more targets.
collectCxxPreprocessorInput(BuildRuleParams, CxxPlatform, ImmutableMultimap<AbstractCxxSource.Type, String>, ImmutableList<HeaderSymlinkTree>, ImmutableSet<FrameworkPath>, Iterable<CxxPreprocessorInput>, ImmutableList<String>, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
collectDirectAssetCatalogs(TargetGraph, TargetNode<?, ?>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
collectDirectResources(TargetGraph, TargetNode<?, ?>) - Static method in class com.facebook.buck.apple.AppleResources
 
collectInitializationErrors(List<Throwable>) - Method in class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
Override default init error collector so that class without any test methods will pass
CollectionTypeCoercer<C extends com.google.common.collect.ImmutableCollection<T>,T> - Class in com.facebook.buck.rules.coercer
 
collectRecursiveAssetCatalogs(TargetGraph, Optional<AppleDependenciesCache>, Iterable<TargetNode<T, ?>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
collectRecursiveResources(TargetGraph, Optional<AppleDependenciesCache>, Iterable<? extends TargetNode<?, ?>>) - Static method in class com.facebook.buck.apple.AppleResources
Collect resources from recursive dependencies.
collectRecursiveWrapperResources(TargetGraph, Optional<AppleDependenciesCache>, Iterable<TargetNode<T, ?>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
collectResourceDirsAndFiles(TargetGraph, Optional<AppleDependenciesCache>, TargetNode<T, ?>) - Static method in class com.facebook.buck.apple.AppleResources
 
collectScalacArguments(ScalaBuckConfig, BuildRuleResolver, ImmutableList<String>) - Static method in class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
collectSources(BuildTarget, BuildRuleResolver, CxxPlatform, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxInferEnhancer
 
collectTargetPatterns(Collection<String>) - Method in class com.facebook.buck.query.FunctionExpression
 
collectTargetPatterns(Collection<String>) - Method in class com.facebook.buck.query.QueryExpression
Collects all target patterns that are referenced anywhere within this query expression and adds them to the given collection, which must be mutable.
collectTargetPatterns(Collection<String>) - Method in class com.facebook.buck.query.TargetLiteral
 
collectTransitiveBuildRules(TargetGraph, Optional<AppleDependenciesCache>, ImmutableSet<Class<? extends Description<?>>>, Collection<TargetNode<?, ?>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
com.facebook.buck.android - package com.facebook.buck.android
 
com.facebook.buck.android.aapt - package com.facebook.buck.android.aapt
 
com.facebook.buck.android.agent - package com.facebook.buck.android.agent
 
com.facebook.buck.android.agent.util - package com.facebook.buck.android.agent.util
 
com.facebook.buck.android.relinker - package com.facebook.buck.android.relinker
 
com.facebook.buck.annotations - package com.facebook.buck.annotations
 
com.facebook.buck.apple - package com.facebook.buck.apple
 
com.facebook.buck.apple.clang - package com.facebook.buck.apple.clang
 
com.facebook.buck.apple.device - package com.facebook.buck.apple.device
 
com.facebook.buck.apple.project_generator - package com.facebook.buck.apple.project_generator
Classes pertaining to the generation of Xcode projects and workspaces.
com.facebook.buck.apple.simulator - package com.facebook.buck.apple.simulator
 
com.facebook.buck.apple.xcode - package com.facebook.buck.apple.xcode
 
com.facebook.buck.apple.xcode.xcodeproj - package com.facebook.buck.apple.xcode.xcodeproj
 
com.facebook.buck.apple.xcode.xcspec - package com.facebook.buck.apple.xcode.xcspec
 
com.facebook.buck.artifact_cache - package com.facebook.buck.artifact_cache
 
com.facebook.buck.autodeps - package com.facebook.buck.autodeps
 
com.facebook.buck.bsd - package com.facebook.buck.bsd
 
com.facebook.buck.bser - package com.facebook.buck.bser
 
com.facebook.buck.build_type - package com.facebook.buck.build_type
 
com.facebook.buck.charset - package com.facebook.buck.charset
 
com.facebook.buck.cli - package com.facebook.buck.cli
 
com.facebook.buck.cli.bootstrapper - package com.facebook.buck.cli.bootstrapper
 
com.facebook.buck.command - package com.facebook.buck.command
 
com.facebook.buck.config - package com.facebook.buck.config
 
com.facebook.buck.counters - package com.facebook.buck.counters
 
com.facebook.buck.cxx - package com.facebook.buck.cxx
 
com.facebook.buck.cxx.elf - package com.facebook.buck.cxx.elf
 
com.facebook.buck.d - package com.facebook.buck.d
 
com.facebook.buck.dalvik - package com.facebook.buck.dalvik
 
com.facebook.buck.dalvik.firstorder - package com.facebook.buck.dalvik.firstorder
 
com.facebook.buck.distributed - package com.facebook.buck.distributed
 
com.facebook.buck.doctor - package com.facebook.buck.doctor
 
com.facebook.buck.doctor.config - package com.facebook.buck.doctor.config
 
com.facebook.buck.dotnet - package com.facebook.buck.dotnet
 
com.facebook.buck.eden - package com.facebook.buck.eden
 
com.facebook.buck.event - package com.facebook.buck.event
 
com.facebook.buck.event.api - package com.facebook.buck.event.api
 
com.facebook.buck.event.external.elements - package com.facebook.buck.event.external.elements
 
com.facebook.buck.event.external.events - package com.facebook.buck.event.external.events
 
com.facebook.buck.event.listener - package com.facebook.buck.event.listener
 
com.facebook.buck.file - package com.facebook.buck.file
 
com.facebook.buck.go - package com.facebook.buck.go
 
com.facebook.buck.graph - package com.facebook.buck.graph
 
com.facebook.buck.graphql - package com.facebook.buck.graphql
 
com.facebook.buck.groups - package com.facebook.buck.groups
 
com.facebook.buck.gwt - package com.facebook.buck.gwt
 
com.facebook.buck.halide - package com.facebook.buck.halide
 
com.facebook.buck.hashing - package com.facebook.buck.hashing
 
com.facebook.buck.haskell - package com.facebook.buck.haskell
 
com.facebook.buck.httpserver - package com.facebook.buck.httpserver
 
com.facebook.buck.i18n - package com.facebook.buck.i18n
 
com.facebook.buck.io - package com.facebook.buck.io
 
com.facebook.buck.io.unixsocket - package com.facebook.buck.io.unixsocket
 
com.facebook.buck.js - package com.facebook.buck.js
 
com.facebook.buck.json - package com.facebook.buck.json
 
com.facebook.buck.jvm.common - package com.facebook.buck.jvm.common
 
com.facebook.buck.jvm.core - package com.facebook.buck.jvm.core
 
com.facebook.buck.jvm.groovy - package com.facebook.buck.jvm.groovy
 
com.facebook.buck.jvm.java - package com.facebook.buck.jvm.java
 
com.facebook.buck.jvm.java.abi - package com.facebook.buck.jvm.java.abi
 
com.facebook.buck.jvm.java.abi.source - package com.facebook.buck.jvm.java.abi.source
Enables generation of ABI jars using only the Java source code of a single target, without requiring access to the source or ABI of dependencies.
com.facebook.buck.jvm.java.abi.source.api - package com.facebook.buck.jvm.java.abi.source.api
 
com.facebook.buck.jvm.java.autodeps - package com.facebook.buck.jvm.java.autodeps
 
com.facebook.buck.jvm.java.classes - package com.facebook.buck.jvm.java.classes
 
com.facebook.buck.jvm.java.coverage - package com.facebook.buck.jvm.java.coverage
 
com.facebook.buck.jvm.java.intellij - package com.facebook.buck.jvm.java.intellij
 
com.facebook.buck.jvm.java.plugin - package com.facebook.buck.jvm.java.plugin
 
com.facebook.buck.jvm.java.plugin.adapter - package com.facebook.buck.jvm.java.plugin.adapter
 
com.facebook.buck.jvm.java.runner - package com.facebook.buck.jvm.java.runner
 
com.facebook.buck.jvm.java.tracing - package com.facebook.buck.jvm.java.tracing
 
com.facebook.buck.jvm.kotlin - package com.facebook.buck.jvm.kotlin
 
com.facebook.buck.jvm.scala - package com.facebook.buck.jvm.scala
 
com.facebook.buck.log - package com.facebook.buck.log
 
com.facebook.buck.log.memory - package com.facebook.buck.log.memory
 
com.facebook.buck.log.views - package com.facebook.buck.log.views
 
com.facebook.buck.lua - package com.facebook.buck.lua
 
com.facebook.buck.macho - package com.facebook.buck.macho
 
com.facebook.buck.maven - package com.facebook.buck.maven
 
com.facebook.buck.message_ipc - package com.facebook.buck.message_ipc
 
com.facebook.buck.model - package com.facebook.buck.model
 
com.facebook.buck.ocaml - package com.facebook.buck.ocaml
 
com.facebook.buck.parser - package com.facebook.buck.parser
 
com.facebook.buck.python - package com.facebook.buck.python
 
com.facebook.buck.query - package com.facebook.buck.query
 
com.facebook.buck.rage - package com.facebook.buck.rage
 
com.facebook.buck.rules - package com.facebook.buck.rules
 
com.facebook.buck.rules.args - package com.facebook.buck.rules.args
 
com.facebook.buck.rules.coercer - package com.facebook.buck.rules.coercer
 
com.facebook.buck.rules.keys - package com.facebook.buck.rules.keys
 
com.facebook.buck.rules.macros - package com.facebook.buck.rules.macros
 
com.facebook.buck.rules.query - package com.facebook.buck.rules.query
 
com.facebook.buck.rust - package com.facebook.buck.rust
 
com.facebook.buck.shell - package com.facebook.buck.shell
 
com.facebook.buck.slb - package com.facebook.buck.slb
 
com.facebook.buck.step - package com.facebook.buck.step
 
com.facebook.buck.step.fs - package com.facebook.buck.step.fs
 
com.facebook.buck.swift - package com.facebook.buck.swift
 
com.facebook.buck.test - package com.facebook.buck.test
 
com.facebook.buck.test.result.type - package com.facebook.buck.test.result.type
 
com.facebook.buck.test.selectors - package com.facebook.buck.test.selectors
 
com.facebook.buck.testrunner - package com.facebook.buck.testrunner
 
com.facebook.buck.thrift - package com.facebook.buck.thrift
 
com.facebook.buck.timing - package com.facebook.buck.timing
 
com.facebook.buck.tools.dxanalysis - package com.facebook.buck.tools.dxanalysis
 
com.facebook.buck.util - package com.facebook.buck.util
 
com.facebook.buck.util.autosparse - package com.facebook.buck.util.autosparse
 
com.facebook.buck.util.cache - package com.facebook.buck.util.cache
 
com.facebook.buck.util.collect - package com.facebook.buck.util.collect
 
com.facebook.buck.util.concurrent - package com.facebook.buck.util.concurrent
 
com.facebook.buck.util.environment - package com.facebook.buck.util.environment
 
com.facebook.buck.util.hash - package com.facebook.buck.util.hash
 
com.facebook.buck.util.immutables - package com.facebook.buck.util.immutables
 
com.facebook.buck.util.liteinfersupport - package com.facebook.buck.util.liteinfersupport
 
com.facebook.buck.util.network - package com.facebook.buck.util.network
 
com.facebook.buck.util.network.hostname - package com.facebook.buck.util.network.hostname
 
com.facebook.buck.util.network.offline - package com.facebook.buck.util.network.offline
 
com.facebook.buck.util.perf - package com.facebook.buck.util.perf
 
com.facebook.buck.util.sha1 - package com.facebook.buck.util.sha1
 
com.facebook.buck.util.shutdown - package com.facebook.buck.util.shutdown
 
com.facebook.buck.util.trace - package com.facebook.buck.util.trace
 
com.facebook.buck.util.unit - package com.facebook.buck.util.unit
 
com.facebook.buck.util.versioncontrol - package com.facebook.buck.util.versioncontrol
 
com.facebook.buck.versions - package com.facebook.buck.versions
 
com.facebook.buck.zip - package com.facebook.buck.zip
 
combine(Set<String>, String, Set<String>) - Static method in class com.facebook.buck.io.FileFinder
Combines prefixes, base, and suffixes to create a set of file names.
COMBINED_PROJECT_OPTIONS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
Standard options for generating a combined project
command - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
 
Command - Interface in com.facebook.buck.cli
 
COMMAND - Static variable in class com.facebook.buck.util.trace.ChromeTraceParser
Tries to extract the command that was used to trigger the invocation of Buck that generated the trace.
CommandEvent - Class in com.facebook.buck.event
Events tracking the start and stop of a buck command.
CommandEvent.Finished - Class in com.facebook.buck.event
 
CommandEvent.Interrupted - Class in com.facebook.buck.event
 
CommandEvent.Started - Class in com.facebook.buck.event
 
CommandFailedException(String, int, String) - Constructor for exception com.facebook.buck.android.AdbHelper.CommandFailedException
 
commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
commandFinished(CommandEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
CommandHelper - Class in com.facebook.buck.cli
 
CommandHelper() - Constructor for class com.facebook.buck.cli.CommandHelper
 
CommandIdToIsDaemonMapper - Interface in com.facebook.buck.log
 
commandIdToIsRunningAsDaemon(String) - Method in interface com.facebook.buck.log.CommandIdToIsDaemonMapper
 
commandIdToIsSuperConsoleEnabled(String) - Method in interface com.facebook.buck.log.CommandIdToIsSuperConsoleEnabledMapper
 
CommandIdToIsSuperConsoleEnabledMapper - Interface in com.facebook.buck.log
 
commandInterrupted(CommandEvent.Interrupted) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
CommandLineTargetNodeSpecParser - Class in com.facebook.buck.cli
 
CommandLineTargetNodeSpecParser(BuckConfig, BuildTargetPatternTargetNodeParser) - Constructor for class com.facebook.buck.cli.CommandLineTargetNodeSpecParser
 
CommandMode - Enum in com.facebook.buck.util.environment
 
CommandRunnerParams - Class in com.facebook.buck.cli
Immutable implementation of AbstractCommandRunnerParams.
CommandRunnerParams.Builder - Class in com.facebook.buck.cli
Builds instances of type CommandRunnerParams.
CommandSegmentSectionNames - Class in com.facebook.buck.macho
 
CommandSplitter - Class in com.facebook.buck.util
Splits an argument list into a list of command invocations whose total length will not exceed the specified limit if possible.
CommandSplitter(List<String>, int) - Constructor for class com.facebook.buck.util.CommandSplitter
 
CommandSplitter(List<String>) - Constructor for class com.facebook.buck.util.CommandSplitter
 
commandStarted(CommandEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
commandStartedEvent(CommandEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
CommandString(Optional<String>, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.shell.AbstractGenruleStep.CommandString
 
CommandThreadFactory - Class in com.facebook.buck.log
A ThreadFactory which associates created threads with the same command associated with the thread which creates the CommandThreadFactory.
CommandThreadFactory(String, int) - Constructor for class com.facebook.buck.log.CommandThreadFactory
 
CommandThreadFactory(String) - Constructor for class com.facebook.buck.log.CommandThreadFactory
 
CommandThreadFactory(ThreadFactory) - Constructor for class com.facebook.buck.log.CommandThreadFactory
 
CommandThreadFactory(ThreadFactory, Optional<Integer>) - Constructor for class com.facebook.buck.log.CommandThreadFactory
 
CommandThreadManager - Class in com.facebook.buck.cli
Encapsulates a group of threads which operate a ListeningExecutorService, providing an AutoCloseable interface which waits for and kills the threads on close.
CommandThreadManager(String, ConcurrencyLimit, long, TimeUnit) - Constructor for class com.facebook.buck.cli.CommandThreadManager
 
CommandThreadManager(String, ConcurrencyLimit) - Constructor for class com.facebook.buck.cli.CommandThreadManager
 
CommandTool - Class in com.facebook.buck.rules
A Tool based on a list of arguments formed by SourcePaths.
CommandTool.Builder - Class in com.facebook.buck.rules
 
COMMON_MODIFICATION_TIME_STAMP - Static variable in class com.facebook.buck.cxx.ObjectFileCommonModificationDate
01 Feb 1985 00:00:00 (12:00:00 AM).
commonAncestor(String, String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
commonAncestor(String, String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
commonAncestor(String, String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
commonAncestorOrAbsent(String, String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
commonAncestorOrAbsent(String, String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
commonAncestorOrAbsent(String, String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
CommonThreadFactoryState - Interface in com.facebook.buck.log
 
CommonThreadStateRenderer - Class in com.facebook.buck.event.listener
 
CommonThreadStateRenderer(Ansi, Function<Long, String>, long, ImmutableMap<Long, ThreadRenderingInformation>) - Constructor for class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
compact() - Method in class com.facebook.buck.cxx.elf.ElfVerDef
 
compact() - Method in class com.facebook.buck.cxx.elf.ElfVerNeed
 
compare(Path, Path) - Method in class com.facebook.buck.jvm.java.intellij.ParsingJavaPackageFinder.PathComponentCountOrder
 
compare(Optional<T>, Optional<T>) - Static method in class com.facebook.buck.util.Optionals
 
compare(String, String) - Method in class com.facebook.buck.util.VersionStringComparator
 
comparePaths(DirectoryCleaner.PathStats, DirectoryCleaner.PathStats) - Method in interface com.facebook.buck.util.DirectoryCleaner.PathSelector
Returns the preferred sorting order to delete paths.
compareReferences(ArchiveMemberSourcePath) - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
 
compareReferences(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.BuildTargetSourcePath
 
compareReferences(PathSourcePath) - Method in class com.facebook.buck.rules.PathSourcePath
 
compareTo(RDotTxtEntry) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
A collection of Resources should be sorted such that Resources of the same type should be grouped together, and should be alphabetized within that group.
compareTo(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
compareTo(CxxPreprocessables.CxxPreprocessorInputCacheKey) - Method in class com.facebook.buck.cxx.CxxPreprocessables.CxxPreprocessorInputCacheKey
 
compareTo(BuildId) - Method in class com.facebook.buck.model.BuildId
 
compareTo(Flavor) - Method in class com.facebook.buck.model.Flavor
 
compareTo(BuildRule) - Method in class com.facebook.buck.rules.AbstractBuildRule
 
compareTo(ParamInfo) - Method in class com.facebook.buck.rules.ParamInfo
Only valid when comparing ParamInfo instances from the same description.
compareTo(TargetNode<?, ?>) - Method in class com.facebook.buck.rules.TargetNode
 
CompDirReplacer - Class in com.facebook.buck.macho
 
CompDirReplacer(ByteBuffer, NulTerminatedCharsetDecoder) - Constructor for class com.facebook.buck.macho.CompDirReplacer
 
COMPILATION_DATABASE - Static variable in class com.facebook.buck.cxx.CxxCompilationDatabase
 
compilationDirectory - Variable in class com.facebook.buck.cxx.DebugPathSanitizer
 
compile(BuildRuleParams, CompilerDelegate, Path, SourcePath, AbstractCxxSource.Type, DebugPathSanitizer, DebugPathSanitizer, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
COMPILED_TESTS_LIBRARY_FLAVOR - Static variable in class com.facebook.buck.jvm.java.JavaTest
 
Compiler - Interface in com.facebook.buck.cxx
 
compiler - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
COMPILER_ERROR_EVENT - Static variable in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
 
compilerClassName - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
compilerDeps - Variable in class com.facebook.buck.halide.HalideLibraryDescription.Arg
 
CompilerErrorEvent - Class in com.facebook.buck.event
 
compilerErrorEvent(CompilerErrorEvent) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
CompilerErrorEvent.CompilerType - Enum in com.facebook.buck.event
 
CompilerErrorEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes a compiler error thrown by buck.
compilerFlags - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
compilerFlags - Variable in class com.facebook.buck.go.GoBinaryDescription.Arg
 
compilerFlags - Variable in class com.facebook.buck.go.GoLibraryDescription.Arg
 
compilerFlags - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
compilerFlags - Variable in class com.facebook.buck.haskell.HaskellBinaryDescription.Arg
 
compilerFlags - Variable in class com.facebook.buck.haskell.HaskellLibraryDescription.Arg
 
compilerFlags - Variable in class com.facebook.buck.ocaml.OcamlBinaryDescription.Arg
 
compilerFlags - Variable in class com.facebook.buck.ocaml.OcamlLibraryDescription.Arg
 
compilerFlags - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
compilerInvocationFlags - Variable in class com.facebook.buck.halide.HalideLibraryDescription.Arg
 
CompilerPluginDurationEvent - Class in com.facebook.buck.event
Base class for events being reported by plugins to in-process compilers such as JSR199 javac.
CompilerPluginDurationEvent(EventKey, BuildTarget, String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent
 
CompilerPluginDurationEvent.Finished - Class in com.facebook.buck.event
 
CompilerPluginDurationEvent.Started - Class in com.facebook.buck.event
 
compilerPluginDurationEventFinished(CompilerPluginDurationEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
compilerPluginDurationEventStarted(CompilerPluginDurationEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
CompilerProvider - Class in com.facebook.buck.cxx
 
CompilerProvider(ToolProvider, CxxToolProvider.Type) - Constructor for class com.facebook.buck.cxx.CompilerProvider
 
CompilerProvider(Path, Optional<CxxToolProvider.Type>) - Constructor for class com.facebook.buck.cxx.CompilerProvider
 
CompileStringsStep - Class in com.facebook.buck.android
This Step takes a list of string resource files (strings.xml), groups them by locales, and for each locale generates a file with all the string resources for that locale.
CompileStringsStep(ProjectFilesystem, ImmutableList<Path>, Path, Function<String, Path>) - Constructor for class com.facebook.buck.android.CompileStringsStep
Note: The ordering of files in the input list determines which resource value ends up in the output .fbstr file, in the event of multiple xml files of a locale sharing the same string resource name - file that appears first in the list wins.
compileToJar(AndroidLibraryDescription.Arg, JavacOptions, BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidLibraryCompiler
 
compileToJar(AndroidLibraryDescription.Arg, JavacOptions, BuildRuleResolver) - Method in class com.facebook.buck.android.JavaAndroidLibraryCompiler
 
compileToJar(AndroidLibraryDescription.Arg, JavacOptions, BuildRuleResolver) - Method in class com.facebook.buck.android.KotlinAndroidLibraryCompiler
 
compileToJar(AndroidLibraryDescription.Arg, JavacOptions, BuildRuleResolver) - Method in class com.facebook.buck.android.ScalaAndroidLibraryCompiler
 
CompileToJarStepFactory - Interface in com.facebook.buck.jvm.java
Creates the necessary steps to compile the source files, apply post process classes commands, and pack the output .class files into a Jar.
CompositeStep - Class in com.facebook.buck.step
 
CompositeStep(List<? extends Step>) - Constructor for class com.facebook.buck.step.CompositeStep
 
compressAssetLibraries - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
CompressingFileHandler - Class in com.facebook.buck.cli.bootstrapper
 
CompressingFileHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
 
CompressingFileHandler - Class in com.facebook.buck.log
 
CompressingFileHandler() - Constructor for class com.facebook.buck.log.CompressingFileHandler
 
ComputeExopackageDepsAbi - Class in com.facebook.buck.android
A build rule that hashes all of the files that go into an exopackage APK.
ComputeExopackageDepsAbi(BuildRuleParams, EnumSet<AndroidBinary.ExopackageMode>, AndroidPackageableCollection, AaptPackageResources, Optional<ImmutableMap<APKModule, CopyNativeLibraries>>, Optional<PackageStringAssets>, Optional<PreDexMerge>) - Constructor for class com.facebook.buck.android.ComputeExopackageDepsAbi
 
computeMd5Hash(ByteSource) - Static method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol
 
computeNode(Cell, BuildTarget, F) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
computeNode(Cell, BuildTarget, Map<String, Object>) - Method in class com.facebook.buck.parser.TargetGroupParsePipeline
 
computeNode(Cell, BuildTarget, Map<String, Object>) - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
computeSha1(Path) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
computeSha1(Path) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
computeSha1(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
computeSha1(Path) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
computeSha1(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
computeSha256(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
concat(CxxToolFlags...) - Static method in class com.facebook.buck.cxx.CxxToolFlags
Concatenate multiple flags in a pairwise manner.
concat(Stream<T>) - Method in interface com.facebook.buck.util.RichStream
 
concatenateFiles(Path, Iterable<Path>) - Static method in class com.facebook.buck.io.MoreFiles
Concatenates the contents of one or more files.
ConcatStep - Class in com.facebook.buck.android
Takes in a list of files and outputs a concatenation of them in the same directory.
ConcatStep(ProjectFilesystem, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.android.ConcatStep
Use this constructor if the files to concatenate are known at the time of step creation.
ConcatStep(ProjectFilesystem, ImmutableList.Builder<Path>, Path) - Constructor for class com.facebook.buck.android.ConcatStep
Use this constructor if the files to concatenate are not known at the time of step creation.
ConcurrencyLimit - Class in com.facebook.buck.util.concurrent
Amalgamation of parameters that control how many jobs we can run at once.
ConcurrencyLimit(int, double, ResourceAllocationFairness, int, ResourceAmounts, ResourceAmounts) - Constructor for class com.facebook.buck.util.concurrent.ConcurrencyLimit
 
ConditionalStep - Class in com.facebook.buck.step
Step that is run conditionally based on Supplier&lt;Boolean> shouldRunStep.
ConditionalStep(Supplier<Boolean>, Step) - Constructor for class com.facebook.buck.step.ConditionalStep
 
Config - Class in com.facebook.buck.config
Structured representation of data read from a stack of .ini files, where each file can override values defined by the previous ones.
Config() - Constructor for class com.facebook.buck.config.Config
Convenience constructor to create an empty config.
Config(RawConfig) - Constructor for class com.facebook.buck.config.Config
 
ConfigPathGetter - Interface in com.facebook.buck.cli
 
configs - Variable in class com.facebook.buck.apple.AppleNativeTargetDescriptionArg
 
Configs - Class in com.facebook.buck.config
Utility functions for working with Configs.
configs - Variable in class com.facebook.buck.halide.HalideLibraryDescription.Arg
 
configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
configure(long, long, long, long, BuildId) - Method in class com.facebook.buck.event.AbstractBuckEvent
Method to configure an event before posting it to the BuckEventBus.
configure(long, long, long, long, BuildId) - Method in interface com.facebook.buck.event.BuckEvent
 
configure(WebSocketServletFactory) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet
 
configureParser(Object, SubCommand) - Method in class com.facebook.buck.cli.AdditionalOptionsSubCommandHandler
 
ConfigValue - Class in com.facebook.buck.cli
Immutable implementation of AuditConfigCommand.AbstractConfigValue.
ConfigValue.Builder - Class in com.facebook.buck.cli
Builds instances of type ConfigValue.
ConfigView<T> - Interface in com.facebook.buck.config
A view of a particular config class.
ConfigViewCache<T> - Class in com.facebook.buck.config
A cache for views of some Config.
ConfigViewCache(T) - Constructor for class com.facebook.buck.config.ConfigViewCache
 
confirm(String) - Method in class com.facebook.buck.rage.UserInput
 
CONNECT_TIMEOUT_MS - Static variable in class com.facebook.buck.android.agent.AgentMain
 
Connection<REMOTE> - Class in com.facebook.buck.message_ipc
Connection is a wrapper around MessageTransport class that transforms function calls into messages.
Connection(MessageTransport) - Constructor for class com.facebook.buck.message_ipc.Connection
 
console - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
Console - Class in com.facebook.buck.util
 
Console(Verbosity, PrintStream, PrintStream, Ansi) - Constructor for class com.facebook.buck.util.Console
 
CONSOLE_EVENT - Static variable in interface com.facebook.buck.event.external.events.ConsoleEventExternalInterface
 
ConsoleEvent - Class in com.facebook.buck.event
Event for messages.
ConsoleEvent(Level, boolean, String) - Constructor for class com.facebook.buck.event.ConsoleEvent
 
consoleEvent(ConsoleEvent) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
ConsoleEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes a console event thrown by buck.
ConsoleHandler - Class in com.facebook.buck.cli.bootstrapper
 
ConsoleHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
ConsoleHandler - Class in com.facebook.buck.log
Implementation of Handler which writes to the console (System.err by default).
ConsoleHandler() - Constructor for class com.facebook.buck.log.ConsoleHandler
 
ConsoleHandlerState - Interface in com.facebook.buck.log
How the ConsoleHandler is supposed to behave for a particular thread.
ConsoleHandlerState.Writer - Interface in com.facebook.buck.log
 
Constants() - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
Constants() - Constructor for class com.facebook.buck.util.Libc.Constants
 
ConstantToolProvider - Class in com.facebook.buck.rules
 
ConstantToolProvider(Tool) - Constructor for class com.facebook.buck.rules.ConstantToolProvider
 
Constraint - Interface in com.facebook.buck.versions
Represents a version constraint applied to a dependency.
ConstraintTypeCoercer - Class in com.facebook.buck.rules.coercer
 
ConstraintTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.ConstraintTypeCoercer
 
ConstructorArgMarshaller - Class in com.facebook.buck.rules
Used to derive information from the constructor args returned by Description instances.
ConstructorArgMarshaller(TypeCoercerFactory) - Constructor for class com.facebook.buck.rules.ConstructorArgMarshaller
Constructor.
ConsumeAllOptionsHandler - Class in com.facebook.buck.cli
 
ConsumeAllOptionsHandler(CmdLineParser, OptionDef, Setter<? super String>) - Constructor for class com.facebook.buck.cli.ConsumeAllOptionsHandler
 
contacts - Variable in class com.facebook.buck.android.AndroidInstrumentationTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.cxx.CxxTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.d.DTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
contacts - Variable in class com.facebook.buck.shell.ShTestDescription.Arg
 
containerScope(RuleKeyHasher.Container) - Method in class com.facebook.buck.rules.keys.RuleKeyScopedHasher
Hashes the container iff non-empty (i.e.
contains(BuildRule) - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
contains(Object) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
containsAll(Collection<?>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
containsAnsiEscapeCodes() - Method in class com.facebook.buck.event.ConsoleEvent
 
containsAnyOf(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
containsAnyOf(Set<Flavor>) - Method in class com.facebook.buck.model.FlavorDomain
 
containsEdge(T, T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
containsEntry(FileLike) - Method in class com.facebook.buck.dalvik.DalvikAwareOutputStreamHelper
 
containsFlavor(Flavor) - Static method in class com.facebook.buck.model.BuildTargets
 
containsFlavors(FlavorDomain<?>) - Static method in class com.facebook.buck.model.BuildTargets
 
containsNode(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
containsTarget(BuildTarget) - Method in class com.facebook.buck.rules.TargetGroup
 
containsWorkerMacro(MacroHandler, String) - Static method in class com.facebook.buck.rules.args.MacroArg
 
ContentAgnosticRuleKeyFactory - Class in com.facebook.buck.rules.keys
A factory for generating RuleKeys that only take into the account the path of a file and not the contents(hash) of the file.
ContentAgnosticRuleKeyFactory(int, SourcePathResolver, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory
 
contentLength() - Method in interface com.facebook.buck.slb.HttpResponse
 
contentLength() - Method in class com.facebook.buck.slb.LoadBalancedHttpResponse
 
contentLength() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
ContentRoot - Class in com.facebook.buck.jvm.java.intellij
Immutable implementation of IjProjectTemplateDataPreparer.AbstractContentRoot.
ContentRoot.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type ContentRoot.
ContextualProcessExecutor - Class in com.facebook.buck.util
 
ContextualProcessExecutor(ProcessExecutor, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.util.ContextualProcessExecutor
 
convertAppleHeadersToPrivateCxxHeaders(Function<SourcePath, Path>, Path, CxxLibraryDescription.Arg) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
convertAppleHeadersToPublicCxxHeaders(Function<SourcePath, Path>, Path, CxxLibraryDescription.Arg) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
ConvertingPipeline<F,T> - Class in com.facebook.buck.parser
Base class for a parse pipeline that converts data one item at a time.
ConvertingPipeline(ListeningExecutorService, PipelineNodeCache.Cache<BuildTarget, T>) - Constructor for class com.facebook.buck.parser.ConvertingPipeline
 
CoordinatorAndMinionModeRunner - Class in com.facebook.buck.distributed
 
CoordinatorAndMinionModeRunner(CoordinatorModeRunner, MinionModeRunner) - Constructor for class com.facebook.buck.distributed.CoordinatorAndMinionModeRunner
 
CoordinatorModeRunner - Class in com.facebook.buck.distributed
 
CoordinatorModeRunner(int, BuildTargetsQueue, BuildId) - Constructor for class com.facebook.buck.distributed.CoordinatorModeRunner
 
CoordinatorModeRunner.AsyncCoordinatorRun - Class in com.facebook.buck.distributed
 
copy(Path, Path, ProjectFilesystem.CopySourceMode) - Method in class com.facebook.buck.io.ProjectFilesystem
 
copy(ProjectFilesystem, SourcePathResolver, ImmutableList.Builder<Step>, Path, ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.zip.SrcZipAwareFileBundler
 
copyDir(ProjectFilesystem, Path, Path, Predicate<Path>) - Method in class com.facebook.buck.util.DefaultFilteredDirectoryCopier
 
copyDir(ProjectFilesystem, Path, Path, Predicate<Path>) - Method in interface com.facebook.buck.util.FilteredDirectoryCopier
Creates a filtered copy of a directory.
copyDirs(ProjectFilesystem, Map<Path, Path>, Predicate<Path>) - Method in class com.facebook.buck.util.DefaultFilteredDirectoryCopier
 
copyDirs(ProjectFilesystem, Map<Path, Path>, Predicate<Path>) - Method in interface com.facebook.buck.util.FilteredDirectoryCopier
Copies multiple directories while filtering out individual files which fail a predicate.
copyFile(Path, Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
CopyFilePhaseDestinationSpec - Class in com.facebook.buck.apple.xcode.xcodeproj
Immutable implementation of AbstractCopyFilePhaseDestinationSpec.
CopyFilePhaseDestinationSpec.Builder - Class in com.facebook.buck.apple.xcode.xcodeproj
Builds instances of type CopyFilePhaseDestinationSpec.
copyFolder(Path, Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
CopyNativeLibraries - Class in com.facebook.buck.android
A BuildRule that gathers shared objects generated by ndk_library and prebuilt_native_library rules into a directory.
CopyNativeLibraries(BuildRuleParams, ImmutableSet<SourcePath>, ImmutableSet<StrippedObjectDescription>, ImmutableSet<StrippedObjectDescription>, ImmutableSet<NdkCxxPlatforms.TargetCpuType>, String) - Constructor for class com.facebook.buck.android.CopyNativeLibraries
 
copyNativeLibrary(ProjectFilesystem, Path, Path, ImmutableSet<NdkCxxPlatforms.TargetCpuType>, ImmutableList.Builder<Step>) - Static method in class com.facebook.buck.android.CopyNativeLibraries
 
copyNodeWithDescription(TargetNode<?, ?>, U) - Method in class com.facebook.buck.rules.TargetNodeFactory
 
copyNodeWithFlavors(TargetNode<T, U>, ImmutableSet<Flavor>) - Method in class com.facebook.buck.rules.TargetNodeFactory
 
copyOf(AbstractAndroidPackageableCollection.AbstractResourceDetails) - Static method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Creates an immutable copy of a AbstractAndroidPackageableCollection.AbstractResourceDetails value.
copyOf(HasInstallableApk.AbstractApkInfo) - Static method in class com.facebook.buck.android.ApkInfo
Creates an immutable copy of a HasInstallableApk.AbstractApkInfo value.
copyOf(AbstractCommandRunnerParams) - Static method in class com.facebook.buck.cli.CommandRunnerParams
Creates an immutable copy of a AbstractCommandRunnerParams value.
copyOf(Iterable<String>, Iterable<String>) - Static method in class com.facebook.buck.cxx.CxxToolFlags
Directly construct an instance from the given members.
copyOf(CxxPreprocessables.CxxPreprocessorInputCacheKey) - Static method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
Creates an immutable copy of a CxxPreprocessables.CxxPreprocessorInputCacheKey value.
copyOf(AbstractArchiveMemberPath) - Static method in class com.facebook.buck.io.ArchiveMemberPath
Creates an immutable copy of a AbstractArchiveMemberPath value.
copyOf(Flavor) - Static method in class com.facebook.buck.model.ImmutableFlavor
Creates an immutable copy of a Flavor value.
copyOf(DefectReporter.AbstractDefectReport) - Static method in class com.facebook.buck.rage.DefectReport
Creates an immutable copy of a DefectReporter.AbstractDefectReport value.
copyOf(DefectReporter.AbstractDefectSubmitResult) - Static method in class com.facebook.buck.rage.DefectSubmitResult
Creates an immutable copy of a DefectReporter.AbstractDefectSubmitResult value.
copyOf(ExtraInfoCollector.AbstractExtraInfoResult) - Static method in class com.facebook.buck.rage.ExtraInfoResult
Creates an immutable copy of a ExtraInfoCollector.AbstractExtraInfoResult value.
copyOf(DefectReporter.AbstractFileChangesIgnoredReport) - Static method in class com.facebook.buck.rage.FileChangesIgnoredReport
Creates an immutable copy of a DefectReporter.AbstractFileChangesIgnoredReport value.
copyOf(FileHashCache.AbstractFileHashCacheVerificationResult) - Static method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Creates an immutable copy of a FileHashCache.AbstractFileHashCacheVerificationResult value.
copyPlatformWithFlavorAndConfig(CxxPlatform, Platform, CxxBuckConfig, Flavor) - Static method in class com.facebook.buck.cxx.CxxPlatforms
Creates a CxxPlatform with a defined flavor for a CxxBuckConfig with default values provided from another default CxxPlatform
copyRecursively(Path, Path) - Static method in class com.facebook.buck.io.MoreFiles
Recursively copies all files under fromPath to toPath.
copyRecursively(Path, Path, Function<Path, Path>) - Static method in class com.facebook.buck.io.MoreFiles
Recursively copies all files under fromPath to toPath.
copyRecursively(Path, Path, Function<Path, Path>, Function<Path, Boolean>) - Static method in class com.facebook.buck.io.MoreFiles
 
copyRecursivelyWithFilter(Path, Path, Function<Path, Boolean>) - Static method in class com.facebook.buck.io.MoreFiles
Recursively copies all files under fromPath to toPath.
CopyResourcesStep - Class in com.facebook.buck.jvm.java
 
CopyResourcesStep(ProjectFilesystem, SourcePathResolver, SourcePathRuleFinder, BuildTarget, Collection<? extends SourcePath>, Path, JavaPackageFinder) - Constructor for class com.facebook.buck.jvm.java.CopyResourcesStep
 
CopyStep - Class in com.facebook.buck.step.fs
 
CopyStep.DirectoryMode - Enum in com.facebook.buck.step.fs
When copying a directory, this specifies whether only the contents of the directory should be copied, or if the directory itself should be included.
copyToOutputStream(Path, OutputStream) - Method in class com.facebook.buck.io.ProjectFilesystem
Copies a file to an output stream.
copyToPath(InputStream, Path, CopyOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
copyWithBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.BuildRuleParams
 
copyWithChanges(BuildTarget, Supplier<ImmutableSortedSet<BuildRule>>, Supplier<ImmutableSortedSet<BuildRule>>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
copyWithDeps(Supplier<ImmutableSortedSet<BuildRule>>, Supplier<ImmutableSortedSet<BuildRule>>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
copyWithExtraDeps(Supplier<ImmutableSortedSet<BuildRule>>) - Method in class com.facebook.buck.rules.BuildRuleParams
 
copyWithFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rules.TargetNode
 
copyWithNewIdValue(String) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
CORE_DATA_MODEL_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.apple.AppleBuildRules
 
CORE_WLAN_INSTANCE - Static variable in class com.facebook.buck.util.environment.MacWifiSsidFinder
 
CoreDataModel - Class in com.facebook.buck.apple
 
CoreDataModelDescription - Class in com.facebook.buck.apple
Description for a core_data_model rule, which identifies a model file for use with Apple's Core Data.
CoreDataModelDescription() - Constructor for class com.facebook.buck.apple.CoreDataModelDescription
 
Counter - Class in com.facebook.buck.counters
 
Counter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.Counter
 
COUNTER_CATEGORY - Static variable in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
COUNTER_CATEGORY - Static variable in class com.facebook.buck.slb.RetryingHttpService
 
CounterInfo - Class in com.facebook.buck.counters
Immutable implementation of Counter.AbstractCounterInfo.
CounterInfo.Builder - Class in com.facebook.buck.counters
Builds instances of type CounterInfo.
CounterRegistry - Interface in com.facebook.buck.counters
 
CounterRegistry.AsyncCounterRegistrationEvent - Class in com.facebook.buck.counters
 
CounterRegistryImpl - Class in com.facebook.buck.counters
 
CounterRegistryImpl(ScheduledExecutorService, BuckEventBus) - Constructor for class com.facebook.buck.counters.CounterRegistryImpl
 
CounterRegistryImpl(ScheduledExecutorService, BuckEventBus, long, long) - Constructor for class com.facebook.buck.counters.CounterRegistryImpl
 
CounterSnapshot - Class in com.facebook.buck.counters
Immutable implementation of AbstractCounterSnapshot.
CounterSnapshot.Builder - Class in com.facebook.buck.counters
Builds instances of type CounterSnapshot.
CountersSnapshotEvent - Class in com.facebook.buck.counters
 
CountersSnapshotEvent(Iterable<CounterSnapshot>) - Constructor for class com.facebook.buck.counters.CountersSnapshotEvent
 
CountingRuleKeyHasher<HASH> - Class in com.facebook.buck.rules.keys
A delegating RuleKeyHasher that counts the number of values put in it.
CountingRuleKeyHasher(RuleKeyHasher<HASH>) - Constructor for class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
CoverageReportFormat - Enum in com.facebook.buck.test
 
cpp2CompilerFlags - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
cpp2Deps - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
cpp2Options - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
cppCompilerFlags - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
cppDeps - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
cppExportedHeaders - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
cppHeaderNamespace - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
cppOptions - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
cppSrcs - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
cpuFilters - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
crate - Variable in class com.facebook.buck.rust.PrebuiltRustLibraryDescription.Arg
 
crate - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
crate - Variable in class com.facebook.buck.rust.RustLibraryDescription.Arg
 
crate - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
crateRoot - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
crateRoot - Variable in class com.facebook.buck.rust.RustLibraryDescription.Arg
 
crateRoot - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
CrateType - Enum in com.facebook.buck.rust
Describe the kinds of crates rustc can generate.
create(JavaRuntimeLauncher, ProjectFilesystem, Optional<Path>, String, Optional<String>, Path, Set<Path>, ProGuardObfuscateStep.SdkProguardType, Optional<Integer>, Optional<List<String>>, Map<Path, Path>, Set<Path>, Path, BuildableContext, boolean, ImmutableList.Builder<Step>) - Static method in class com.facebook.buck.android.ProGuardObfuscateStep
Create steps that write out ProGuard's command line arguments to a text file and then run ProGuard using those arguments.
create(FlavorDomain<AppleCxxPlatform>, BuildTarget) - Static method in class com.facebook.buck.apple.MultiarchFileInfos
Inspect the given build target and return information about it if its a fat binary.
create(ProjectFilesystem, ImmutableSet<Description<?>>, BuckConfig, BuckEventBus, Console, JavacOptions, ImmutableMap<String, String>) - Static method in class com.facebook.buck.cli.MissingSymbolsHandler
 
create(Path, Path, Iterable<Arg>, Path, ImmutableList<Arg>, Linker, Path, SourcePathResolver) - Static method in class com.facebook.buck.cxx.CxxPrepareForLinkStep
 
create(String, int) - Static method in class com.facebook.buck.dalvik.CanaryFactory
Adds a "canary" class to a secondary dex that can be safely loaded on any system.
create(BuildTarget, String, CompilerErrorEvent.CompilerType, ImmutableSet<String>) - Static method in class com.facebook.buck.event.CompilerErrorEvent
 
create(Level, String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
create(Level, String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
create(BuildTarget, String, MissingSymbolEvent.SymbolType) - Static method in class com.facebook.buck.event.MissingSymbolEvent
 
create(Throwable, String, Object...) - Static method in class com.facebook.buck.event.ThrowableConsoleEvent
 
create() - Method in class com.facebook.buck.io.LazyPath
 
create() - Method in class com.facebook.buck.jvm.java.coverage.ReportGenerator
Create the report.
create(BuckConfig) - Static method in class com.facebook.buck.jvm.java.intellij.IjProjectBuckConfig
 
create(JavacOptions, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, JvmLibraryArg) - Static method in class com.facebook.buck.jvm.java.JavacOptionsFactory
 
create(JavaLibrary, BuildRuleParams, Optional<String>, Optional<SourcePath>) - Static method in class com.facebook.buck.jvm.java.MavenUberJar
Will traverse transitive dependencies of rootRule, separating those that do and don't have maven coordinates.
create(BuildRuleParams, ImmutableSortedSet<SourcePath>, Optional<String>, Optional<SourcePath>) - Static method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
create(JavaCompiler) - Method in interface com.facebook.buck.jvm.java.StandardJavaFileManagerFactory
 
create(VersionControlCmdLineInterface) - Static method in class com.facebook.buck.rage.VcsInfoCollector
 
create(BuckConfig, ProjectFilesystem) - Method in class com.facebook.buck.rules.KnownBuildRuleTypesFactory
 
create(ImmutableSet<BuildTarget>, TargetGraph, AssociatedTargetNodePredicate, boolean, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.rules.TargetGraphAndTargets
 
create(HashCode, U, T, ProjectFilesystem, BuildTarget, ImmutableSet<BuildTarget>, ImmutableSet<VisibilityPattern>, CellPathResolver) - Method in class com.facebook.buck.rules.TargetNodeFactory
 
create32BitFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.MachoHeaderUtils
 
create64BitFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.MachoHeaderUtils
 
CREATE_PROCESS_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
CreateProcess (Windows) quoting Function which can be passed to Iterables.transform().
createAnsi(Optional<String>) - Method in class com.facebook.buck.cli.BuckConfig
Create an Ansi object appropriate for the current output.
createAnsiHighlightingHandler(boolean, PrintStream, Ansi) - Static method in class com.facebook.buck.util.InputStreamConsumer
 
createBinaryBuildRule(BuildRuleParams, BuildRuleResolver, RustBuckConfig, FlavorDomain<CxxPlatform>, CxxPlatform, Optional<String>, ImmutableSortedSet<String>, Iterator<String>, Iterator<String>, Linker.LinkableDepType, boolean, ImmutableSortedSet<SourcePath>, Optional<SourcePath>, ImmutableSet<String>) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
createBuckOutFileHashCache(ProjectFilesystem, Path) - Static method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
createBuild() - Method in class com.facebook.buck.distributed.DistBuildService
 
createBuild(BuildTarget, String, BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxPlatform, RustBuckConfig, ImmutableList<String>, ImmutableList<String>, Iterable<Arg>, CrateType, Linker.LinkableDepType, boolean, ImmutableSortedSet<SourcePath>, SourcePath) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
createBuildCommandOptionsWithInitialTargets(BuckConfig, List<String>) - Method in class com.facebook.buck.cli.ProjectCommand
 
createBuildFileParser(ConstructorArgMarshaller, Console, BuckEventBus, boolean) - Method in class com.facebook.buck.rules.Cell
Callers are responsible for managing the life-cycle of the created ProjectBuildFileParser.
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.AndroidAarDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.AndroidBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.AndroidBuildConfigDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.AndroidLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.AndroidManifestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.AndroidResourceDescription
 
createBuildRule(BuildRuleParams, BuildRuleResolver, A, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.android.ApkGenruleDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.GenAidlDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.NdkLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.android.RobolectricTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.AppleAssetCatalogDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.AppleBundleDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.ApplePackageDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.AppleResourceDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.AppleTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.CoreDataModelDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.XcodePostbuildScriptDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createBuildRule(BuildRuleParams, BuildRuleResolver, A, Optional<Linker.LinkableDepType>, Optional<SourcePath>, ImmutableSet<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.d.DBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.d.DLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.d.DTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.dotnet.CsharpLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.file.RemoteFileDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.go.GoBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.go.GoLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.go.GoTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.graphql.GraphqlLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.groups.TargetGroupDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.gwt.GwtBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.halide.HalideLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.java.JavaTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.java.KeystoreDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.lua.LuaBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.lua.LuaLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescription
 
createBuildRule(OcamlBuckConfig, BuildRuleParams, BuildRuleResolver, ImmutableList<OcamlSource>, boolean, boolean, ImmutableList<String>, ImmutableList<String>, boolean) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.python.CxxPythonExtensionDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.python.PythonBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.python.PythonLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.python.PythonTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in interface com.facebook.buck.rules.Description
Create a BuildRule for the given BuildRuleParams.
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.rules.ProjectConfigDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.rust.RustBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.rust.RustLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.rust.RustTestDescription
 
createBuildRule(BuildRuleParams, BuildRuleResolver, A, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.shell.ExportFileDescription
 
createBuildRule(BuildRuleParams, BuildRuleResolver, A, Optional<Arg>, Optional<Arg>, Optional<Arg>) - Method in class com.facebook.buck.shell.GenruleDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.shell.ShBinaryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.shell.ShTestDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.shell.WorkerToolDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, ThriftConstructorArg, ImmutableMap<String, ThriftSource>, ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.thrift.ThriftCxxEnhancer
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, ThriftConstructorArg, ImmutableMap<String, ThriftSource>, ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.thrift.ThriftJavaEnhancer
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, ThriftConstructorArg, ImmutableMap<String, ThriftSource>, ImmutableSortedSet<BuildRule>) - Method in interface com.facebook.buck.thrift.ThriftLanguageSpecificEnhancer
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.thrift.ThriftLibraryDescription
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, ThriftConstructorArg, ImmutableMap<String, ThriftSource>, ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.thrift.ThriftPythonEnhancer
 
createBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.zip.ZipFileDescription
 
createBuildRuleForTransitiveAssetCatalogDependencies(TargetGraph, BuildRuleParams, SourcePathResolver, ApplePlatform, Tool) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
createBuildRulesForCoreDataDependencies(TargetGraph, BuildRuleParams, String, AppleCxxPlatform) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
createBuildRulesForCxxBinary(BuildRuleParams, BuildRuleResolver, CxxBuckConfig, CxxPlatform, ImmutableMap<String, CxxSource>, ImmutableMap<Path, SourcePath>, Iterable<? extends BuildRule>, Optional<StripStyle>, Optional<LinkerMapMode>, Linker.LinkableDepType, ImmutableList<String>, PatternMatchedCollection<ImmutableList<String>>, ImmutableMap<AbstractCxxSource.Type, ImmutableList<String>>, ImmutableSortedSet<FrameworkPath>, ImmutableSortedSet<FrameworkPath>, ImmutableList<String>, ImmutableMap<AbstractCxxSource.Type, ImmutableList<String>>, PatternMatchedCollection<ImmutableList<String>>, Optional<SourcePath>, Optional<SourcePath>, ImmutableList<String>, PatternMatchedCollection<ImmutableList<String>>, Optional<Linker.CxxRuntimeType>, ImmutableList<String>, Optional<Boolean>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createBuildRulesForCxxBinaryDescriptionArg(BuildRuleParams, BuildRuleResolver, CxxBuckConfig, CxxPlatform, CxxBinaryDescription.Arg, Optional<StripStyle>, Optional<LinkerMapMode>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createBuildRulesForSceneKitAssetsDependencies(TargetGraph, BuildRuleParams, AppleCxxPlatform) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
createBulkBuildRule(OcamlBuckConfig, BuildRuleParams, BuildRuleResolver, ImmutableList<OcamlSource>, boolean, boolean, ImmutableList<String>, ImmutableList<String>) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createCCompileBuildTarget(BuildTarget, String) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
createClientSideSlb(Clock, BuckEventBus, CommandThreadFactory) - Method in class com.facebook.buck.slb.SlbBuckConfig
 
createCmdLineInterface() - Method in class com.facebook.buck.util.versioncontrol.DefaultVersionControlCmdLineInterfaceFactory
 
createCmdLineInterface() - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterfaceFactory
 
createCompanionBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
createCompilationDatabase(BuildRuleParams, Iterable<CxxPreprocessAndCompile>) - Static method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
createCompilationDatabase(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
Create all build rules needed to generate the compilation database.
createCompilationDatabaseDependencies(BuildTarget, FlavorDomain<CxxPlatform>, BuildRuleResolver, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createCompiler(JavacExecutionContext) - Method in class com.facebook.buck.jvm.java.JarBackedJavac
 
createCompiler(JavacExecutionContext) - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
 
createCompiler(JavacExecutionContext) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
createCompileStep(BuildContext, ImmutableSortedSet<Path>, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, ImmutableSortedSet<Path>, Path, Optional<Path>, Path, Optional<SuggestBuildRules>, ClassUsageFileWriter, ImmutableList.Builder<Step>, BuildableContext) - Method in interface com.facebook.buck.jvm.java.CompileToJarStepFactory
 
createCompileStep(BuildContext, ImmutableSortedSet<Path>, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, ImmutableSortedSet<Path>, Path, Optional<Path>, Path, Optional<SuggestBuildRules>, ClassUsageFileWriter, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
createCompileStep(BuildContext, ImmutableSortedSet<Path>, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, ImmutableSortedSet<Path>, Path, Optional<Path>, Path, Optional<SuggestBuildRules>, ClassUsageFileWriter, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
 
createCompileStep(BuildContext, ImmutableSortedSet<Path>, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, ImmutableSortedSet<Path>, Path, Optional<Path>, Path, Optional<SuggestBuildRules>, ClassUsageFileWriter, ImmutableList.Builder<Step>, BuildableContext) - Method in class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
createCompileToJarStep(BuildContext, ImmutableSortedSet<Path>, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, ImmutableSortedSet<Path>, Path, Optional<Path>, Path, Optional<SuggestBuildRules>, ImmutableList<String>, ImmutableSortedSet<Path>, Optional<String>, Optional<Path>, Path, ClassUsageFileWriter, ImmutableList.Builder<Step>, BuildableContext, ImmutableSet<Pattern>) - Method in class com.facebook.buck.jvm.java.BaseCompileToJarStepFactory
 
createCompileToJarStep(BuildContext, ImmutableSortedSet<Path>, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, ImmutableSortedSet<Path>, Path, Optional<Path>, Path, Optional<SuggestBuildRules>, ImmutableList<String>, ImmutableSortedSet<Path>, Optional<String>, Optional<Path>, Path, ClassUsageFileWriter, ImmutableList.Builder<Step>, BuildableContext, ImmutableSet<Pattern>) - Method in interface com.facebook.buck.jvm.java.CompileToJarStepFactory
 
createCompileToJarStep(BuildContext, ImmutableSortedSet<Path>, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, ImmutableSortedSet<Path>, Path, Optional<Path>, Path, Optional<SuggestBuildRules>, ImmutableList<String>, ImmutableSortedSet<Path>, Optional<String>, Optional<Path>, Path, ClassUsageFileWriter, ImmutableList.Builder<Step>, BuildableContext, ImmutableSet<Pattern>) - Method in class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
createConcurrent() - Static method in class com.facebook.buck.graph.MutableDirectedGraph
 
createConfig(BuildJobStateBuckConfig, Optional<BuckConfig>) - Static method in class com.facebook.buck.distributed.DistBuildState
 
createConnection(URI) - Method in class com.facebook.buck.file.HttpDownloader
 
createContextString(WatchEvent<?>) - Static method in class com.facebook.buck.io.WatchEvents
 
createCxxLinkableBuildRule(CxxBuckConfig, CxxPlatform, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Path, ImmutableList<Arg>, Linker.LinkableDepType, Optional<Linker.CxxRuntimeType>) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
 
createCxxLinkableBuildRule(CxxBuckConfig, CxxPlatform, BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, BuildTarget, Linker.LinkType, Optional<String>, Path, Linker.LinkableDepType, Iterable<? extends NativeLinkable>, Optional<Linker.CxxRuntimeType>, Optional<SourcePath>, ImmutableSet<BuildTarget>, NativeLinkableInput) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
Construct a CxxLink rule that builds a native linkable from top-level input objects and a dependency tree of NativeLinkable dependencies.
createCxxLinkableSharedBuildRule(CxxBuckConfig, CxxPlatform, BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Path, Optional<String>, ImmutableList<? extends Arg>) - Static method in class com.facebook.buck.cxx.CxxLinkableEnhancer
 
createCxxLinkTarget(BuildTarget, Optional<LinkerMapMode>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createCxxStripRule(BuildRuleParams, BuildRuleResolver, StripStyle, BuildRule, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createDateUidGidScrubber(ObjectFileScrubbers.PaddingStyle) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
createDefaultConfig(Path) - Static method in class com.facebook.buck.config.Configs
Convienence constructor
createDefaultConfig(Path, RawConfig) - Static method in class com.facebook.buck.config.Configs
Generates a Buck config by merging configs from specified locations on disk.
createDefaultFileHashCache(ProjectFilesystem) - Static method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
createDefaultJavaPackageFinder(Iterable<String>) - Static method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
createDefaultJavaPackageFinder() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
createDefaultProvider(DistBuildService) - Static method in class com.facebook.buck.distributed.FileContentsProviders
 
createDensityFilter(ProjectFilesystem, Set<ResourceFilters.Density>) - Static method in class com.facebook.buck.android.ResourceFilters
Given a set of target densities, returns a Predicate that fails for any non-drawable resource of a different density.
createDistBuildExecutor(BuildJobState, CommandRunnerParams, WeightedListeningExecutorService, DistBuildService, DistBuildMode, int, Optional<BuildId>) - Static method in class com.facebook.buck.cli.DistBuildFactory
 
createDummyRoot(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Omnibus.OmnibusSpec, SourcePath, NativeLinkTarget) - Static method in class com.facebook.buck.cxx.Omnibus
 
createEmptyConstructorArg() - Static method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createEmptyInitModule(BuildRuleParams, BuildRuleResolver) - Static method in class com.facebook.buck.python.PythonBinaryDescription
 
createEmptyJarFile(ProjectFilesystem, Path, JavacEventSink, PrintStream) - Static method in class com.facebook.buck.jvm.java.JarDirectoryStepHelper
 
createEntry(String) - Static method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
Creates a ZipEntry for placing in the jar output stream.
createExceptionForPlatformThatCannotBeFound(String) - Static method in exception com.facebook.buck.android.NoAndroidSdkException
 
createExcludes(IjModule) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
createExecutionContext(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractCommand
 
createExportedHeaderSymlinkTreeBuildRule(BuildRuleParams, BuildRuleResolver, CxxPlatform, A) - Static method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createFetchBuildGraphRequest(BuildId) - Static method in class com.facebook.buck.distributed.DistBuildService
 
createFetchSourceFileRequest(String) - Static method in class com.facebook.buck.distributed.DistBuildService
 
createFileHashCache(ProjectFilesystem, BuildJobStateFileHashes) - Static method in class com.facebook.buck.distributed.DistBuildFileHashes
Creates a FileHashCache that returns the hash codes cached on the remote end.
createFileHashCacheLoader() - Method in class com.facebook.buck.distributed.DistBuildCachingEngineDelegate
 
createFileHashCacheLoader() - Method in interface com.facebook.buck.rules.CachingBuildEngineDelegate
 
createFileHashCacheLoader() - Method in class com.facebook.buck.rules.LocalCachingBuildEngineDelegate
 
createFileReference(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
createFileReference() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
createFilesystemTraversalBoundaryPathSet(ImmutableSet<IjModule>) - Static method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
createFineGrainedBuildRule(OcamlBuckConfig, BuildRuleParams, BuildRuleResolver, ImmutableList<OcamlSource>, boolean, boolean, ImmutableList<String>, ImmutableList<String>, boolean) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createFinishedEvent(ImmutableMap<String, Object>) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
Creates a new event which indicates the end of a performance event.
createFinishedEvent() - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createFinishedEvent(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createFinishedEvent(String, Object, String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createFlavoredBuildTarget(UnflavoredBuildTarget, Flavor) - Static method in class com.facebook.buck.model.BuildTargets
Takes the BuildTarget for hasBuildTarget and derives a new BuildTarget from it with the specified flavor.
createFor(Lock) - Static method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
createForChildren(Path, Path) - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
createForChildren(Path, Path) - Method in class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
createForDescendants(Path, Path) - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
createForDescendants(Path, Path) - Method in class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
createForDistributedBuild(ConstructorArgMarshaller, TargetNodeFactory) - Static method in class com.facebook.buck.parser.DefaultParserTargetNodeFactory
 
createForDistributedBuild(ImmutableMap<Path, BuckConfig>, ImmutableMap<Path, ProjectFilesystem>, KnownBuildRuleTypesFactory) - Static method in class com.facebook.buck.rules.CellProvider
 
createForLocalBuild(ProjectFilesystem, Watchman, BuckConfig, CellConfig, KnownBuildRuleTypesFactory) - Static method in class com.facebook.buck.rules.CellProvider
Create a cell provider at a given root.
createForMessageWithAnsiEscapeCodes(Level, String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
createForParser(ConstructorArgMarshaller, LoadingCache<Cell, BuildFileTree>, TargetNodeListener<TargetNode<?, ?>>, TargetNodeFactory) - Static method in class com.facebook.buck.parser.DefaultParserTargetNodeFactory
 
createForSingleton(BuildTarget) - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
createForSingleton(BuildTarget) - Method in class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
createFrom(Collection<BuildRule>, Optional<UnsortedAndroidResourceDeps.Callback>) - Static method in class com.facebook.buck.android.UnsortedAndroidResourceDeps
Returns transitive android resource deps which are _not_ sorted topologically, only to be used when the order of the resource rules does not matter, for instance, when graph enhancing UberRDotJava, DummyRDotJava, AaptPackageResources where we only need the deps to correctly order the execution of those buildables.
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.FatArchUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.FatHeaderUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.LoadCommandCommonFieldsUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.MachoHeaderUtils
Reads the Mach Header from the given buffer from current position.
createFromBuffer(ByteBuffer, boolean) - Static method in class com.facebook.buck.macho.NlistUtils
Reads Nlist entry for the given architecture from the buffer at the current position.
createFromBuffer(ByteBuffer, boolean, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.SectionUtils
Creates a section for the given architecture by reading the provided byte buffer from its current position.
createFromBuffer(ByteBuffer, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.UnknownCommandUtils
 
createFromBuffer(ByteBuffer) - Static method in class com.facebook.buck.macho.UUIDCommandUtils
 
createFromConfig(BuckConfig, Optional<Path>) - Static method in class com.facebook.buck.file.StackedDownloader
 
createFromGitHash(String) - Static method in class com.facebook.buck.distributed.BuckVersionUtil
 
createFromLocalBinary(Path) - Static method in class com.facebook.buck.distributed.BuckVersionUtil
 
createFromObject(HashCode, U, Object, ProjectFilesystem, BuildTarget, ImmutableSet<BuildTarget>, ImmutableSet<VisibilityPattern>, CellPathResolver) - Method in class com.facebook.buck.rules.TargetNodeFactory
This factory method lets the wildcard be bound, so the constructor can be casted to it.
createFromPropertiesFile(Path, Path, ProjectFilesystem) - Static method in class com.facebook.buck.android.KeystoreProperties
 
createFrontendBuildStatusRequest(BuildId) - Static method in class com.facebook.buck.distributed.DistBuildService
 
createGenruleStep(BuildContext) - Method in class com.facebook.buck.shell.Genrule
 
createGroupsFromSourcePaths(Function<SourcePath, Path>, Iterable<SourceWithFlags>, Iterable<SourcePath>, Iterable<SourcePath>, Iterable<SourcePath>) - Static method in class com.facebook.buck.apple.RuleUtils
 
createHalideCompilerBuildTarget(BuildTarget) - Static method in class com.facebook.buck.halide.HalideLibraryDescription
 
createHeaderSymlinkTree(BuildRuleParams, BuildRuleResolver, CxxPlatform, ImmutableMap<Path, SourcePath>, HeaderVisibility, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createHeaderSymlinkTreeBuildRule(BuildRuleParams, BuildRuleResolver, CxxPlatform, A) - Static method in class com.facebook.buck.cxx.CxxBinaryDescription
 
createHeaderSymlinkTreeBuildRule(BuildRuleParams, BuildRuleResolver, CxxPlatform, A) - Static method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createHeaderSymlinkTreeBuildRule(BuildTarget, BuildRuleParams, Path, ImmutableMap<Path, SourcePath>, CxxPreprocessables.HeaderMode) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
Build the HeaderSymlinkTree rule using the original build params from a target node.
createHeaderSymlinkTreeTarget(BuildTarget, Flavor, HeaderVisibility) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createImageDensityFilter(Collection<Path>, Set<ResourceFilters.Density>, boolean) - Static method in class com.facebook.buck.android.ResourceFilters
Given a list of paths of available drawables, and a target screen density, returns a Predicate that fails for drawables of a different density, whenever they can be safely removed.
createInstance(BuckConfig, ProjectFilesystem, ProcessExecutor, AndroidDirectoryResolver) - Static method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
createIntellijProject(File, ProcessExecutor, boolean, PrintStream, PrintStream) - Method in class com.facebook.buck.jvm.java.intellij.Project
 
createJarFile(ProjectFilesystem, Path, CustomZipOutputStream, ImmutableSortedSet<Path>, ImmutableSet<String>, Optional<String>, Optional<Path>, boolean, Iterable<Pattern>, JavacEventSink, PrintStream) - Static method in class com.facebook.buck.jvm.java.JarDirectoryStepHelper
 
createJarFile(ProjectFilesystem, Path, ImmutableSortedSet<Path>, Optional<String>, Optional<Path>, boolean, Iterable<Pattern>, JavacEventSink, PrintStream) - Static method in class com.facebook.buck.jvm.java.JarDirectoryStepHelper
 
createJavac(Either<Path, SourcePath>) - Static method in class com.facebook.buck.jvm.java.ExternalJavac
 
createJavaDepsFinder(BuckConfig, CellPathResolver, ObjectMapper, BuildEngineBuildContext, ExecutionContext, BuildEngine) - Static method in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
 
createJavaFileParser(JavacOptions) - Static method in class com.facebook.buck.jvm.java.JavaFileParser
 
createLibraryBuildRule(TargetGraph, BuildRuleParams, BuildRuleResolver, A, Optional<Linker.LinkableDepType>, Optional<SourcePath>, ImmutableSet<BuildTarget>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
createLinkRule(BuildTarget, BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxPlatform, HaskellConfig, Linker.LinkType, ImmutableList<String>, Iterable<Arg>, Iterable<? extends NativeLinkable>, Linker.LinkableDepType) - Static method in class com.facebook.buck.haskell.HaskellDescriptionUtils
Create a Haskell link rule that links the given inputs to a executable or shared library and pulls in transitive native linkable deps from the given dep roots.
createListener(ProjectFilesystem, ImmutableSet<Description<?>>, BuckConfig, BuckEventBus, Console, JavacOptions, ImmutableMap<String, String>) - Static method in class com.facebook.buck.cli.MissingSymbolsHandler
Instantiate a MissingSymbolsHandler and wrap it in a listener that calls it on the appropriate events.
createListener() - Method in class com.facebook.buck.httpserver.WebServer
 
createLoadBalancedResponse(URI, HttpLoadBalancer, Call) - Static method in class com.facebook.buck.slb.LoadBalancedHttpResponse
 
createLoadCommandFromBuffer(ByteBuffer, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.LoadCommandUtils
This is a kind of umbrella method that returns you LoadCommand object depending on the contents of the given bytes array.
createMaterializingLoader(ProjectFilesystem, FileContentsProvider) - Method in class com.facebook.buck.distributed.DistBuildState
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in class com.facebook.buck.apple.AppleBundleDescription
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in class com.facebook.buck.go.GoLibraryDescription
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in class com.facebook.buck.go.GoTestDescription
 
createMetadata(BuildTarget, BuildRuleResolver, A, Class<U>) - Method in interface com.facebook.buck.rules.MetadataProvidingDescription
 
createMLBytecodeCompileBuildTarget(BuildTarget, String) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
createMLNativeCompileBuildTarget(BuildTarget, String) - Static method in class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
createModule(Path, ImmutableSet<TargetNode<?, ?>>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleFactory
Create an IjModule form the supplied parameters.
createNewFile(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Creates a new file relative to the project root.
createNullConsole() - Static method in class com.facebook.buck.util.Console
Returns a Console that simply discards written bytes.
createOcamlLinkTarget(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createOkHttpClient() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
createOkHttpClient() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
 
createOmnibus(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Omnibus.OmnibusSpec) - Static method in class com.facebook.buck.cxx.Omnibus
 
createOverflowEvent(String) - Static method in class com.facebook.buck.util.WatchmanWatcher
 
createPackageLookupPathSet(IjModuleGraph) - Static method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
createParentDirs(String) - Method in class com.facebook.buck.io.ProjectFilesystem
// @deprecated Prefer operating on Paths directly, replaced by ProjectFilesystem.createParentDirs(java.nio.file.Path).
createParentDirs(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
createParser(ConstructorArgMarshaller, Console, ImmutableMap<String, String>, BuckEventBus, boolean) - Method in class com.facebook.buck.json.DefaultProjectBuildFileParserFactory
 
createParser(ConstructorArgMarshaller, Console, ImmutableMap<String, String>, BuckEventBus, boolean) - Method in interface com.facebook.buck.json.ProjectBuildFileParserFactory
Construct a new parser on demand using the provided common project build files.
createProcessExecutor(PrintStream, PrintStream) - Method in class com.facebook.buck.util.PrintStreamProcessExecutorFactory
 
createProcessExecutor(PrintStream, PrintStream) - Method in interface com.facebook.buck.util.ProcessExecutorFactory
 
createRealtimeLogRequests(Collection<BuildSlaveInfo>) - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
createReferencedFolderPathsSet(ImmutableSet<IjModule>) - Static method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
createRelativeSymlink(Path, Path, Path) - Static method in class com.facebook.buck.io.MorePaths
Creates a symlink at pathToProjectRoot.resolve(pathToDesiredLinkUnderProjectRoot) that points to pathToProjectRoot.resolve(pathToExistingFileUnderProjectRoot) using a relative symlink.
createRelativeSymlink(Path, Path, ProjectFilesystem) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
Creates a symlink at projectFilesystem.getRootPath().resolve(pathToDesiredLinkUnderProjectRoot) that points to projectFilesystem.getRootPath().resolve(pathToExistingFileUnderProjectRoot) using a relative symlink.
createRemoteFileHashCache(ProjectFilesystem) - Method in class com.facebook.buck.distributed.DistBuildState
 
createRequest(ThriftProtocol, BuckCacheRequest, ByteSource...) - Static method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol
 
createRoot(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Omnibus.OmnibusSpec, SourcePath, NativeLinkTarget, BuildTarget, Optional<Path>) - Static method in class com.facebook.buck.cxx.Omnibus
 
createRoot(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Omnibus.OmnibusSpec, SourcePath, NativeLinkTarget) - Static method in class com.facebook.buck.cxx.Omnibus
 
createRuleKeyFactories(SourcePathResolver, SourcePathRuleFinder, LoadingCache<ProjectFilesystem, ? extends FileHashLoader>, int) - Static method in class com.facebook.buck.distributed.DistBuildFileHashes
 
createRuleKeyInDirStep(TestRule) - Method in class com.facebook.buck.cli.TestRuleKeyFileHelper
Creates a file in the test's output directory and writes the rule key file in it.
createSandboxSymlinkTree(BuildRuleParams, CxxPlatform, ImmutableMap<Path, SourcePath>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSandboxSymlinkTreeTarget(BuildTarget, Flavor) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSandboxTree(BuildRuleParams, BuildRuleResolver, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSandboxTreeBuildRule(BuildRuleResolver, CxxConstructorArg, CxxPlatform, BuildRuleParams) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSerializableAndroidAar(String, AndroidPrebuiltAar) - Static method in class com.facebook.buck.jvm.java.intellij.SerializableAndroidAar
 
createSerializableIntellijSettings(IntellijConfig) - Static method in class com.facebook.buck.jvm.java.intellij.SerializableIntellijSettings
 
createSharedInterfaceLibrary(BuildTarget, BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, SourcePath) - Method in interface com.facebook.buck.cxx.SharedLibraryInterfaceFactory
 
createSharedLibraryBuildTarget(BuildTarget, Flavor, Linker.LinkType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSharedLibrarySymlinkTree(BuildRuleParams, CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
Build a HeaderSymlinkTree of all the shared libraries found via the top-level rule's transitive dependencies.
createSharedLibrarySymlinkTree(BuildRuleParams, CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSharedLibrarySymlinkTreeTarget(BuildTarget, Flavor) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createSocketWithPath(Path) - Static method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
Creates a Unix domain socket bound to a path.
createStaticLibraryBuildTarget(BuildTarget, Flavor, AbstractCxxSourceRuleFactory.PicType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createStaticLibraryBuildTarget(BuildTarget) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
createStepForDummyRDotJava(ProjectFilesystem, SourcePathResolver, List<HasAndroidResourceDeps>, Path, boolean, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
createStepForUberRDotJava(ProjectFilesystem, SourcePathResolver, List<HasAndroidResourceDeps>, Path, Path, EnumSet<RDotTxtEntry.RType>, Optional<String>) - Static method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
createSymLink(Path, Path, boolean) - Method in class com.facebook.buck.io.ProjectFilesystem
 
createTargetGraph(DistBuildTargetGraphCodec) - Method in class com.facebook.buck.distributed.DistBuildState
 
createTargetGraph(BuildJobStateTargetGraph, Function<Integer, Cell>) - Method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
createTargetNode(Cell, Path, BuildTarget, Map<String, Object>, Function<PerfEventId, SimplePerfEvent.Scope>) - Method in class com.facebook.buck.parser.DefaultParserTargetGroupFactory
 
createTargetNode(Cell, Path, BuildTarget, Map<String, Object>, Function<PerfEventId, SimplePerfEvent.Scope>) - Method in class com.facebook.buck.parser.DefaultParserTargetNodeFactory
 
createTargetNode(Cell, Path, BuildTarget, Map<String, Object>, Function<PerfEventId, SimplePerfEvent.Scope>) - Method in interface com.facebook.buck.parser.ParserTargetNodeFactory
 
createTempFile(String, String, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns a relative path whose parent directory is guaranteed to exist.
createTempFile(Path, String, String, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
Prefer ProjectFilesystem.createTempFile(String, String, FileAttribute[]) so that temporary files are guaranteed to be created under buck-out.
createTest() - Method in class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
 
createThriftCompilerBuildRules(BuildRuleParams, BuildRuleResolver, ThriftLibraryDescription.CompilerType, ImmutableList<String>, String, ImmutableSet<String>, ImmutableMap<String, SourcePath>, ImmutableSortedSet<ThriftLibrary>, ImmutableMap<String, ImmutableSortedSet<String>>) - Method in class com.facebook.buck.thrift.ThriftLibraryDescription
Create the build rules which compile the input thrift sources into their respective language specific sources.
createThriftIncludeSymlinkTreeTarget(BuildTarget) - Method in class com.facebook.buck.thrift.ThriftLibraryDescription
 
createUberCompilationDatabase(BuildRuleParams, BuildRuleResolver) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
createUndefinedSymbolsFile(BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.LazyDelegatingSymbolNameTool
 
createUndefinedSymbolsFile(BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.PosixNmSymbolNameTool
 
createUndefinedSymbolsFile(BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.cxx.SymbolNameTool
Creates a BuildRule which extracts all undefined symbols from the given inputs.
createUndefinedSymbolsLinkerArgs(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.DarwinLinker
 
createUndefinedSymbolsLinkerArgs(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.GnuLinker
Write all undefined symbols given in symbolFiles into a linker script wrapped in `EXTERN` commands.
createUndefinedSymbolsLinkerArgs(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in interface com.facebook.buck.cxx.Linker
Generate a necessary linker arguments to propagate undefined symbols to a link command.
createUndefinedSymbolsLinkerArgs(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, BuildTarget, Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.WindowsLinker
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.AndroidAarDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.AndroidBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.AndroidBuildConfigDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.AndroidInstrumentationApkDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.AndroidInstrumentationTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.AndroidLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.AndroidManifestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.AndroidPrebuiltAarDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.AndroidResourceDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.ApkGenruleDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.GenAidlDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.NdkLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.PrebuiltNativeLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.android.RobolectricTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.AppleAssetCatalogDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.AppleBundleDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.ApplePackageDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.AppleResourceDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.AppleTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.CoreDataModelDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.XcodePostbuildScriptDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.cxx.CxxTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.d.DBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.d.DLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.d.DTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.dotnet.CsharpLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.file.RemoteFileDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.go.GoBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.go.GoLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.go.GoTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.graphql.GraphqlLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.groups.TargetGroupDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.gwt.GwtBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.halide.HalideLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.java.JavaTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.java.KeystoreDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.java.PrebuiltJarDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.lua.CxxLuaExtensionDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.lua.LuaBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.lua.LuaLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.ocaml.OcamlLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.python.CxxPythonExtensionDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.python.PrebuiltPythonLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.python.PythonBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.python.PythonLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.python.PythonTestDescription
 
createUnpopulatedConstructorArg() - Method in interface com.facebook.buck.rules.Description
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.rules.ProjectConfigDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.rust.PrebuiltRustLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.rust.RustBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.rust.RustLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.rust.RustTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.shell.ExportFileDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.shell.GenruleDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.shell.ShBinaryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.shell.ShTestDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.shell.WorkerToolDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.thrift.ThriftLibraryDescription
 
createUnpopulatedConstructorArg() - Method in class com.facebook.buck.zip.ZipFileDescription
 
createUpdateEvent(ImmutableMap<String, Object>) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
Creates a new event which indicates an update to the performance data being gathered.
createUpdateEvent(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createUpdateEvent(String, Object, String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Started
createVersionGroup() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
createWithConfigRepositoriesSection(Path, ImmutableMap<String, String>) - Static method in class com.facebook.buck.rules.DefaultCellPathResolver
 
createWithSuggestions(Cell, BuildTarget) - Static method in exception com.facebook.buck.parser.UnexpectedFlavorException
 
createWorkerShellStep(BuildContext) - Method in class com.facebook.buck.shell.Genrule
 
createXcodeProjects() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
createZip(Collection<Path>, Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Takes a sequence of paths relative to the project root and writes a zip file to out with the contents and structure that matches that of the specified paths.
CsharpLibrary - Class in com.facebook.buck.dotnet
 
CsharpLibrary(BuildRuleParams, String, ImmutableSortedSet<SourcePath>, ImmutableList<Either<BuildRule, String>>, ImmutableMap<String, SourcePath>, FrameworkVersion) - Constructor for class com.facebook.buck.dotnet.CsharpLibrary
 
CsharpLibraryCompile - Class in com.facebook.buck.dotnet
 
CsharpLibraryCompile(Path, ImmutableSortedSet<Path>, ImmutableList<Either<Path, String>>, ImmutableListMultimap<Path, String>, FrameworkVersion) - Constructor for class com.facebook.buck.dotnet.CsharpLibraryCompile
 
CsharpLibraryDescription - Class in com.facebook.buck.dotnet
 
CsharpLibraryDescription() - Constructor for class com.facebook.buck.dotnet.CsharpLibraryDescription
 
CsharpLibraryDescription.Arg - Class in com.facebook.buck.dotnet
 
CURRENT_BUILD_TYPE - Static variable in enum com.facebook.buck.build_type.BuildType
Check in runtime to see what current build type is.
currentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
currentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
currentRevisionId() - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
currentTimeMillis() - Method in interface com.facebook.buck.timing.Clock
 
currentTimeMillis() - Method in class com.facebook.buck.timing.DefaultClock
 
cursorPreviousLine(int) - Method in class com.facebook.buck.util.Ansi
Moves the cursor y lines up.
CUSTOM_DRAWABLE_IDENTIFIER - Static variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
customType - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
CustomZipEntry - Class in com.facebook.buck.zip
 
CustomZipEntry(ZipEntry) - Constructor for class com.facebook.buck.zip.CustomZipEntry
 
CustomZipEntry(String) - Constructor for class com.facebook.buck.zip.CustomZipEntry
 
CustomZipEntry(Path, boolean) - Constructor for class com.facebook.buck.zip.CustomZipEntry
 
CustomZipEntry(Path) - Constructor for class com.facebook.buck.zip.CustomZipEntry
 
CustomZipOutputStream - Class in com.facebook.buck.zip
An implementation of an OutputStream that will zip output.
CustomZipOutputStream(OutputStream) - Constructor for class com.facebook.buck.zip.CustomZipOutputStream
 
CXX_LINK_BINARY_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
CxxBinary - Class in com.facebook.buck.cxx
 
CxxBinary(BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, BuildRule, Tool, Iterable<FrameworkPath>, Iterable<BuildTarget>, BuildTarget) - Constructor for class com.facebook.buck.cxx.CxxBinary
 
CxxBinaryDescription - Class in com.facebook.buck.cxx
 
CxxBinaryDescription(CxxBuckConfig, InferBuckConfig, CxxPlatform, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.cxx.CxxBinaryDescription
 
CxxBinaryDescription.Arg - Class in com.facebook.buck.cxx
 
CxxBoostTest - Class in com.facebook.buck.cxx
 
CxxBoostTest(BuildRuleParams, SourcePathRuleFinder, BuildRule, Tool, Supplier<ImmutableMap<String, String>>, Supplier<ImmutableList<String>>, ImmutableSortedSet<SourcePath>, Supplier<ImmutableSortedSet<BuildRule>>, ImmutableSet<Label>, ImmutableSet<String>, boolean, Optional<Long>) - Constructor for class com.facebook.buck.cxx.CxxBoostTest
 
CxxBuckConfig - Class in com.facebook.buck.cxx
Contains platform independent settings for C/C++ rules.
CxxBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.cxx.CxxBuckConfig
 
CxxBuckConfig(BuckConfig, Flavor) - Constructor for class com.facebook.buck.cxx.CxxBuckConfig
 
CxxCollectAndLogInferDependenciesStep - Class in com.facebook.buck.cxx
 
CxxCompilables - Class in com.facebook.buck.cxx
 
CxxCompilationDatabase - Class in com.facebook.buck.cxx
 
CxxCompilationDatabaseDependencies - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxCompilationDatabaseDependencies.
CxxCompilationDatabaseDependencies.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxCompilationDatabaseDependencies.
CxxCompilationDatabaseEntry - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxCompilationDatabaseEntry.
CxxCompilationDatabaseEntry.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxCompilationDatabaseEntry.
cxxCompiler - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
cxxCompiler - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
CxxConstructorArg - Class in com.facebook.buck.cxx
 
CxxConstructorArg() - Constructor for class com.facebook.buck.cxx.CxxConstructorArg
 
CxxDescriptionEnhancer - Class in com.facebook.buck.cxx
 
CxxFlags - Class in com.facebook.buck.cxx
 
CxxFlavorSanitizer - Class in com.facebook.buck.cxx
 
CxxGenrule - Class in com.facebook.buck.cxx
 
CxxGenrule(BuildRuleParams, SourcePathResolver, BuildRuleResolver, String) - Constructor for class com.facebook.buck.cxx.CxxGenrule
 
CxxGenruleDescription - Class in com.facebook.buck.cxx
 
CxxGenruleDescription(FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.cxx.CxxGenruleDescription
 
CxxGtestTest - Class in com.facebook.buck.cxx
 
CxxGtestTest(BuildRuleParams, SourcePathRuleFinder, BuildRule, Tool, Supplier<ImmutableMap<String, String>>, Supplier<ImmutableList<String>>, ImmutableSortedSet<SourcePath>, Supplier<ImmutableSortedSet<BuildRule>>, ImmutableSet<Label>, ImmutableSet<String>, boolean, Optional<Long>, long) - Constructor for class com.facebook.buck.cxx.CxxGtestTest
 
cxxHeaderDirs - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
CxxHeaders - Class in com.facebook.buck.cxx
Encapsulates headers from a single root location.
CxxHeaders() - Constructor for class com.facebook.buck.cxx.CxxHeaders
 
CxxHeadersDir - Class in com.facebook.buck.cxx
Wraps a header directory to add to the preprocessors search path.
CxxHeadersDir.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxHeadersDir.
CxxHeaderSourceSpec - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxHeaderSourceSpec.
CxxHeaderSourceSpec.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxHeaderSourceSpec.
CxxIncludePaths - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxIncludePaths.
CxxInferAnalyze - Class in com.facebook.buck.cxx
 
CxxInferCapture - Class in com.facebook.buck.cxx
Generate the CFG for a source file
CxxInferCaptureRulesAggregator - Class in com.facebook.buck.cxx
 
CxxInferCaptureRulesAggregator(BuildRuleParams, SourcePathResolver, CxxInferCaptureAndAggregatingRules<CxxInferCaptureRulesAggregator>) - Constructor for class com.facebook.buck.cxx.CxxInferCaptureRulesAggregator
 
CxxInferCaptureTransitive - Class in com.facebook.buck.cxx
 
CxxInferCaptureTransitive(BuildRuleParams, ImmutableSet<CxxInferCapture>) - Constructor for class com.facebook.buck.cxx.CxxInferCaptureTransitive
 
CxxInferComputeReport - Class in com.facebook.buck.cxx
Merge all the json reports together into one and emit a list of results dirs of each capture and analysis target involved for the analysis itself.
CxxInferComputeReport(BuildRuleParams, CxxInferAnalyze) - Constructor for class com.facebook.buck.cxx.CxxInferComputeReport
 
CxxInferEnhancer - Class in com.facebook.buck.cxx
 
CxxInferEnhancer.InferFlavors - Enum in com.facebook.buck.cxx
 
CxxInferSourceFilter - Class in com.facebook.buck.cxx
 
CxxLibrary - Class in com.facebook.buck.cxx
An action graph representation of a C/C++ library from the target graph, providing the various interfaces to make it consumable by C/C++ preprocessing and native linkable rules.
CxxLibrary(BuildRuleParams, BuildRuleResolver, SourcePathResolver, Iterable<? extends BuildRule>, Predicate<CxxPlatform>, Predicate<CxxPlatform>, Function<? super CxxPlatform, ImmutableMultimap<AbstractCxxSource.Type, String>>, Function<? super CxxPlatform, Iterable<Arg>>, Function<? super CxxPlatform, NativeLinkableInput>, Optional<Pattern>, ImmutableSet<FrameworkPath>, ImmutableSet<FrameworkPath>, NativeLinkable.Linkage, boolean, Optional<String>, ImmutableSortedSet<BuildTarget>, boolean) - Constructor for class com.facebook.buck.cxx.CxxLibrary
 
CxxLibraryDescription - Class in com.facebook.buck.cxx
 
CxxLibraryDescription(CxxBuckConfig, CxxPlatform, InferBuckConfig, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.cxx.CxxLibraryDescription
 
CxxLibraryDescription.Arg - Class in com.facebook.buck.cxx
 
CxxLibraryDescription.Type - Enum in com.facebook.buck.cxx
 
CxxLibraryEnhancement(BuildRuleParams, Optional<Boolean>, ImmutableSet<BuildTarget>, BuildRuleResolver, SourcePathRuleFinder, CxxPlatform) - Constructor for class com.facebook.buck.jvm.java.JavaTestDescription.CxxLibraryEnhancement
 
cxxLibraryWhitelist - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
cxxLibraryWhitelist - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
CxxLink - Class in com.facebook.buck.cxx
 
CxxLink(BuildRuleParams, Linker, Path, ImmutableList<Arg>, Optional<RuleScheduleInfo>, boolean) - Constructor for class com.facebook.buck.cxx.CxxLink
 
CxxLinkableEnhancer - Class in com.facebook.buck.cxx
 
CxxLinkAndCompileRules - Class in com.facebook.buck.cxx
 
CxxLinkStep - Class in com.facebook.buck.cxx
 
CxxLinkStep(Path, ImmutableMap<String, String>, ImmutableList<String>, Path, Path) - Constructor for class com.facebook.buck.cxx.CxxLinkStep
 
CxxLuaExtension - Class in com.facebook.buck.lua
 
CxxLuaExtension(BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.lua.CxxLuaExtension
 
CxxLuaExtensionDescription - Class in com.facebook.buck.lua
 
CxxLuaExtensionDescription(LuaConfig, CxxBuckConfig, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.lua.CxxLuaExtensionDescription
 
CxxLuaExtensionDescription.Arg - Class in com.facebook.buck.lua
 
CxxPlatform - Class in com.facebook.buck.cxx
Interface describing a C/C++ toolchain and platform to build for.
CxxPlatform.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxPlatform.
CxxPlatforms - Class in com.facebook.buck.cxx
 
CxxPrecompiledHeader - Class in com.facebook.buck.cxx
Rule to generate a precompiled header from an existing header.
CxxPrecompiledHeader(BuildRuleParams, Path, PreprocessorDelegate, CompilerDelegate, CxxToolFlags, SourcePath, AbstractCxxSource.Type, DebugPathSanitizer, DebugPathSanitizer) - Constructor for class com.facebook.buck.cxx.CxxPrecompiledHeader
 
CxxPrecompiledHeaderDescription - Class in com.facebook.buck.cxx
 
CxxPrecompiledHeaderDescription() - Constructor for class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription
 
CxxPrecompiledHeaderDescription.Arg - Class in com.facebook.buck.cxx
 
CxxPrecompiledHeaderTemplate - Class in com.facebook.buck.cxx
Represents a precompilable header file, along with dependencies.
CxxPrepareForLinkStep - Class in com.facebook.buck.cxx
Prepares argfile for the CxxLinkStep, so all arguments to the linker will be stored in a single file.
CxxPreprocessables - Class in com.facebook.buck.cxx
 
CxxPreprocessables.CxxPreprocessorInputCacheKey - Class in com.facebook.buck.cxx
 
CxxPreprocessables.HeaderMode - Enum in com.facebook.buck.cxx
 
CxxPreprocessables.IncludeType - Enum in com.facebook.buck.cxx
 
CxxPreprocessAndCompile - Class in com.facebook.buck.cxx
A build rule which preprocesses and/or compiles a C/C++ source in a single step.
CxxPreprocessAndCompile(BuildRuleParams, CxxPreprocessAndCompileStep.Operation, Optional<PreprocessorDelegate>, CompilerDelegate, Path, SourcePath, AbstractCxxSource.Type, Optional<CxxPrecompiledHeader>, DebugPathSanitizer, DebugPathSanitizer, Optional<SymlinkTree>) - Constructor for class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
CxxPreprocessAndCompileStep - Class in com.facebook.buck.cxx
A step that preprocesses and/or compiles C/C++ sources in a single step.
CxxPreprocessAndCompileStep(ProjectFilesystem, CxxPreprocessAndCompileStep.Operation, Path, Path, Path, AbstractCxxSource.Type, Optional<CxxPreprocessAndCompileStep.ToolCommand>, Optional<CxxPreprocessAndCompileStep.ToolCommand>, HeaderPathNormalizer, DebugPathSanitizer, DebugPathSanitizer, Path, boolean, Compiler) - Constructor for class com.facebook.buck.cxx.CxxPreprocessAndCompileStep
 
CxxPreprocessAndCompileStep.Operation - Enum in com.facebook.buck.cxx
 
CxxPreprocessAndCompileStep.ToolCommand - Class in com.facebook.buck.cxx
 
CxxPreprocessorDep - Interface in com.facebook.buck.cxx
An interface that represents a BuildRule which can contribute components (e.g.
CxxPreprocessorInput - Class in com.facebook.buck.cxx
The components that get contributed to a top-level run of the C++ preprocessor.
CxxPreprocessorInput.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxPreprocessorInput.
CxxPreprocessorInputCacheKey() - Constructor for class com.facebook.buck.cxx.CxxPreprocessables.CxxPreprocessorInputCacheKey
 
CxxPythonExtension - Class in com.facebook.buck.python
 
CxxPythonExtension(BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.python.CxxPythonExtension
 
CxxPythonExtensionDescription - Class in com.facebook.buck.python
 
CxxPythonExtensionDescription(FlavorDomain<PythonPlatform>, CxxBuckConfig, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.python.CxxPythonExtensionDescription
 
CxxPythonExtensionDescription.Arg - Class in com.facebook.buck.python
 
cxxRuntimeType - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
CxxSandboxInclude - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxSandboxInclude.
CxxSandboxInclude.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxSandboxInclude.
CxxSource - Class in com.facebook.buck.cxx
Describes a source file written in the C programming language or a derivative (C++, Objective-C, Objective-C++, etc.) and the various paths it uses from input to output.
CxxSource.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxSource.
CxxSourceRuleFactory - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxSourceRuleFactory.
CxxSourceRuleFactory.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxSourceRuleFactory.
CxxSourceSet - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxSourceSet.
CxxSourceSet.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxSourceSet.
CxxSourceTypes - Class in com.facebook.buck.cxx
Utilities for working with C-like source types.
CxxStrip - Class in com.facebook.buck.cxx
Controls how strip tool is invoked.
CxxStrip(BuildRuleParams, StripStyle, SourcePath, Tool, Path) - Constructor for class com.facebook.buck.cxx.CxxStrip
 
CxxSymlinkTreeHeaders - Class in com.facebook.buck.cxx
Encapsulates headers modeled using a HeaderSymlinkTree.
CxxSymlinkTreeHeaders.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxSymlinkTreeHeaders.
CxxTest - Class in com.facebook.buck.cxx
A no-op BuildRule which houses the logic to run and form the results for C/C++ tests.
CxxTest(BuildRuleParams, ImmutableMap<String, String>, Supplier<ImmutableMap<String, String>>, Supplier<ImmutableList<String>>, ImmutableSortedSet<SourcePath>, Supplier<ImmutableSortedSet<BuildRule>>, ImmutableSet<Label>, ImmutableSet<String>, boolean, Optional<Long>) - Constructor for class com.facebook.buck.cxx.CxxTest
 
CxxTestDescription - Class in com.facebook.buck.cxx
 
CxxTestDescription(CxxBuckConfig, CxxPlatform, FlavorDomain<CxxPlatform>, Optional<Long>) - Constructor for class com.facebook.buck.cxx.CxxTestDescription
 
CxxTestDescription.Arg - Class in com.facebook.buck.cxx
 
CxxTestStep - Class in com.facebook.buck.cxx
Run a C/C++ test command, remembering it's exit code and streaming it's output to a given output file.
CxxTestStep(ProjectFilesystem, ImmutableList<String>, ImmutableMap<String, String>, Path, Path, Optional<Long>) - Constructor for class com.facebook.buck.cxx.CxxTestStep
 
CxxTestType - Enum in com.facebook.buck.cxx
Enumerate the C/C++ testing frameworks we support.
CxxToolFlags - Class in com.facebook.buck.cxx
Tracks flags passed to the preprocessor or compiler.
CxxToolFlags() - Constructor for class com.facebook.buck.cxx.CxxToolFlags
 
CxxToolProvider<T> - Class in com.facebook.buck.cxx
A provide for the Preprocessor and Compiler C/C++ drivers.
CxxToolProvider(ToolProvider, CxxToolProvider.Type) - Constructor for class com.facebook.buck.cxx.CxxToolProvider
Build using a ToolProvider and a required type.
CxxToolProvider(Path, Optional<CxxToolProvider.Type>) - Constructor for class com.facebook.buck.cxx.CxxToolProvider
Build using a Path and an optional type.
CxxToolProvider.Type - Enum in com.facebook.buck.cxx
 
CxxToolProviderParams - Class in com.facebook.buck.cxx
Immutable implementation of CxxBuckConfig.AbstractCxxToolProviderParams.
CxxToolProviderParams.Builder - Class in com.facebook.buck.cxx
Builds instances of type CxxToolProviderParams.
CxxWriteArgsToFileStep - Class in com.facebook.buck.cxx
This step takes a list of args, stringify, escape them (if CxxWriteArgsToFileStep.escaper is present), and finally store to a file CxxWriteArgsToFileStep.argFilePath.

D

DaemonBootstrap() - Constructor for class com.facebook.buck.cli.Main.DaemonBootstrap
 
DaemonEvent - Class in com.facebook.buck.event
 
DaemonEvent(EventKey, String) - Constructor for class com.facebook.buck.event.DaemonEvent
 
DaemonEvent.NewDaemonInstance - Class in com.facebook.buck.event
 
daemonNewInstance(DaemonEvent.NewDaemonInstance) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
DalvikAwareOutputStreamHelper - Class in com.facebook.buck.dalvik
Helper to write a Zip file used by DalvikAwareZipSplitter.
DalvikAwareZipSplitter - Class in com.facebook.buck.dalvik
Implementation of ZipSplitter that uses estimates from DalvikStatsTool to determine how many classes to pack into a dex.
DalvikAwareZipSplitterFactory - Class in com.facebook.buck.dalvik
 
DalvikAwareZipSplitterFactory(long, Set<String>) - Constructor for class com.facebook.buck.dalvik.DalvikAwareZipSplitterFactory
 
DalvikStatsTool - Class in com.facebook.buck.dalvik
Tool to get stats about dalvik classes.
DalvikStatsTool.FieldReference - Class in com.facebook.buck.dalvik
 
DalvikStatsTool.MethodReference - Class in com.facebook.buck.dalvik
 
DalvikStatsTool.Stats - Class in com.facebook.buck.dalvik
Stats about a java class.
DARWIN_F_GETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
DARWIN_F_SETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
DARWIN_FD_CLOEXEC - Static variable in class com.facebook.buck.util.Libc.Constants
 
DARWIN_TIOCSCTTY - Static variable in class com.facebook.buck.util.Libc.Constants
 
DarwinLinker - Class in com.facebook.buck.cxx
A specialization of Linker containing information specific to the Darwin implementation.
DarwinLinker(Tool) - Constructor for class com.facebook.buck.cxx.DarwinLinker
 
Data(ImmutableSortedMap<String, HashCode>) - Constructor for class com.facebook.buck.jvm.java.JavaLibrary.Data
 
Data(RuleKey) - Constructor for class com.facebook.buck.shell.DefaultWorkerTool.Data
 
db - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
DBinary - Class in com.facebook.buck.d
BinaryBuildRule implementation for D binaries.
DBinary(BuildRuleParams, SourcePathRuleFinder, Tool, Path) - Constructor for class com.facebook.buck.d.DBinary
 
DBinaryDescription - Class in com.facebook.buck.d
 
DBinaryDescription(DBuckConfig, CxxBuckConfig, CxxPlatform) - Constructor for class com.facebook.buck.d.DBinaryDescription
 
DBinaryDescription.Arg - Class in com.facebook.buck.d
 
DBuckConfig - Class in com.facebook.buck.d
 
DBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.d.DBuckConfig
 
DCompileBuildRule - Class in com.facebook.buck.d
A build rule for invoking the D compiler.
DCompileBuildRule(BuildRuleParams, Tool, ImmutableList<String>, String, ImmutableSortedSet<SourcePath>, ImmutableList<DIncludes>) - Constructor for class com.facebook.buck.d.DCompileBuildRule
 
DCompileStep - Class in com.facebook.buck.d
 
DCompileStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, ImmutableCollection<Path>) - Constructor for class com.facebook.buck.d.DCompileStep
 
debug(Throwable, String) - Method in class com.facebook.buck.log.Logger
Logs a message at DEBUG level.
debug(String) - Method in class com.facebook.buck.log.Logger
Logs a message at DEBUG level.
debug(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at DEBUG level.
debug(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at DEBUG level.
DEBUG_CONSTANT - Static variable in class com.facebook.buck.android.BuildConfigs
Name of the boolean global variable provided by the standard Android tools to indicate whether an app was built in debug mode or not.
debugCompilationDirFlags(String) - Method in class com.facebook.buck.cxx.ClangCompiler
 
debugCompilationDirFlags(String) - Method in interface com.facebook.buck.cxx.Compiler
 
debugCompilationDirFlags(String) - Method in class com.facebook.buck.cxx.DefaultCompiler
 
DebugPathSanitizer - Class in com.facebook.buck.cxx
Encapsulates all the logic to sanitize debug paths in native code.
DebugPathSanitizer(char, int, Path) - Constructor for class com.facebook.buck.cxx.DebugPathSanitizer
 
DebugSection - Class in com.facebook.buck.cxx
Encapsulates the various properties and data for a debug section of a native file format.
DebugSection(ImmutableSet<DebugSectionProperty>, ByteBuffer) - Constructor for class com.facebook.buck.cxx.DebugSection
 
DebugSectionFinder - Class in com.facebook.buck.cxx
 
DebugSectionFinder() - Constructor for class com.facebook.buck.cxx.DebugSectionFinder
 
DebugSectionProperty - Enum in com.facebook.buck.cxx
Properties describing debug sections found in native file formats.
decode(ByteBuffer, CharBuffer, boolean) - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
decodeBuildTarget(BuildJobStateBuildTarget, Cell) - Static method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
decodeNumericEscape(StringBuilder, String, int, int, int, int) - Static method in class com.facebook.buck.util.Escaper
Decode a numeric escape as explained in this page: http://en.cppreference.com/w/cpp/language/escape .
decodeNumericEscape(StringBuilder, String, int, int, int) - Static method in class com.facebook.buck.util.Escaper
Call Escaper.decodeNumericEscape(StringBuilder, String, int, int, int, int) to parse at most one escaped character; i.e.
decodeString(ByteBuffer) - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
decodeUTF8String(ByteBuffer) - Static method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
dedupKeepLast(Iterable<T>) - Static method in class com.facebook.buck.util.MoreIterables
Returns a deduped version of toDedup and keeps the order of elements If a key is contained more than once (that is, there are multiple elements e1, e2...
DEFAULT - Static variable in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
 
DEFAULT - Static variable in enum com.facebook.buck.jvm.java.intellij.IjModuleType
All IJ modules must have a module type.
DEFAULT_AMOUNTS - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_ANDROID_PLATFORM_TARGET - Static variable in class com.facebook.buck.android.AndroidPlatformTarget
 
DEFAULT_COMMON_TIMEOUT_MS - Static variable in class com.facebook.buck.util.network.BlockingHttpEndpoint
 
DEFAULT_COMPILER_KEY - Static variable in class com.facebook.buck.apple.xcode.xcspec.SDKSettings
Key into the default properties dictionary for the default compiler identifier.
DEFAULT_COMPILER_TYPE - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DEFAULT_COMPRESSION_LEVEL - Static variable in class com.facebook.buck.step.fs.XzStep
 
DEFAULT_CONFIG_NAMES - Static variable in enum com.facebook.buck.apple.SchemeActionType
 
DEFAULT_CPU_ABIS - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DEFAULT_CPU_AMOUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_CPU_CAP - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
CPU resource amount is considered as number of cores.
DEFAULT_CXX_RUNTIME - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
DEFAULT_DISK_IO_AMOUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_DISK_IO_CAP - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
Disk IO resource unit size has been chosen arbitrarily.
DEFAULT_FLAVOR_LIBRARY_TYPE - Static variable in class com.facebook.buck.cxx.CxxBuckConfig
 
DEFAULT_FLAVOR_PLATFORM - Static variable in class com.facebook.buck.cxx.CxxBuckConfig
 
DEFAULT_IDENTITIES_COMMAND - Static variable in class com.facebook.buck.apple.CodeSignIdentityStore
 
DEFAULT_INITIAL_CHAR_BUFFER_CAPACITY - Static variable in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
DEFAULT_IS_DEP - Static variable in annotation type com.facebook.buck.rules.Hint
 
DEFAULT_IS_INPUT - Static variable in annotation type com.facebook.buck.rules.Hint
 
DEFAULT_MANAGED_THREAD_COUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
Total number of threads Buck can use to schedule various work.
DEFAULT_MAXIMUM_AMOUNTS - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_MEMORY_AMOUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_MEMORY_CAP - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
Memory resource unit size has been chosen arbitrarily.
DEFAULT_MIN_BATCH_SIZE - Static variable in class com.facebook.buck.util.network.AbstractBatchingLogger
 
DEFAULT_NAME - Static variable in annotation type com.facebook.buck.rules.Hint
 
DEFAULT_NETWORK_IO_AMOUNT - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
DEFAULT_NETWORK_IO_CAP - Static variable in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
Network IO resource unit size has been chosen arbitrarily.
DEFAULT_PYTHON_PLATFORM - Static variable in class com.facebook.buck.python.PythonBuckConfig
 
DEFAULT_QUERY_FUNCTIONS - Static variable in interface com.facebook.buck.query.QueryEnvironment
List of the default query functions.
DEFAULT_READ_COMMAND - Static variable in class com.facebook.buck.apple.ProvisioningProfileStore
 
DEFAULT_SHUTDOWN_TIMEOUT_MS - Static variable in class com.facebook.buck.event.BuckEventBus
 
DEFAULT_SUMMARY_INCLUDE_STDERR - Static variable in class com.facebook.buck.test.TestConfig
 
DEFAULT_SUMMARY_INCLUDE_STDOUT - Static variable in class com.facebook.buck.test.TestConfig
 
DEFAULT_TARGET_APP_PLATFORM - Static variable in class com.facebook.buck.android.NdkCxxPlatforms
 
defaultAmounts - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
Default resource amounts that job would require.
DefaultAndroidDirectoryResolver - Class in com.facebook.buck.android
Utility class used for resolving the location of Android specific directories.
DefaultAndroidDirectoryResolver(FileSystem, ImmutableMap<String, String>, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
DefaultAndroidLibraryCompilerFactory - Class in com.facebook.buck.android
 
DefaultAndroidLibraryCompilerFactory(ScalaBuckConfig, KotlinBuckConfig) - Constructor for class com.facebook.buck.android.DefaultAndroidLibraryCompilerFactory
 
DefaultAndroidManifestReader - Class in com.facebook.buck.android
 
DefaultBuildableContext - Class in com.facebook.buck.rules
 
DefaultBuildableContext(BuildInfoRecorder) - Constructor for class com.facebook.buck.rules.DefaultBuildableContext
 
DefaultCellPathResolver - Class in com.facebook.buck.rules
 
DefaultCellPathResolver(Path, ImmutableMap<String, Path>) - Constructor for class com.facebook.buck.rules.DefaultCellPathResolver
 
DefaultCellPathResolver(Path, Config) - Constructor for class com.facebook.buck.rules.DefaultCellPathResolver
 
DefaultClasspathTraverser - Class in com.facebook.buck.jvm.java.classes
 
DefaultClasspathTraverser() - Constructor for class com.facebook.buck.jvm.java.classes.DefaultClasspathTraverser
 
DefaultClassUsageFileWriter - Class in com.facebook.buck.jvm.java
 
DefaultClassUsageFileWriter(Path) - Constructor for class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
 
DefaultClock - Class in com.facebook.buck.timing
Clock implementation that invokes the System calls.
DefaultClock() - Constructor for class com.facebook.buck.timing.DefaultClock
 
DefaultCompiler - Class in com.facebook.buck.cxx
 
DefaultCompiler(Tool) - Constructor for class com.facebook.buck.cxx.DefaultCompiler
 
DefaultCxxPlatforms - Class in com.facebook.buck.cxx
Utility class to create a C/C++ platform described in the "cxx" section of .buckconfig, with reasonable system defaults.
DefaultDefectReporter - Class in com.facebook.buck.rage
Takes care of actually writing out the report.
DefaultDefectReporter(ProjectFilesystem, ObjectMapper, RageConfig, BuckEventBus, Clock) - Constructor for class com.facebook.buck.rage.DefaultDefectReporter
 
DefaultDependencyFileRuleKeyFactory - Class in com.facebook.buck.rules.keys
A factory for generating dependency-file RuleKeys.
DefaultDependencyFileRuleKeyFactory(int, FileHashLoader, SourcePathResolver, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.keys.DefaultDependencyFileRuleKeyFactory
 
DefaultDrawableFinder() - Constructor for class com.facebook.buck.android.FilterResourcesStep.DefaultDrawableFinder
 
DefaultExecutionEnvironment - Class in com.facebook.buck.util.environment
 
DefaultExecutionEnvironment(ImmutableMap<String, String>, Properties) - Constructor for class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
DefaultExtraInfoCollector - Class in com.facebook.buck.rage
Runs an optional user-specified command to get extra info for the rage report.
DefaultExtraInfoCollector(RageConfig, ProjectFilesystem, ProcessExecutor) - Constructor for class com.facebook.buck.rage.DefaultExtraInfoCollector
 
DefaultFileHashCache - Class in com.facebook.buck.util.cache
 
DefaultFilteredDirectoryCopier - Class in com.facebook.buck.util
This class allows the creation of copies of multiple directories, while filtering out files which do not match a specified predicate.
DefaultJavaLibrary - Class in com.facebook.buck.jvm.java
Suppose this were a rule defined in src/com/facebook/feed/BUCK:
DefaultJavaLibrary(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, Set<? extends SourcePath>, Set<? extends SourcePath>, Optional<Path>, Optional<SourcePath>, ImmutableList<String>, ImmutableSortedSet<BuildRule>, ImmutableSortedSet<BuildRule>, BuildTarget, ImmutableSortedSet<SourcePath>, boolean, ImmutableSet<Either<SourcePath, Path>>, CompileToJarStepFactory, Optional<Path>, Optional<SourcePath>, Optional<String>, ImmutableSortedSet<BuildTarget>, ImmutableSet<Pattern>) - Constructor for class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
DefaultJavaLibrary(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, Set<? extends SourcePath>, Set<? extends SourcePath>, Optional<Path>, Optional<SourcePath>, ImmutableList<String>, ImmutableSortedSet<BuildRule>, ImmutableSortedSet<BuildRule>, BuildTarget, boolean, JarArchiveDependencySupplier, ImmutableSet<Either<SourcePath, Path>>, CompileToJarStepFactory, Optional<Path>, Optional<SourcePath>, Optional<String>, ImmutableSortedSet<BuildTarget>, ImmutableSet<Pattern>) - Constructor for class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
DefaultJavaPackageFinder - Class in com.facebook.buck.jvm.java
 
DefaultJavaPackageFinder(ImmutableSortedSet<String>, ImmutableSet<String>) - Constructor for class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
DefaultKotlinLibrary - Class in com.facebook.buck.jvm.kotlin
 
DefaultKotlinLibrary(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, Set<? extends SourcePath>, Set<? extends SourcePath>, Optional<Path>, Optional<SourcePath>, ImmutableList<String>, ImmutableSortedSet<BuildRule>, ImmutableSortedSet<BuildRule>, BuildTarget, ImmutableSortedSet<SourcePath>, boolean, ImmutableSet<Either<SourcePath, Path>>, CompileToJarStepFactory, Optional<Path>, Optional<SourcePath>, Optional<String>, ImmutableSortedSet<BuildTarget>, ImmutableSet<Pattern>) - Constructor for class com.facebook.buck.jvm.kotlin.DefaultKotlinLibrary
 
DefaultLinkerProvider - Class in com.facebook.buck.cxx
 
DefaultLinkerProvider(LinkerProvider.Type, ToolProvider) - Constructor for class com.facebook.buck.cxx.DefaultLinkerProvider
 
DefaultOnDiskBuildInfo - Class in com.facebook.buck.rules
Utility for reading the metadata associated with a build rule's output.
DefaultOnDiskBuildInfo(BuildTarget, ProjectFilesystem, ObjectMapper) - Constructor for class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
DefaultParserTargetGroupFactory - Class in com.facebook.buck.parser
Creates TargetNode instances from raw data coming in form the ProjectBuildFileParser.
DefaultParserTargetGroupFactory(ConstructorArgMarshaller) - Constructor for class com.facebook.buck.parser.DefaultParserTargetGroupFactory
 
DefaultParserTargetNodeFactory - Class in com.facebook.buck.parser
Creates TargetNode instances from raw data coming in form the ProjectBuildFileParser.
DefaultProcessExecutor - Class in com.facebook.buck.util
Executes a Process and blocks until it is finished.
DefaultProcessExecutor(Console) - Constructor for class com.facebook.buck.util.DefaultProcessExecutor
Creates a new DefaultProcessExecutor with the specified parameters used for writing the output of the process.
DefaultProcessExecutor(PrintStream, PrintStream, Ansi, ProcessHelper, ProcessRegistry) - Constructor for class com.facebook.buck.util.DefaultProcessExecutor
 
DefaultProjectBuildFileParserFactory - Class in com.facebook.buck.json
 
DefaultProjectBuildFileParserFactory(ProjectBuildFileParserOptions) - Constructor for class com.facebook.buck.json.DefaultProjectBuildFileParserFactory
 
DefaultProjectFilesystemDelegate - Class in com.facebook.buck.io
Default implementation of ProjectFilesystemDelegate that talks to the filesystem via standard Java APIs.
DefaultProjectFilesystemDelegate(Path) - Constructor for class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
DefaultRuleKeyFactory - Class in com.facebook.buck.rules.keys
A RuleKeyFactory which adds some default settings to RuleKeys.
DefaultRuleKeyFactory(int, FileHashLoader, SourcePathResolver, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
defaults - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
DefaultShellStep - Class in com.facebook.buck.shell
 
DefaultShellStep(Path, List<String>, Map<String, String>) - Constructor for class com.facebook.buck.shell.DefaultShellStep
 
DefaultShellStep(Path, List<String>) - Constructor for class com.facebook.buck.shell.DefaultShellStep
 
DefaultStepRunner - Class in com.facebook.buck.step
 
DefaultStepRunner() - Constructor for class com.facebook.buck.step.DefaultStepRunner
 
DefaultTargetNodeToBuildRuleTransformer - Class in com.facebook.buck.rules
Takes in an TargetNode from the target graph and builds a BuildRule.
DefaultTargetNodeToBuildRuleTransformer() - Constructor for class com.facebook.buck.rules.DefaultTargetNodeToBuildRuleTransformer
 
defaultTestTimeoutMillis - Variable in class com.facebook.buck.testrunner.BaseRunner
 
DefaultTypeCoercerFactory - Class in com.facebook.buck.rules.coercer
Default implementation for the type coercer factory.
DefaultTypeCoercerFactory(ObjectMapper) - Constructor for class com.facebook.buck.rules.coercer.DefaultTypeCoercerFactory
 
DefaultVersionControlCmdLineInterfaceFactory - Class in com.facebook.buck.util.versioncontrol
 
DefaultVersionControlCmdLineInterfaceFactory(Path, ProcessExecutorFactory, VersionControlBuckConfig, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.util.versioncontrol.DefaultVersionControlCmdLineInterfaceFactory
 
DefaultWorkerTool - Class in com.facebook.buck.shell
 
DefaultWorkerTool(BuildRuleParams, SourcePathResolver, BinaryBuildRule, ImmutableList<Arg>, ImmutableMap<String, String>, int, boolean) - Constructor for class com.facebook.buck.shell.DefaultWorkerTool
 
DefaultWorkerTool.Data - Class in com.facebook.buck.shell
 
DefectReport - Class in com.facebook.buck.rage
Immutable implementation of DefectReporter.AbstractDefectReport.
DefectReport.Builder - Class in com.facebook.buck.rage
Builds instances of type DefectReport.
DefectReporter - Interface in com.facebook.buck.rage
Interface around the 'backend' of submitting a defect report.
DefectReporter.AbstractDefectReport - Interface in com.facebook.buck.rage
 
DefectReporter.AbstractDefectSubmitResult - Interface in com.facebook.buck.rage
 
DefectReporter.AbstractFileChangesIgnoredReport - Interface in com.facebook.buck.rage
Information helpful when diagnosing 'buck is not picking up changes' reports.
DefectSubmitResult - Class in com.facebook.buck.rage
Immutable implementation of DefectReporter.AbstractDefectSubmitResult.
DefectSubmitResult.Builder - Class in com.facebook.buck.rage
Builds instances of type DefectSubmitResult.
delegate - Variable in class com.facebook.buck.zip.CustomZipOutputStream
 
deleteExistingMetadata() - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
deleteExistingMetadata() - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
deleteFileAtPath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Deletes a file specified by its path relative to the project root.
deleteFileAtPathIfExists(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Deletes a file specified by its path relative to the project root.
deleteRecursively(Path) - Static method in class com.facebook.buck.io.MoreFiles
 
deleteRecursively(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Recursively delete everything under the specified path.
deleteRecursivelyIfExists(Path) - Static method in class com.facebook.buck.io.MoreFiles
 
deleteRecursivelyIfExists(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Recursively delete everything under the specified path.
deleteRecursivelyWithOptions(Path, EnumSet<MoreFiles.DeleteRecursivelyOptions>) - Static method in class com.facebook.buck.io.MoreFiles
 
DELIMITER - Static variable in class com.facebook.buck.jvm.java.intellij.IjProjectWriter
 
density - Variable in class com.facebook.buck.android.ResourceFilters.Qualifiers
e.g.
DependencyAggregation - Class in com.facebook.buck.rules
A noop build rule used to aggregate dependencies shared amongst many rules.
DependencyAggregation(BuildRuleParams) - Constructor for class com.facebook.buck.rules.DependencyAggregation
 
DependencyEntry - Class in com.facebook.buck.jvm.java.intellij
The design of this classes API is tied to how the corresponding StringTemplate template interacts with it.
DependencyEntry.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type DependencyEntry.
DependencyEntryData - Class in com.facebook.buck.jvm.java.intellij
Immutable implementation of IjDependencyListBuilder.AbstractDependencyEntryData.
DependencyEntryData.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type DependencyEntryData.
DependencyFileEntry - Class in com.facebook.buck.rules.keys
Immutable implementation of AbstractDependencyFileEntry.
DependencyFileEntry.Builder - Class in com.facebook.buck.rules.keys
Builds instances of type DependencyFileEntry.
DependencyFileRuleKeyFactory - Interface in com.facebook.buck.rules.keys
 
DependencyInfo() - Constructor for class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder.DependencyInfo
 
DependencyMode - Enum in com.facebook.buck.util
 
Depfile(String, ImmutableList<String>) - Constructor for class com.facebook.buck.cxx.Depfiles.Depfile
 
Depfiles - Class in com.facebook.buck.cxx
Specialized parser for .d Makefiles emitted by gcc -MD.
Depfiles.Depfile - Class in com.facebook.buck.cxx
 
Depfiles.HeaderVerificationException - Exception in com.facebook.buck.cxx
 
DepQueryUtils - Class in com.facebook.buck.rules.query
Mixin class to allow dynamic dependency resolution at graph enhancement time.
deprecatedGetExtraDeps() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
deps - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.android.AndroidInstrumentationApkDescription.Arg
 
deps - Variable in class com.facebook.buck.android.AndroidManifestDescription.Arg
A collection of dependencies that includes android_library rules.
deps - Variable in class com.facebook.buck.android.AndroidPrebuiltAarDescription.Arg
 
deps - Variable in class com.facebook.buck.android.AndroidResourceDescription.Arg
 
deps - Variable in class com.facebook.buck.android.GenAidlDescription.Arg
 
deps - Variable in class com.facebook.buck.android.NdkLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.android.PrebuiltNativeLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
deps - Variable in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription.Arg
 
deps - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
deps - Variable in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription.Arg
 
deps - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.d.DBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.d.DLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.d.DTestDescription.Arg
 
deps - Variable in class com.facebook.buck.dotnet.CsharpLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.go.GoBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.go.GoLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
deps - Variable in class com.facebook.buck.graphql.GraphqlLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.haskell.HaskellBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.haskell.HaskellLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.js.ReactNativeLibraryArgs
 
deps - Variable in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.jvm.java.JavaBinaryDescription.Args
 
deps - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.jvm.java.KeystoreDescription.Arg
 
deps - Variable in class com.facebook.buck.jvm.java.PrebuiltJarDescription.Arg
 
deps - Variable in class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.lua.LuaBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.lua.LuaLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.ocaml.OcamlBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.ocaml.OcamlLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.python.PrebuiltPythonLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.rust.PrebuiltRustLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.rust.RustLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
deps - Variable in class com.facebook.buck.shell.ShBinaryDescription.Arg
 
deps - Variable in class com.facebook.buck.shell.ShTestDescription.Arg
 
deps - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
deps - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
deps - Variable in class com.facebook.buck.zip.ZipFileDescription.Arg
 
DepsBuilder - Class in com.facebook.buck.cxx
Builder suitable for generating the dependency list of a build rule.
DepsBuilder(SourcePathRuleFinder) - Constructor for class com.facebook.buck.cxx.DepsBuilder
 
DepsForBuildFiles - Class in com.facebook.buck.autodeps
Glorified typedef for Map>>>.
DepsForBuildFiles() - Constructor for class com.facebook.buck.autodeps.DepsForBuildFiles
 
DepsForBuildFiles.BuildFileWithDeps - Class in com.facebook.buck.autodeps
 
DepsForBuildFiles.DependencyType - Enum in com.facebook.buck.autodeps
 
DepsForBuildFiles.DepsForRule - Class in com.facebook.buck.autodeps
 
depsForDependencyType(DepsForBuildFiles.DependencyType) - Method in class com.facebook.buck.autodeps.DepsForBuildFiles.DepsForRule
The elements will be enumerated by the Iterator in lexicographical order and will not contain duplicates.
DepsFunction - Class in com.facebook.buck.query
A 'deps(x [, depth])' expression, which finds the dependencies of the given argument set 'x'.
DepsFunction() - Constructor for class com.facebook.buck.query.DepsFunction
 
depsQuery - Variable in class com.facebook.buck.android.AndroidLibraryDescription.Arg
 
dequeueZeroDependencyNodes(ImmutableList<String>) - Method in class com.facebook.buck.distributed.BuildTargetsQueue
 
desc - Variable in class com.facebook.buck.jvm.java.abi.EnumMirror
 
Description<T> - Interface in com.facebook.buck.rules
The Source of Truth about a BuildRule, providing mechanisms to expose the arguments that rules derived from the Buildable take and providing a factory for those BuildRules.
deserialize(byte[]) - Static method in class com.facebook.buck.apple.clang.HeaderMap
 
deserialize(ByteBuffer) - Static method in class com.facebook.buck.apple.clang.HeaderMap
 
deserialize(InputStream) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
 
deserialize(byte[]) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
 
deserialize(Map<String, Object>) - Static method in class com.facebook.buck.jvm.java.ClassUsageFileWriterSerializer
 
deserialize(Map<String, Object>) - Static method in class com.facebook.buck.jvm.java.DirectToJarOutputSettingsSerializer
 
deserialize(Map<String, Object>, JavacEventSink, PrintStream, ClassLoaderCache, ObjectMapper, Console) - Static method in class com.facebook.buck.jvm.java.JavacExecutionContextSerializer
 
deserialize(Map<String, Object>) - Static method in class com.facebook.buck.jvm.java.JavaPackageFinderSerializer
 
deserialize(Map<String, Object>) - Static method in class com.facebook.buck.rules.CellPathResolverSerializer
 
deserialize(ThriftProtocol, byte[], TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
 
deserialize(ThriftProtocol, InputStream, TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
 
deserialize(Map<String, Object>, Console) - Static method in class com.facebook.buck.util.ProcessExecutorSerializer
 
deserializeBserValue(InputStream) - Method in class com.facebook.buck.bser.BserDeserializer
Deserializes the next BSER-encoded value from the stream.
deserializeInvocation(String) - Method in class com.facebook.buck.message_ipc.MessageSerializer
 
deserializeResult(String) - Method in class com.facebook.buck.message_ipc.MessageSerializer
 
destinationSpecifier - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
destroyLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
destroyLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
destroyLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in interface com.facebook.buck.util.ProcessExecutor
Terminates a process previously returned by ProcessExecutor.launchProcess(ProcessExecutorParams).
destroyProcess(ListeningProcessExecutor.LaunchedProcess, boolean) - Method in class com.facebook.buck.util.ListeningProcessExecutor
Destroys a process.
detect() - Static method in enum com.facebook.buck.util.environment.Architecture
 
detect() - Static method in enum com.facebook.buck.util.environment.Platform
 
determineOptimalThreadCount() - Static method in class com.facebook.buck.android.SmartDexingStep
 
DeterministicJarManifestWriter - Class in com.facebook.buck.io
A manifest implementation whose formatted output is deterministic given the same input (entries and attributes are sorted).
DeterministicJarManifestWriter(OutputStream) - Constructor for class com.facebook.buck.io.DeterministicJarManifestWriter
 
DEV - Static variable in class com.facebook.buck.js.ReactNativeFlavors
 
DEX_FLAVOR - Static variable in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
 
DEX_MERGE_FLAVOR - Static variable in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
 
DEX_WITH_CLASSES_COMPARATOR - Static variable in interface com.facebook.buck.android.DexWithClasses
 
dexCompression - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
dexInputHashes - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
DexProducedFromJavaLibrary - Class in com.facebook.buck.android
DexProducedFromJavaLibrary is a BuildRule that serves a very specific purpose: it takes a JavaLibrary and dexes the output of the JavaLibrary if its list of classes is non-empty.
dexReorderDataDumpFile - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
dexReorderToolFile - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
DexStoreContents(APKModule, ProjectFilesystem, ImmutableList.Builder<Step>) - Constructor for class com.facebook.buck.android.PreDexedFilesSorter.DexStoreContents
 
DexWithClasses - Interface in com.facebook.buck.android
Object that represents a .dex.jar file that knows what .class files went into it, as well as its estimated dex weight.
DiagnosticCleaner - Class in com.facebook.buck.jvm.java
 
DiagnosticPrettyPrinter - Class in com.facebook.buck.jvm.java
Take a Diagnostic and pretty print it, using the same formatting as you'd find in the Oracle javac implementation.
didFinishBuild() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didFinishBuildRule(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
didFinishParsing() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didFinishProjectGeneration() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didFinishRule() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didFinishTestRule(TestRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
didGenerateProjectForTarget() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didParseBuckRules(int) - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didResumeBuildRule(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
didResumeRule() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didStartBuild() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didStartBuildRule(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
didStartRule() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
didStartTestRule(TestRuleEvent.Started) - Method in class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
didSuspendBuildRule(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
didSuspendRule() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
diffBetweenRevisions(String, String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
diffBetweenRevisions(String, String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
diffBetweenRevisions(String, String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
diffBetweenRevisionsOrAbsent(String, String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
diffBetweenRevisionsOrAbsent(String, String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
diffBetweenRevisionsOrAbsent(String, String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
DIGEST_ATTRIBUTE_NAME - Static variable in class com.facebook.buck.io.HashingDeterministicJarWriter
 
DIncludes - Class in com.facebook.buck.d
Immutable implementation of AbstractDIncludes.
DIncludes.Builder - Class in com.facebook.buck.d
Builds instances of type DIncludes.
DirArtifactCache - Class in com.facebook.buck.artifact_cache
 
DirArtifactCache(String, ProjectFilesystem, Path, boolean, Optional<Long>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCache
 
DirArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
 
DirArtifactCacheEvent.DirArtifactCacheEventFactory - Class in com.facebook.buck.artifact_cache
 
DirArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
 
DirArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
 
DirArtifactCacheEventFactory() - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
DirCacheEntry - Class in com.facebook.buck.artifact_cache
Immutable implementation of ArtifactCacheBuckConfig.AbstractDirCacheEntry.
DirCacheEntry.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type DirCacheEntry.
DirectedAcyclicGraph<T> - Class in com.facebook.buck.graph
 
DirectedAcyclicGraph(MutableDirectedGraph<T>) - Constructor for class com.facebook.buck.graph.DirectedAcyclicGraph
 
DirectHeaderMap - Class in com.facebook.buck.cxx
 
DirectHeaderMap(BuildRuleParams, Path, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.cxx.DirectHeaderMap
 
DirectoryCleaner - Class in com.facebook.buck.util
 
DirectoryCleaner(DirectoryCleanerArgs) - Constructor for class com.facebook.buck.util.DirectoryCleaner
 
DirectoryCleaner.PathSelector - Interface in com.facebook.buck.util
 
DirectoryCleaner.PathStats - Class in com.facebook.buck.util
 
DirectoryCleanerArgs - Class in com.facebook.buck.util
Immutable implementation of AbstractDirectoryCleanerArgs.
DirectoryCleanerArgs.Builder - Class in com.facebook.buck.util
Builds instances of type DirectoryCleanerArgs.
DirectToJarOutputSettings - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractDirectToJarOutputSettings.
DirectToJarOutputSettingsSerializer - Class in com.facebook.buck.jvm.java
 
dirs - Variable in class com.facebook.buck.apple.AppleAssetCatalogDescription.Arg
 
dirs - Variable in class com.facebook.buck.apple.AppleResourceDescription.Arg
 
DirtyPrintStreamDecorator - Class in com.facebook.buck.util
Decorator of PrintStreams that tracks whether or not that stream has been written to.
DirtyPrintStreamDecorator(PrintStream) - Constructor for class com.facebook.buck.util.DirtyPrintStreamDecorator
 
disablePreDex - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
disarm() - Static method in class com.facebook.buck.util.BgProcessKiller
 
discoverAppleSdkPaths(Optional<Path>, ImmutableList<Path>, ImmutableMap<String, AppleToolchain>, AppleConfig) - Static method in class com.facebook.buck.apple.AppleSdkDiscovery
Given a path to an Xcode developer directory and a map of (xctoolchain ID: path) pairs as returned by AppleToolchainDiscovery, walks through the platforms and builds a map of (AppleSdk: AppleSdkPaths) objects describing the paths to the SDKs inside.
discoverAppleSimulatorProfile(AppleSimulator, Path) - Static method in class com.facebook.buck.apple.simulator.AppleSimulatorDiscovery
Given a simulators, looks up metadata on the supported architectures and product families for that simulator (if present).
discoverAppleSimulators(ProcessExecutor, Path) - Static method in class com.facebook.buck.apple.simulator.AppleSimulatorDiscovery
Discovers information about Apple simulators installed on the system.
discoverAppleToolchains(Optional<Path>, ImmutableList<Path>) - Static method in class com.facebook.buck.apple.AppleToolchainDiscovery
Given a path to an Xcode developer directory, walks through the toolchains and builds a map of (identifier: path) pairs of the toolchains inside.
DIST_BUILD_SLAVE_LOG_DIR_NAME_TEMPLATE - Static variable in class com.facebook.buck.util.BuckConstant
 
DistBuildCachingEngineDelegate - Class in com.facebook.buck.distributed
Implementation of CachingBuildEngineDelegate for use when building from a state file in distributed build.
DistBuildCachingEngineDelegate(SourcePathResolver, SourcePathRuleFinder, DistBuildState, LoadingCache<ProjectFilesystem, ? extends FileHashLoader>) - Constructor for class com.facebook.buck.distributed.DistBuildCachingEngineDelegate
 
DistBuildCellIndexer - Class in com.facebook.buck.distributed
Keeps track of Cells encountered while serializing the distributed build state.
DistBuildCellIndexer(Cell) - Constructor for class com.facebook.buck.distributed.DistBuildCellIndexer
 
DistBuildClientExecutor - Class in com.facebook.buck.distributed
 
DistBuildClientExecutor(BuildJobState, DistBuildService, DistBuildLogStateTracker, int, BuckVersion) - Constructor for class com.facebook.buck.distributed.DistBuildClientExecutor
 
DistBuildCommand - Class in com.facebook.buck.cli
 
DistBuildCommand() - Constructor for class com.facebook.buck.cli.DistBuildCommand
 
DistBuildConfig - Class in com.facebook.buck.distributed
 
DistBuildConfig(BuckConfig) - Constructor for class com.facebook.buck.distributed.DistBuildConfig
 
DistBuildExecutorArgs - Class in com.facebook.buck.distributed
Immutable implementation of AbstractDistBuildExecutorArgs.
DistBuildExecutorArgs.Builder - Class in com.facebook.buck.distributed
Builds instances of type DistBuildExecutorArgs.
DistBuildFactory - Class in com.facebook.buck.cli
 
DistBuildFileHashes - Class in com.facebook.buck.distributed
Responsible for extracting file hash and RuleKey information from the ActionGraph and presenting it as a Thrift data structure.
DistBuildFileHashes(ActionGraph, SourcePathResolver, SourcePathRuleFinder, FileHashCache, Function<? super Path, Integer>, ListeningExecutorService, int, BuckConfig) - Constructor for class com.facebook.buck.distributed.DistBuildFileHashes
 
DistBuildLogStateTracker - Class in com.facebook.buck.distributed
 
DistBuildLogStateTracker(Path, ProjectFilesystem) - Constructor for class com.facebook.buck.distributed.DistBuildLogStateTracker
 
DistBuildMode - Enum in com.facebook.buck.distributed
 
DistBuildModeRunner - Interface in com.facebook.buck.distributed
 
DistBuildRunCommand - Class in com.facebook.buck.cli
 
DistBuildRunCommand() - Constructor for class com.facebook.buck.cli.DistBuildRunCommand
 
DistBuildService - Class in com.facebook.buck.distributed
 
DistBuildService(FrontendService) - Constructor for class com.facebook.buck.distributed.DistBuildService
 
DistBuildSlaveExecutor - Class in com.facebook.buck.distributed
 
DistBuildSlaveExecutor(DistBuildExecutorArgs) - Constructor for class com.facebook.buck.distributed.DistBuildSlaveExecutor
 
DistBuildState - Class in com.facebook.buck.distributed
Saves and restores the state of a build to/from a thrift data structure.
DistBuildStatus - Class in com.facebook.buck.distributed
Immutable implementation of DistBuildStatusEvent.AbstractDistBuildStatus.
DistBuildStatus.Builder - Class in com.facebook.buck.distributed
Builds instances of type DistBuildStatus.
DistBuildStatusCommand - Class in com.facebook.buck.cli
 
DistBuildStatusCommand() - Constructor for class com.facebook.buck.cli.DistBuildStatusCommand
 
DistBuildStatusEvent - Class in com.facebook.buck.distributed
 
DistBuildStatusEvent(DistBuildStatus) - Constructor for class com.facebook.buck.distributed.DistBuildStatusEvent
 
DistBuildTargetGraphCodec - Class in com.facebook.buck.distributed
Saves and loads the TargetNodes needed for the build.
DistBuildTargetGraphCodec(ObjectMapper, ParserTargetNodeFactory<TargetNode<?, ?>>, Function<? super TargetNode<?, ?>, ? extends Map<String, Object>>) - Constructor for class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
DistBuildTypeCoercerFactory - Class in com.facebook.buck.distributed
Type coercers that don't check whether the paths they're coercing actually exist.
DistBuildTypeCoercerFactory(ObjectMapper) - Constructor for class com.facebook.buck.distributed.DistBuildTypeCoercerFactory
 
distinct() - Method in interface com.facebook.buck.util.RichStream
 
distributedBuildModeEnabled() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
distributedBuildStatus(DistBuildStatusEvent) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
distributedBuildStatus(DistBuildStatusEvent) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
DLibrary - Class in com.facebook.buck.d
 
DLibrary(BuildRuleParams, BuildRuleResolver, SourcePathResolver, DIncludes) - Constructor for class com.facebook.buck.d.DLibrary
 
DLibraryDescription - Class in com.facebook.buck.d
 
DLibraryDescription(DBuckConfig, CxxBuckConfig, CxxPlatform) - Constructor for class com.facebook.buck.d.DLibraryDescription
 
DLibraryDescription.Arg - Class in com.facebook.buck.d
 
dllName - Variable in class com.facebook.buck.dotnet.CsharpLibraryDescription.Arg
 
DOC_JAR - Static variable in class com.facebook.buck.jvm.java.Javadoc
 
DoctorCommand - Class in com.facebook.buck.cli
 
DoctorCommand() - Constructor for class com.facebook.buck.cli.DoctorCommand
 
DoctorConfig - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractDoctorConfig.
DoctorEndpointRequest - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractDoctorEndpointRequest.
DoctorEndpointRequest.Builder - Class in com.facebook.buck.doctor.config
Builds instances of type DoctorEndpointRequest.
DoctorEndpointResponse - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractDoctorEndpointResponse.
DoctorEndpointResponse.Builder - Class in com.facebook.buck.doctor.config
Builds instances of type DoctorEndpointResponse.
DoctorInteractiveReport - Class in com.facebook.buck.rage
Responsible for gathering logs and other interesting information from buck when part of the information is already available when calling the constructor.
DoctorInteractiveReport(DefectReporter, ProjectFilesystem, Console, UserInput, BuildEnvironmentDescription, Optional<VcsInfoCollector>, RageConfig, ExtraInfoCollector, ImmutableSet<BuildLogEntry>, Optional<WatchmanDiagReportCollector>) - Constructor for class com.facebook.buck.rage.DoctorInteractiveReport
 
DoctorReportHelper - Class in com.facebook.buck.doctor
 
DoctorReportHelper(ProjectFilesystem, UserInput, Console, ObjectMapper, DoctorConfig) - Constructor for class com.facebook.buck.doctor.DoctorReportHelper
 
DoctorSuggestion - Class in com.facebook.buck.doctor.config
Immutable implementation of AbstractDoctorSuggestion.
DoctorSuggestion.Builder - Class in com.facebook.buck.doctor.config
Builds instances of type DoctorSuggestion.
doNotDelete(Path) - Method in class com.facebook.buck.jvm.java.intellij.IJProjectCleaner
 
DOS_FAKE_TIME - Static variable in class com.facebook.buck.zip.ZipConstants
 
Dot<T> - Class in com.facebook.buck.graph
 
Dot(DirectedAcyclicGraph<T>, String, Function<T, String>, Appendable) - Constructor for class com.facebook.buck.graph.Dot
 
DotnetFramework - Class in com.facebook.buck.dotnet
Represents an instance of the .Net framework.
DownloadConfig - Class in com.facebook.buck.cli
 
DownloadConfig(BuckConfig) - Constructor for class com.facebook.buck.cli.DownloadConfig
 
Downloader - Interface in com.facebook.buck.file
 
DownloadEvent - Class in com.facebook.buck.file
 
DownloadEvent.Finished - Class in com.facebook.buck.file
 
DownloadEvent.Started - Class in com.facebook.buck.file
 
DownloadProgressEvent - Class in com.facebook.buck.file
 
DownloadProgressEvent(URI, long, long) - Constructor for class com.facebook.buck.file.DownloadProgressEvent
 
DownloadStep - Class in com.facebook.buck.file
Download a file from a known location.
DownloadStep(ProjectFilesystem, Downloader, URI, HashCode, Path) - Constructor for class com.facebook.buck.file.DownloadStep
 
draftCompile - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
If true, the GWT Compiler's -draftCompile flag will be set.
drainTo(Collection<? super E>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
drainTo(Collection<? super E>, int) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
dropInternalCaches(Path) - Static method in class com.facebook.buck.io.MorePaths
Drop the cache in Path object.
DRY_RUN_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
DSYM_DWARF_FILE_FOLDER - Static variable in class com.facebook.buck.apple.AppleDsym
 
DTest - Class in com.facebook.buck.d
 
DTest(BuildRuleParams, BuildRule, ImmutableSortedSet<String>, ImmutableSortedSet<Label>, Optional<Long>) - Constructor for class com.facebook.buck.d.DTest
 
DTestDescription - Class in com.facebook.buck.d
 
DTestDescription(DBuckConfig, CxxBuckConfig, CxxPlatform, Optional<Long>) - Constructor for class com.facebook.buck.d.DTestDescription
 
DTestDescription.Arg - Class in com.facebook.buck.d
 
DTestStep - Class in com.facebook.buck.d
Runs a D test command, remembering its exit code and streaming its output to a given output file.
DTestStep(ProjectFilesystem, ImmutableList<String>, Path, Optional<Long>, Path) - Constructor for class com.facebook.buck.d.DTestStep
 
DUMMY_R_DOT_JAVA_FLAVOR - Static variable in class com.facebook.buck.android.AndroidLibraryGraphEnhancer
 
DummyRDotJava - Class in com.facebook.buck.android
Buildable that takes in a list of HasAndroidResourceDeps and for each of these rules, first creates an R.java file using MergeAndroidResourcesStep and compiles it to generate a corresponding R.class file.
DummyRDotJava(BuildRuleParams, SourcePathRuleFinder, Set<HasAndroidResourceDeps>, BuildTarget, JavacOptions, boolean, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.android.DummyRDotJava
 
dump(DistBuildCellIndexer, DistBuildFileHashes, DistBuildTargetGraphCodec, TargetGraph, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.distributed.DistBuildState
 
dump(Collection<TargetNode<?, ?>>, Function<Path, Integer>) - Method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
duplicateResourceBehavior - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
DxAnalysisMain - Class in com.facebook.buck.tools.dxanalysis
This is a command-line tool for performing ad-hoc static analysis of the DX tool.
DxStep - Class in com.facebook.buck.android
 
DxStep(ProjectFilesystem, Path, Iterable<Path>) - Constructor for class com.facebook.buck.android.DxStep
 
DxStep(ProjectFilesystem, Path, Iterable<Path>, EnumSet<DxStep.Option>) - Constructor for class com.facebook.buck.android.DxStep
 
DxStep.Option - Enum in com.facebook.buck.android
Options to pass to dx.

E

e_ehsize - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_entry - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_flags - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_machine - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_phentsize - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_phnum - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_phoff - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_shentsize - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_shnum - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_shoff - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_shstrndx - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_type - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
e_version - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
ECHO_COMMAND_SUFFIX - Static variable in class com.facebook.buck.android.AdbHelper
 
EdenClient - Class in com.facebook.buck.eden
Client of Eden's fbthrift API.
EdenMount - Class in com.facebook.buck.eden
Utility to make requests to the Eden thrift API for an (Eden mount point, Buck project root) pair.
EdenProjectFilesystemDelegate - Class in com.facebook.buck.eden
 
EdenProjectFilesystemDelegate(EdenMount) - Constructor for class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
EI_CLASS - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
ei_class - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
EI_DATA - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
ei_data - Variable in class com.facebook.buck.cxx.elf.ElfHeader
 
EI_MAG0 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
EI_MAG1 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
EI_MAG2 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
EI_MAG3 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
EI_NIDENT - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
EI_PAD - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
EI_VERSION - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
Either<LEFT,RIGHT> - Class in com.facebook.buck.model
A simple discriminated union of two parameters.
EitherTypeCoercer<Left,Right> - Class in com.facebook.buck.rules.coercer
Coerces a type to either type, trying the left type before the right.
EitherTypeCoercer(TypeCoercer<Left>, TypeCoercer<Right>) - Constructor for class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
element() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
elementScope() - Method in class com.facebook.buck.rules.keys.RuleKeyScopedHasher.ContainerScope
Increases element count if anything gets hashed during the element scope.
Elf - Class in com.facebook.buck.cxx.elf
 
Elf(ByteBuffer) - Constructor for class com.facebook.buck.cxx.elf.Elf
 
Elf.Elf32 - Class in com.facebook.buck.cxx.elf
 
Elf.Elf64 - Class in com.facebook.buck.cxx.elf
 
ElfClearProgramHeadersStep - Class in com.facebook.buck.cxx
A step which zeros out the program headers of an ELF file.
ElfDynamicSection - Class in com.facebook.buck.cxx.elf
 
ElfDynamicSection.DTag - Enum in com.facebook.buck.cxx.elf
 
ElfDynamicSectionScrubberStep - Class in com.facebook.buck.cxx
A step which scrubs all information from the ".dynamic" section of an ELF file which is relevant at link time.
ElfExtractSectionsStep - Class in com.facebook.buck.cxx
A step which extracts specific sections from an ELF file and compacts them into a new ELF file.
ElfHeader - Class in com.facebook.buck.cxx.elf
Encapsulate the data found in an ELF header.
ElfHeader.EIClass - Enum in com.facebook.buck.cxx.elf
 
ElfHeader.EIData - Enum in com.facebook.buck.cxx.elf
 
ELFMAG0 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
ELFMAG1 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
ELFMAG2 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
ELFMAG3 - Static variable in class com.facebook.buck.cxx.elf.ElfHeader
 
ElfSection - Class in com.facebook.buck.cxx.elf
Encapsulates the header information and raw body of an ELF section.
ElfSectionHeader - Class in com.facebook.buck.cxx.elf
Encapsulate the data in an ELF section header.
ElfSectionHeader.SHType - Enum in com.facebook.buck.cxx.elf
 
ElfSharedLibraryInterfaceFactory - Class in com.facebook.buck.cxx
Immutable implementation of AbstractElfSharedLibraryInterfaceFactory.
ElfStringTable - Class in com.facebook.buck.cxx.elf
 
ElfSymbolTable - Class in com.facebook.buck.cxx.elf
 
ElfSymbolTable(ImmutableList<ElfSymbolTable.Entry>) - Constructor for class com.facebook.buck.cxx.elf.ElfSymbolTable
 
ElfSymbolTable.Entry - Class in com.facebook.buck.cxx.elf
Encapsulate the data in an ELF section header.
ElfSymbolTable.Entry.Info - Class in com.facebook.buck.cxx.elf
 
ElfSymbolTable.Entry.Info.Bind - Enum in com.facebook.buck.cxx.elf
 
ElfSymbolTable.Entry.Info.Type - Enum in com.facebook.buck.cxx.elf
 
ElfSymbolTableScrubberStep - Class in com.facebook.buck.cxx
A step which scrubs an ELF symbol table of information relevant to dynamic linking.
ElfVerDef - Class in com.facebook.buck.cxx.elf
 
ElfVerDef(ImmutableList<Pair<ElfVerDef.Verdef, ImmutableList<ElfVerDef.Verdaux>>>) - Constructor for class com.facebook.buck.cxx.elf.ElfVerDef
 
ElfVerDef.Verdaux - Class in com.facebook.buck.cxx.elf
 
ElfVerDef.Verdef - Class in com.facebook.buck.cxx.elf
 
ElfVerNeed - Class in com.facebook.buck.cxx.elf
 
ElfVerNeed(ImmutableList<Pair<ElfVerNeed.Verneed, ImmutableList<ElfVerNeed.Vernaux>>>) - Constructor for class com.facebook.buck.cxx.elf.ElfVerNeed
 
ElfVerNeed.Vernaux - Class in com.facebook.buck.cxx.elf
 
ElfVerNeed.Verneed - Class in com.facebook.buck.cxx.elf
 
empty(SourcePathResolver) - Static method in class com.facebook.buck.cxx.HeaderPathNormalizer
 
EMPTY - Static variable in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
EMPTY - Static variable in class com.facebook.buck.rules.TargetGraph
 
EMPTY - Static variable in class com.facebook.buck.test.selectors.TestSelectorList
 
empty() - Static method in class com.facebook.buck.test.selectors.TestSelectorList
 
empty() - Static method in interface com.facebook.buck.util.RichStream
 
EMPTY_EXTRA_CLASSPATH - Static variable in class com.facebook.buck.jvm.java.BaseCompileToJarStepFactory
 
EMPTY_PATH - Static variable in class com.facebook.buck.io.MorePaths
 
EMULATOR_MODE_SHORT_ARG - Static variable in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
enabled() - Method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
enabled() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
 
enableObjcInterop - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
enableRelinker - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
enableStringWhitelisting() - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
 
encodeBuildTarget(BuildTarget) - Static method in class com.facebook.buck.distributed.DistBuildTargetGraphCodec
 
encodeHybridFetchRequestNoPayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
 
encodeHybridStoreRequestOnePayload() - Method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
 
ENCODING - Static variable in class com.facebook.buck.testrunner.BaseRunner
 
end() - Method in class com.facebook.buck.event.api.BuckTracing
Records the end of the traced section started by the most recent call to BuckTracing.begin(String, Map), on any BuckTracing object, on the current thread.
end(Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
Records the end of the traced section started by the most recent call to BuckTracing.begin(String, Map), on any BuckTracing object, on the current thread.
end(Map<String, String>) - Method in interface com.facebook.buck.event.api.BuckTracingInterface
 
end(Map<String, String>) - Method in class com.facebook.buck.event.BuckTracingEventBusBridge
 
end(Map<String, String>) - Method in class com.facebook.buck.jvm.java.Jsr199TracingBridge
 
END_OF_FILE_HEADER_MARKER - Static variable in class com.facebook.buck.cxx.ObjectFileScrubbers
 
endAnalyze() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endAnalyze() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endAnalyze() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
endAnnotationProcessing() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endAnnotationProcessingRound(boolean) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endAnnotationProcessingRound() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endAnnotationProcessingRound() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endEnter(List<String>) - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endEnter(List<String>) - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endGenerate() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endGenerate() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
endParse() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endParse() - Method in interface com.facebook.buck.jvm.java.tracing.JavacPhaseTracer
 
endParse() - Method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
endRunAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
endsWithIgnoreCase(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
enforceBuckPackageBoundaries(BuildTarget, BuildFileTree, ImmutableSet<Path>) - Method in class com.facebook.buck.parser.DefaultParserTargetNodeFactory
 
enhance(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidNativeLibsPackageableGraphEnhancer
 
enhanceForAndroid(BuildRuleParams, BuildRuleResolver, AndroidReactNativeLibraryDescription.Args) - Method in class com.facebook.buck.js.ReactNativeLibraryGraphEnhancer
 
enhanceForIos(BuildRuleParams, BuildRuleResolver, ReactNativeLibraryArgs) - Method in class com.facebook.buck.js.ReactNativeLibraryGraphEnhancer
 
enhancementResult - Variable in class com.facebook.buck.android.AndroidBinary
 
ensureConcreteFilesExist(EventBus) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
ensureConcreteFilesExist(EventBus) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
ensureConcreteFilesExist(EventBus) - Method in class com.facebook.buck.io.ProjectFilesystem
Hook for virtual filesystems to materialise virtual files as Buck will need to be able to read them past this point.
ensureConcreteFilesExist(EventBus) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
Hook for virtual filesystems to materialise virtual files as Buck will need to be able to read them past this point.
ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.parser.PerBuildState
 
ensureConcreteFilesExist(BuckEventBus) - Method in class com.facebook.buck.rules.Cell
 
ensureConcreteFilesExist(EventBus) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
ensureLaunchAndHandshake() - Method in class com.facebook.buck.shell.WorkerProcess
 
ensureLogFileIsWritten(ProjectFilesystem) - Static method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
ENTER - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
entries - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable
 
entries - Variable in class com.facebook.buck.cxx.elf.ElfVerDef
 
entries - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed
 
Entry(long, ElfSymbolTable.Entry.Info, int, int, long, long) - Constructor for class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
 
entryPath - Variable in class com.facebook.buck.js.ReactNativeLibraryArgs
 
enumerate(Iterable<T>) - Static method in class com.facebook.buck.util.MoreIterables
 
enumerateLoadCommandsInFile(ByteBuffer, NulTerminatedCharsetDecoder, Function<LoadCommand, Boolean>) - Static method in class com.facebook.buck.macho.LoadCommandUtils
Enumerates the load commands in the given mach binary which is represented by the buffer by calling the given callback, starting at buffer's position.
enumerateSectionsInSegmentLoadCommand(ByteBuffer, MachoMagicInfo, SegmentCommand, NulTerminatedCharsetDecoder, Function<Section, Boolean>) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
Enumerates the sections in the given segment command by calling the given callback.
EnumMirror - Class in com.facebook.buck.jvm.java.abi
 
EnumMirror(String, String) - Constructor for class com.facebook.buck.jvm.java.abi.EnumMirror
 
EnumTypeCoercer<E extends Enum<E>> - Class in com.facebook.buck.rules.coercer
 
EnumTypeCoercer(Class<?>) - Constructor for class com.facebook.buck.rules.coercer.EnumTypeCoercer
 
env - Variable in class com.facebook.buck.cxx.CxxTestDescription.Arg
 
env - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
env - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
env - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
env - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
env - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
env - Variable in class com.facebook.buck.shell.ShTestDescription.Arg
 
env - Variable in class com.facebook.buck.shell.WorkerToolDescription.Arg
 
environment - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
environment - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
environment - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
environment - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
environmentalChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
environmentalChange(String) - Static method in class com.facebook.buck.event.ParsingEvent
 
EnvironmentOverrideOptionHandler - Class in com.facebook.buck.cli
OptionHandler used for specifying environment overrides.
EnvironmentOverrideOptionHandler(CmdLineParser, OptionDef, Setter<? super Map<?, ?>>) - Constructor for class com.facebook.buck.cli.EnvironmentOverrideOptionHandler
 
environmentSupportsAnsiEscapes(Platform, Map<String, String>) - Static method in class com.facebook.buck.util.AnsiEnvironmentChecking
Returns true if the environment supports ANSI escape sequences, false otherwise.
EnvironmentVariableMacroExpander - Class in com.facebook.buck.rules.macros
Expands $(env XYZ) to use the appropriate shell expansion for the current platform.
EnvironmentVariableMacroExpander(Platform) - Constructor for class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
 
envVariableChange(ParsingEvent.EnvVariableChange) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
EnvVariableChange(String) - Constructor for class com.facebook.buck.event.ParsingEvent.EnvVariableChange
 
equals(Object) - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
equals(Object) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
This instance is equal to all instances of AndroidGraphEnhancementResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
This instance is equal to all instances of AndroidInstrumentationTestJVMArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
This instance is equal to all instances of AndroidNativeLibsGraphEnhancementResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidPackageableCollection
This instance is equal to all instances of AndroidPackageableCollection that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
This instance is equal to all instances of ResourceDetails that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.ApkInfo
This instance is equal to all instances of ApkInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.APKModule
This instance is equal to all instances of APKModule that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
equals(Object) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
equals(Object) - Method in class com.facebook.buck.android.GenerateManifestStep
 
equals(Object) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
This instance is equal to all instances of MergedNativeLibraryConstituents that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
This instance is equal to all instances of NativeLibraryMergeEnhancementResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.NdkCxxPlatform
This instance is equal to all instances of NdkCxxPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
This instance is equal to all instances of NdkCxxPlatformCompiler that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
This instance is equal to all instances of NdkCxxPlatformTargetConfiguration that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
equals(Object) - Method in class com.facebook.buck.android.StrippedObjectDescription
This instance is equal to all instances of StrippedObjectDescription that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleBundleDestinations
This instance is equal to all instances of AppleBundleDestinations that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleBundleResources
This instance is equal to all instances of AppleBundleResources that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleCxxPlatform
This instance is equal to all instances of AppleCxxPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.ApplePackageConfig
This instance is equal to all instances of ApplePackageConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
This instance is equal to all instances of ApplePackageConfigAndPlatformInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.ApplePlatform
This instance is equal to all instances of ApplePlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleSdk
This instance is equal to all instances of AppleSdk that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleSdkPaths
This instance is equal to all instances of AppleSdkPaths that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.AppleToolchain
This instance is equal to all instances of AppleToolchain that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.CodeSignIdentity
This instance is equal to all instances of CodeSignIdentity that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.GroupedSource
This instance is equal to all instances of GroupedSource that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.MultiarchFileInfo
This instance is equal to all instances of MultiarchFileInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
This instance is equal to all instances of GenerationResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
This instance is equal to all instances of ProvisioningProfileMetadata that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
This instance is equal to all instances of AppleSimulator that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
This instance is equal to all instances of AppleSimulatorProfile that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.TestHostInfo
This instance is equal to all instances of TestHostInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
This instance is equal to all instances of CopyFilePhaseDestinationSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
This instance is equal to all instances of ProductType that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
This instance is equal to all instances of ArtifactInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.CacheResult
This instance is equal to all instances of CacheResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
This instance is equal to all instances of DirCacheEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
This instance is equal to all instances of FetchResponseReadResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
This instance is equal to all instances of HttpArtifactCacheEventFetchData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
This instance is equal to all instances of HttpArtifactCacheEventStoreData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
This instance is equal to all instances of HttpCacheEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
This instance is equal to all instances of MetadataAndPayloadReadResultInternal that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
This instance is equal to all instances of NetworkCacheArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
This instance is equal to all instances of StoreResponseReadResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
This instance is equal to all instances of StoreWriteResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
This instance is equal to all instances of UnixArchiveEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
equals(Object) - Method in class com.facebook.buck.cli.BuckConfig
 
equals(Object) - Method in class com.facebook.buck.cli.CommandRunnerParams
This instance is equal to all instances of CommandRunnerParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cli.ConfigValue
This instance is equal to all instances of ConfigValue that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cli.InstallResult
This instance is equal to all instances of InstallResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cli.ProjectPredicates
This instance is equal to all instances of ProjectPredicates that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cli.ShowOptions
This instance is equal to all instances of ShowOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cli.TestRun
This instance is equal to all instances of TestRun that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.command.BuildExecutionResult
This instance is equal to all instances of BuildExecutionResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.config.CellConfig
This instance is equal to all instances of CellConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.config.Config
 
equals(Object) - Method in class com.facebook.buck.config.RawConfig
This instance is equal to all instances of RawConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.counters.Counter
 
equals(Object) - Method in class com.facebook.buck.counters.CounterInfo
This instance is equal to all instances of CounterInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.counters.CounterSnapshot
This instance is equal to all instances of CounterSnapshot that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
This instance is equal to all instances of CxxCompilationDatabaseDependencies that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
This instance is equal to all instances of CxxCompilationDatabaseEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxHeadersDir
This instance is equal to all instances of CxxHeadersDir that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
This instance is equal to all instances of CxxHeaderSourceSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxIncludePaths
This instance is equal to all instances of CxxIncludePaths that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxPlatform
This instance is equal to all instances of CxxPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
This instance is equal to all instances of CxxPreprocessorInput that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxSandboxInclude
This instance is equal to all instances of CxxSandboxInclude that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxSource
This instance is equal to all instances of CxxSource that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
This instance is equal to all instances of CxxSourceRuleFactory that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxSourceSet
This instance is equal to all instances of CxxSourceSet that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
This instance is equal to all instances of CxxSymlinkTreeHeaders that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.CxxTestStep
 
equals(Object) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
This instance is equal to all instances of CxxToolProviderParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.Depfiles.Depfile
 
equals(Object) - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
This instance is equal to all instances of ElfClearProgramHeadersStep that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
This instance is equal to all instances of ElfDynamicSectionScrubberStep that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
This instance is equal to all instances of ElfExtractSectionsStep that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.ElfSharedLibraryInterfaceFactory
This instance is equal to all instances of ElfSharedLibraryInterfaceFactory that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
This instance is equal to all instances of ElfSymbolTableScrubberStep that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
This instance is equal to all instances of ExplicitCxxToolFlags that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.FrameworkDependencies
This instance is equal to all instances of FrameworkDependencies that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.FrameworkPathArg
 
equals(Object) - Method in class com.facebook.buck.cxx.HeaderMapStep
 
equals(Object) - Method in class com.facebook.buck.cxx.HeaderVerification
This instance is equal to all instances of HeaderVerification that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
This instance is equal to all instances of ImmutableCxxPreprocessorInputCacheKey that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
This instance is equal to all instances of IterableCxxToolFlags that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.MachoHeader
This instance is equal to all instances of MachoHeader that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.NativeLinkableInput
This instance is equal to all instances of NativeLinkableInput that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
This instance is equal to all instances of NativeLinkTargetMode that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.OmnibusLibraries
This instance is equal to all instances of OmnibusLibraries that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.OmnibusLibrary
This instance is equal to all instances of OmnibusLibrary that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.OmnibusRoot
This instance is equal to all instances of OmnibusRoot that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.OmnibusRoots
This instance is equal to all instances of OmnibusRoots that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
This instance is equal to all instances of PrebuiltCxxLibraryGroupDescription that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
This instance is equal to all instances of PreprocessorDelegateCacheKey that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.PreprocessorFlags
This instance is equal to all instances of PreprocessorFlags that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.cxx.RelativeLinkArg
 
equals(Object) - Method in class com.facebook.buck.cxx.ThinArchiveArg
This instance is equal to all instances of ThinArchiveArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.d.DIncludes
This instance is equal to all instances of DIncludes that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.d.DTestStep
 
equals(Object) - Method in class com.facebook.buck.dalvik.DalvikStatsTool.FieldReference
 
equals(Object) - Method in class com.facebook.buck.dalvik.DalvikStatsTool.MethodReference
 
equals(Object) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
This instance is equal to all instances of DistBuildExecutorArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.distributed.DistBuildStatus
This instance is equal to all instances of DistBuildStatus that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorConfig
This instance is equal to all instances of DoctorConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
This instance is equal to all instances of DoctorEndpointRequest that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
This instance is equal to all instances of DoctorEndpointResponse that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
This instance is equal to all instances of DoctorSuggestion that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.dotnet.DotnetFramework
 
equals(Object) - Method in class com.facebook.buck.event.AbstractBuckEvent
The default implementation of equals checks to see if two events are related, are on the same thread, and are the same concrete class.
equals(Object) - Method in class com.facebook.buck.event.EventKey
This instance is equal to all instances of EventKey that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.InstallEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.event.listener.EventPair
This instance is equal to all instances of EventPair that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
This instance is equal to all instances of ProxyBuckEvent that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
This instance is equal to all instances of RunIdStreamPair that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.PerfEventId
This instance is equal to all instances of PerfEventId that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.event.StartActivityEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.event.UninstallEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.go.GoLinkable
This instance is equal to all instances of GoLinkable that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.go.GoPlatform
This instance is equal to all instances of GoPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.go.GoTestStep
 
equals(Object) - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
equals(Object) - Method in class com.facebook.buck.haskell.HaskellCompileInput
This instance is equal to all instances of HaskellCompileInput that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellPackage
This instance is equal to all instances of HaskellPackage that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
This instance is equal to all instances of HaskellPackageInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellSources
This instance is equal to all instances of HaskellSources that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.haskell.HaskellVersion
This instance is equal to all instances of HaskellVersion that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
This instance is equal to all instances of NumberFormatterCacheKey that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.ArchiveMemberPath
This instance is equal to all instances of ArchiveMemberPath that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.BuckPaths
This instance is equal to all instances of BuckPaths that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
equals(Object) - Method in class com.facebook.buck.io.ProjectFilesystem
 
equals(Object) - Method in class com.facebook.buck.io.ProjectWatch
This instance is equal to all instances of ProjectWatch that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.WatchmanDiagnostic
This instance is equal to all instances of WatchmanDiagnostic that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.io.WatchmanQuery
This instance is equal to all instances of WatchmanQuery that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
This instance is equal to all instances of BuildFileParseExceptionData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
This instance is equal to all instances of BuildFileParseExceptionStackTraceEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.json.BuildFilePythonResult
This instance is equal to all instances of BuildFilePythonResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.json.BuildFileSyntaxError
This instance is equal to all instances of BuildFileSyntaxError that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.json.ParseBuckFileEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
This instance is equal to all instances of ProjectBuildFileParserOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
This instance is equal to all instances of DirectToJarOutputSettings that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot
This instance is equal to all instances of ContentRoot that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
This instance is equal to all instances of DependencyEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
This instance is equal to all instances of DependencyEntryData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
This instance is equal to all instances of IjLibrary that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
This instance is equal to all instances of IjModule that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
This instance is equal to all instances of IjModuleAndroidFacet that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
This instance is equal to all instances of IjProjectConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
This instance is equal to all instances of IjSourceFolder that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
This instance is equal to all instances of ModuleIndexEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit
This instance is equal to all instances of SimplificationLimit that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
This instance is equal to all instances of JavacExecutionContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavacOptions
This instance is equal to all instances of JavacOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavacVersion
This instance is equal to all instances of JavacVersion that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JavaOptions
This instance is equal to all instances of JavaOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
This instance is equal to all instances of JUnitJvmArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.log.ErrorLogRecord
This instance is equal to all instances of ErrorLogRecord that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.log.InvocationInfo
This instance is equal to all instances of InvocationInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.log.LogConfigSetup
This instance is equal to all instances of LogConfigSetup that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
This instance is equal to all instances of LuaBinaryPackageComponents that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.LuaPackageComponents
This instance is equal to all instances of LuaPackageComponents that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.LuaScriptStarter
This instance is equal to all instances of LuaScriptStarter that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.lua.NativeExecutableStarter
This instance is equal to all instances of NativeExecutableStarter that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.FatArch
This instance is equal to all instances of FatArch that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.FatHeader
This instance is equal to all instances of FatHeader that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.LinkEditDataCommand
This instance is equal to all instances of LinkEditDataCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
This instance is equal to all instances of LoadCommandCommonFields that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.MachoHeader
This instance is equal to all instances of MachoHeader that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.Nlist
This instance is equal to all instances of Nlist that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.Section
This instance is equal to all instances of Section that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.SegmentCommand
This instance is equal to all instances of SegmentCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.SymTabCommand
This instance is equal to all instances of SymTabCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.UnknownCommand
This instance is equal to all instances of UnknownCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.macho.UUIDCommand
This instance is equal to all instances of UUIDCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.BuildId
 
equals(Object) - Method in class com.facebook.buck.model.BuildTarget
This instance is equal to all instances of BuildTarget that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.Either
 
equals(Object) - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
 
equals(Object) - Method in class com.facebook.buck.model.ImmutableFlavor
This instance is equal to all instances of ImmutableFlavor that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.MacroMatchResult
This instance is equal to all instances of MacroMatchResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.model.Pair
 
equals(Object) - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
 
equals(Object) - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
 
equals(Object) - Method in class com.facebook.buck.model.UnflavoredBuildTarget
This instance is equal to all instances of UnflavoredBuildTarget that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
This instance is equal to all instances of OcamlBuildContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
This instance is equal to all instances of OcamlGeneratedBuildRules that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.BuildFileSpec
This instance is equal to all instances of BuildFileSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.BuildTargetSpec
This instance is equal to all instances of BuildTargetSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.ParserConfig
This instance is equal to all instances of ParserConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.SpeculativeParsing
This instance is equal to all instances of SpeculativeParsing that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
This instance is equal to all instances of TargetNodePredicateSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.NeededCoverageSpec
This instance is equal to all instances of NeededCoverageSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PythonPackageComponents
This instance is equal to all instances of PythonPackageComponents that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PythonPlatform
This instance is equal to all instances of PythonPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.python.PythonVersion
This instance is equal to all instances of PythonVersion that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.query.FunctionExpression
 
equals(Object) - Method in class com.facebook.buck.query.QueryBuildTarget
This instance is equal to all instances of QueryBuildTarget that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
equals(Object) - Method in class com.facebook.buck.query.QueryFileTarget
This instance is equal to all instances of QueryFileTarget that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.query.TargetLiteral
 
equals(Object) - Method in class com.facebook.buck.rage.BuildLogEntry
This instance is equal to all instances of BuildLogEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rage.DefectReport
This instance is equal to all instances of DefectReport that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rage.DefectSubmitResult
This instance is equal to all instances of DefectSubmitResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rage.ExtraInfoResult
This instance is equal to all instances of ExtraInfoResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
This instance is equal to all instances of FileChangesIgnoredReport that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rage.RageConfig
This instance is equal to all instances of RageConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rage.RageJsonResponse
This instance is equal to all instances of RageJsonResponse that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rage.SourceControlInfo
This instance is equal to all instances of SourceControlInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rage.UserLocalConfiguration
This instance is equal to all instances of UserLocalConfiguration that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rage.UserReport
This instance is equal to all instances of UserReport that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.AbstractBuildRule
 
equals(Object) - Method in class com.facebook.buck.rules.ActionGraphAndResolver
This instance is equal to all instances of ActionGraphAndResolver that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.args.Arg
 
equals(Object) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
equals(Object) - Method in class com.facebook.buck.rules.args.GlobArg
This instance is equal to all instances of GlobArg that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.args.MacroArg
 
equals(Object) - Method in class com.facebook.buck.rules.args.SanitizedArg
 
equals(Object) - Method in class com.facebook.buck.rules.args.SourcePathArg
 
equals(Object) - Method in class com.facebook.buck.rules.args.StringArg
 
equals(Object) - Method in class com.facebook.buck.rules.BuildContext
This instance is equal to all instances of BuildContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
This instance is equal to all instances of BuildEngineBuildContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
equals(Object) - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
equals(Object) - Method in class com.facebook.buck.rules.BuildRuleKeys
This instance is equal to all instances of BuildRuleKeys that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.BuildRuleType
This instance is equal to all instances of BuildRuleType that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
This instance is equal to all instances of CachingBuildEngineBuckConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.Cell
 
equals(Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
This instance is equal to all instances of BuildConfigFields that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
This instance is equal to all instances of Field that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
This instance is equal to all instances of FrameworkPath that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
This instance is equal to all instances of ManifestEntries that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.OcamlSource
This instance is equal to all instances of OcamlSource that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.SourceList
This instance is equal to all instances of SourceList that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
This instance is equal to all instances of SourceWithFlagsList that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
This instance is equal to all instances of DexInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ExopackageInfo
This instance is equal to all instances of ExopackageInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
This instance is equal to all instances of NativeLibsInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
This instance is equal to all instances of ExternalTestRunnerTestSpec that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
This instance is equal to all instances of DependencyFileEntry that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.Label
This instance is equal to all instances of Label that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ParamInfo
 
equals(Object) - Method in class com.facebook.buck.rules.PathSourcePath
 
equals(Object) - Method in class com.facebook.buck.rules.RelativeCellName
This instance is equal to all instances of RelativeCellName that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
This instance is equal to all instances of ResourceAwareSchedulingInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.RuleKey
 
equals(Object) - Method in class com.facebook.buck.rules.RuleScheduleInfo
This instance is equal to all instances of RuleScheduleInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.SourceWithFlags
This instance is equal to all instances of SourceWithFlags that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.TargetGraph
 
equals(Object) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
This instance is equal to all instances of TargetGraphAndBuildTargets that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
This instance is equal to all instances of TargetGraphAndTargetNodes that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rules.VersionedTool
This instance is equal to all instances of VersionedTool that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.rust.RustLibraryArg
 
equals(Object) - Method in class com.facebook.buck.shell.WorkerJobParams
This instance is equal to all instances of WorkerJobParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.shell.WorkerJobResult
This instance is equal to all instances of WorkerJobResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.shell.WorkerProcessCommand
This instance is equal to all instances of WorkerProcessCommand that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
This instance is equal to all instances of ClientSideSlbConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
This instance is equal to all instances of LoadBalancedServiceEventData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
This instance is equal to all instances of LoadBalancerPingEventData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.PerServerData
This instance is equal to all instances of PerServerData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.PerServerPingData
This instance is equal to all instances of PerServerPingData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
This instance is equal to all instances of ServerHealthManagerEventData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
This instance is equal to all instances of ThriftOverHttpServiceConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.step.AbstractTestStep
 
equals(Object) - Method in class com.facebook.buck.step.CompositeStep
 
equals(Object) - Method in class com.facebook.buck.step.ExecutionContext
This instance is equal to all instances of ExecutionContext that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.step.fs.MakeCleanDirectoryStep
 
equals(Object) - Method in class com.facebook.buck.step.fs.MkdirAndSymlinkFileStep
 
equals(Object) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
equals(Object) - Method in class com.facebook.buck.step.fs.TouchStep
 
equals(Object) - Method in class com.facebook.buck.step.StepEvent.Finished
 
equals(Object) - Method in class com.facebook.buck.step.StepExecutionResult
This instance is equal to all instances of StepExecutionResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.swift.SwiftPlatform
This instance is equal to all instances of SwiftPlatform that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.test.selectors.TestDescription
 
equals(Object) - Method in class com.facebook.buck.test.TestResults
This instance is equal to all instances of TestResults that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.test.TestResultSummary
 
equals(Object) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
This instance is equal to all instances of TestResultSummaryVerbosity that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.test.TestRunningOptions
This instance is equal to all instances of TestRunningOptions that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.test.TestStatusMessage
This instance is equal to all instances of TestStatusMessage that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.thrift.ThriftCompilerStep
 
equals(Object) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
This instance is equal to all instances of AutoSparseConfig that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.autosparse.ManifestInfo
This instance is equal to all instances of ManifestInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
This instance is equal to all instances of FileHashCacheVerificationResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
This instance is equal to all instances of HashCodeAndFileType that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
This instance is equal to all instances of ListeningSemaphoreArrayPendingItem that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
This instance is equal to all instances of ResourceAmounts that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
This instance is equal to all instances of DirectoryCleanerArgs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
This instance is equal to all instances of BuildEnvironmentDescription that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
equals(Object) - Method in class com.facebook.buck.util.network.offline.ScribeData
This instance is equal to all instances of ScribeData that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.PatternAndMessage
This instance is equal to all instances of PatternAndMessage that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.ProcessExecutorParams
This instance is equal to all instances of ProcessExecutorParams that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.ProcessResourceConsumption
This instance is equal to all instances of ProcessResourceConsumption that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.SampleRate
This instance is equal to all instances of SampleRate that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.util.sha1.Sha1HashCode
 
equals(Object) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
This instance is equal to all instances of VersionControlStats that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
This instance is equal to all instances of CachedVersionedTargetGraph that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.ExactConstraint
This instance is equal to all instances of ExactConstraint that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.Version
This instance is equal to all instances of Version that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionedAliasDescription
This instance is equal to all instances of VersionedAliasDescription that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
This instance is equal to all instances of VersionedTargetGraphCacheResult that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
This instance is equal to all instances of VersionedTargetGraphInputs that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionInfo
This instance is equal to all instances of VersionInfo that have equal attribute values.
equals(Object) - Method in class com.facebook.buck.versions.VersionUniverse
This instance is equal to all instances of VersionUniverse that have equal attribute values.
equalsForDaemonRestart(BuckConfig) - Method in class com.facebook.buck.cli.BuckConfig
 
equalsIgnoring(Config, ImmutableMap<String, ImmutableSet<String>>) - Method in class com.facebook.buck.config.Config
 
equalTo(QueryEnvironment.Argument) - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
error(Throwable, String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
 
error(Throwable, String) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
error(String) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
error(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
error(Throwable) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
error(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at ERROR level.
ErrorLogRecord - Class in com.facebook.buck.log
Immutable implementation of AbstractErrorLogRecord.
ErrorLogRecord.Builder - Class in com.facebook.buck.log
Builds instances of type ErrorLogRecord.
escape(Escaper.Quoter, CharMatcher, String) - Static method in class com.facebook.buck.util.Escaper
Escapes the special characters identified the CharMatcher, using single quotes.
escapeAsBashString(String) - Static method in class com.facebook.buck.util.Escaper
Quotes a string to be passed to Bash, if necessary.
escapeAsBashString(Path) - Static method in class com.facebook.buck.util.Escaper
 
escapeAsMakefileValueString(String) - Static method in class com.facebook.buck.util.Escaper
 
escapeAsPythonString(String) - Static method in class com.facebook.buck.util.Escaper
 
escapeAsShellString(String) - Static method in class com.facebook.buck.util.Escaper
Quotes a string to be passed to the shell, if necessary.
escapePathForCIncludeString(Path) - Static method in class com.facebook.buck.util.Escaper
Escapes forward slashes in a Path as a String that is safe to consume with other tools (such as gcc).
Escaper - Class in com.facebook.buck.util
 
escaper(Escaper.Quoter, CharMatcher) - Static method in class com.facebook.buck.util.Escaper
 
Escaper.Quoter - Enum in com.facebook.buck.util
The quoting style to use when escaping.
EstimateDexWeightStep - Class in com.facebook.buck.dalvik
 
EstimateDexWeightStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.dalvik.EstimateDexWeightStep
This uses an estimator that uses the size of the .class file as the estimate.
estimatedLinearAllocSize - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
Estimated bytes the class will contribute to Dalvik linear alloc.
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.AllPathsFunction
 
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.AttrFilterFunction
 
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.BuildFileFunction
 
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.DepsFunction
Evaluates to the dependencies of the argument.
eval(QueryEnvironment, ListeningExecutorService) - Method in class com.facebook.buck.query.FunctionExpression
 
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.InputsFunction
Evaluates to the direct inputs of the argument.
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.LabelsFunction
 
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.OwnerFunction
 
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
Called when a user-defined function is to be evaluated.
eval(QueryEnvironment, ListeningExecutorService) - Method in class com.facebook.buck.query.QueryExpression
Evaluates this query in the specified environment, and returns a (possibly-immutable) set of targets.
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.RdepsFunction
Evaluates to the reverse dependencies of the argument 'x' in the transitive closure of the set 'u'.
eval(QueryEnvironment, ListeningExecutorService) - Method in class com.facebook.buck.query.TargetLiteral
 
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.query.TestsOfFunction
 
eval(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, ListeningExecutorService) - Method in class com.facebook.buck.rules.query.ClasspathFunction
 
evaluateQuery(QueryExpression, ListeningExecutorService) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
Evaluate the specified query expression in this environment.
evaluateQuery(String, ListeningExecutorService) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
EVENT_NAME - Static variable in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
EventBus - Interface in com.facebook.buck.event
Thin wrapper around guava event bus.
EventKey - Class in com.facebook.buck.event
Immutable implementation of AbstractEventKey.
EventKey.Builder - Class in com.facebook.buck.event
Builds instances of type EventKey.
EventPair - Class in com.facebook.buck.event.listener
Utility class to help match up start and end events
EventPair.Builder - Class in com.facebook.buck.event.listener
Builds instances of type EventPair.
ExactConstraint - Class in com.facebook.buck.versions
Immutable implementation of AbstractExactConstraint.
ExceptionWithHumanReadableMessage - Interface in com.facebook.buck.util
 
ExcludeFolder - Class in com.facebook.buck.jvm.java.intellij
A path which contains a set of sources we wish to present to IntelliJ.
exe - Variable in class com.facebook.buck.shell.WorkerToolDescription.Arg
 
executable - Variable in class com.facebook.buck.cxx.CxxLinkAndCompileRules
 
executable - Variable in class com.facebook.buck.shell.GenruleDescription.Arg
 
ExecutableFinder - Class in com.facebook.buck.io
Given the name of an executable, search a set of (possibly platform-specific) known locations for that executable.
ExecutableFinder() - Constructor for class com.facebook.buck.io.ExecutableFinder
 
ExecutableFinder(Platform) - Constructor for class com.facebook.buck.io.ExecutableFinder
 
ExecutableMacroExpander - Class in com.facebook.buck.rules.macros
Resolves to the executable command for a build target referencing a BinaryBuildRule.
ExecutableMacroExpander() - Constructor for class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MiniAapt
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkBuilderStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ApkInstallStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.CompileStringsStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ConcatStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.DxStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ExtractFromAndroidManifestStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.FilterResourcesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.GenerateManifestStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.GenStringSourceMapStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.GetStringsFilesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.HashInputJarsToDexStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.IntraDexReorderStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.SmartDexingStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.android.SplitZipStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.cxx.ArchiveStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxCollectAndLogInferDependenciesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxWriteArgsToFileStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.cxx.HeaderMapStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.cxx.StripSymbolsStep
 
execute() - Method in class com.facebook.buck.dalvik.DalvikAwareZipSplitter
 
execute(ExecutionContext) - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
execute() - Method in interface com.facebook.buck.dalvik.ZipSplitter
Writes the primary zip file and if necessary, the secondary zip files.
execute(ExecutionContext) - Method in class com.facebook.buck.file.DownloadStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.json.JsonConcatenateStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CalculateAbiStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacDirectToJarStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlBuildStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.python.PythonRunTestsStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.rules.RecordFileSha1Step
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.SymlinkFilesIntoDirectoryStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractExecutionStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.AbstractTestStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.CompositeStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.ConditionalStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.CopyStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FileScrubberStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MakeExecutableStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MkdirStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.MoveStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.RmStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.StringTemplateStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymCopyStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.TouchStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.WriteFileStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.step.fs.XzStep
 
execute(ExecutionContext) - Method in interface com.facebook.buck.step.Step
 
execute(Runnable) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
execute(ProcessExecutor.LaunchedProcess, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
Executes the specified already-launched process.
execute(ExecutionContext) - Method in class com.facebook.buck.zip.RepackZipEntriesStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.zip.UnzipStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.zip.ZipScrubberStep
 
execute(ExecutionContext) - Method in class com.facebook.buck.zip.ZipStep
 
executeAndPrintFailuresToEventBus(Iterable<? extends HasBuildTarget>, boolean, BuckEventBus, Console, Optional<Path>) - Method in class com.facebook.buck.command.Build
 
executeAndPrintFailuresToEventBus(WeightedListeningExecutorService, ProjectFilesystem, FileHashCache, BuckEventBus) - Method in class com.facebook.buck.distributed.DistBuildClientExecutor
 
executeBuild(Iterable<? extends HasBuildTarget>, boolean) - Method in class com.facebook.buck.command.Build
If isKeepGoing is false, then this returns a future that succeeds only if all of rulesToBuild build successfully.
executeCommandWithErrorChecking(IDevice, String) - Static method in class com.facebook.buck.android.AdbHelper
Runs a command on a device and throws an exception if it fails.
executeLocalBuild(CommandRunnerParams, ActionGraphAndResolver, WeightedListeningExecutorService) - Method in class com.facebook.buck.cli.BuildCommand
 
ExecutionContext - Class in com.facebook.buck.step
Immutable implementation of AbstractExecutionContext.
ExecutionContext.Builder - Class in com.facebook.buck.step
Builds instances of type ExecutionContext.
ExecutionEnvironment - Interface in com.facebook.buck.util.environment
 
ExecutorPool - Enum in com.facebook.buck.step
 
executorService - Variable in class com.facebook.buck.parser.ConvertingPipeline
 
exists(Path, LinkOption...) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
exists(Path, LinkOption...) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
EXISTS - Static variable in class com.facebook.buck.io.FileFinder
Filter that checks that a file exists.
exists(Path, LinkOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
exists(Path, LinkOption...) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
exists(Path, LinkOption...) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
existsInManifest(Path) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Query if a file is available in the source control manifest (and is thus tracked by source control)
existsInManifest(Path) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
exitCode - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
 
exopackage - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
EXOPACKAGE_FLAGS - Static variable in class com.facebook.buck.android.BuildConfigs
Name of a global variable that includes the exopackage configuration as a bitmask.
ExopackageInfo - Class in com.facebook.buck.rules
Immutable implementation of AbstractExopackageInfo.
ExopackageInfo.Builder - Class in com.facebook.buck.rules
Builds instances of type ExopackageInfo.
ExopackageInfo.DexInfo - Class in com.facebook.buck.rules
Immutable implementation of AbstractExopackageInfo.AbstractDexInfo.
ExopackageInfo.DexInfo.Builder - Class in com.facebook.buck.rules
Builds instances of type DexInfo.
ExopackageInfo.NativeLibsInfo - Class in com.facebook.buck.rules
Immutable implementation of AbstractExopackageInfo.AbstractNativeLibsInfo.
ExopackageInfo.NativeLibsInfo.Builder - Class in com.facebook.buck.rules
Builds instances of type NativeLibsInfo.
ExopackageInstaller - Class in com.facebook.buck.android
ExopackageInstaller manages the installation of apps with the "exopackage" flag set to true.
ExopackageInstaller(SourcePathResolver, ExecutionContext, AdbHelper, HasInstallableApk) - Constructor for class com.facebook.buck.android.ExopackageInstaller
 
exopackageModes - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.LocationMacroExpander
 
expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in interface com.facebook.buck.rules.macros.MacroExpander
Expand the input given for the this macro to some string.
expand(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
 
expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.OutputToFileExpander
 
expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
 
expand(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.StringExpander
 
expand(SourcePathResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
 
expandForFile(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
expandForFile(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in interface com.facebook.buck.rules.macros.MacroExpanderWithCustomFileOutput
Expand the input given for the this macro to some string, which is intended to be written to a file.
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, BuildTarget) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
expandFrom(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
 
expandHomeDir(Path) - Static method in class com.facebook.buck.io.MorePaths
Expands "~/foo" into "/home/zuck/foo".
EXPECTED_NUMBER_OF_GENERATED_PROJECT_FILES - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
 
EXPECTED_NUMBER_OF_PARSED_BUCK_FILES - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
 
EXPECTED_NUMBER_OF_PARSED_RULES - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
 
experimentalArgs - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
In practice, these may be values such as -XenableClosureCompiler, -XdisableClassMetadata, -XdisableCastChecking, or -XfragmentMerge.
EXPLICIT_FILE_TYPE_BROKEN_IDENTIFIERS - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
Set of identifiers which only work as "lastKnownFileType" and not "explicitFileType" in a PBXFileReference.
explicitBuilder() - Static method in class com.facebook.buck.cxx.CxxToolFlags
Returns a builder for explicitly specifying the flags.
ExplicitCxxToolFlags - Class in com.facebook.buck.cxx
CxxToolFlags implementation where the flags are stored explicitly as lists.
ExplicitCxxToolFlags.Builder - Class in com.facebook.buck.cxx
Builds instances of type ExplicitCxxToolFlags.
explicitRunnablePath - Variable in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
EXPLODING_ANDROID_PLATFORM_TARGET_SUPPLIER - Static variable in class com.facebook.buck.android.AndroidPlatformTarget
Supplier for an AndroidPlatformTarget that always throws a NoAndroidSdkException.
ExplodingDownloader - Class in com.facebook.buck.file
 
ExplodingDownloader() - Constructor for class com.facebook.buck.file.ExplodingDownloader
 
ExportDependencies - Interface in com.facebook.buck.rules
BuildRule that can export a subset of it's dependencies.
EXPORTED_HEADER_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
exportedCompilerFlags - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
exportedDeps - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
exportedDeps - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
exportedDeps - Variable in class com.facebook.buck.go.GoLibraryDescription.Arg
 
exportedDeps - Variable in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription.Arg
 
exportedDeps - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
ExportedDepsClosureResolver - Class in com.facebook.buck.jvm.java.intellij
Calculates the transitive closure of exported deps for every node in a TargetGraph.
ExportedDepsClosureResolver(TargetGraph) - Constructor for class com.facebook.buck.jvm.java.intellij.ExportedDepsClosureResolver
 
exportedHeaders - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
exportedHeaders - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
exportedLangPreprocessorFlags - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
exportedLangPreprocessorFlags - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
exportedLinkerFlags - Variable in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription.Arg
 
exportedLinkerFlags - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
exportedLinkerFlags - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
exportedLinkerFlags - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
exportedPlatformHeaders - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
exportedPlatformHeaders - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
exportedPlatformLinkerFlags - Variable in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription.Arg
 
exportedPlatformLinkerFlags - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
exportedPlatformLinkerFlags - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
exportedPlatformPreprocessorFlags - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
exportedPlatformPreprocessorFlags - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
exportedPreprocessorFlags - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
exportedPreprocessorFlags - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
exportedSymbols - Variable in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
Exported symbols are those that need to be on the classpath when compiling against the providedSymbols.
ExportFile - Class in com.facebook.buck.shell
Export a file so that it can be easily referenced by other BuildRules.
ExportFileDescription - Class in com.facebook.buck.shell
 
ExportFileDescription() - Constructor for class com.facebook.buck.shell.ExportFileDescription
 
ExportFileDescription.Arg - Class in com.facebook.buck.shell
 
ExportFileDescription.Mode - Enum in com.facebook.buck.shell
Controls how `export_file` exports it's wrapped source.
exportHgSparseRules(Path) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
exposeSourceMap(BuildTarget) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
ext(String...) - Static method in class com.facebook.buck.ocaml.OcamlUtil
Constructs a Predicate instance which returns true if the input argument ends with any String in extensions
EXTENDED_TIMESTAMP_ID - Static variable in class com.facebook.buck.zip.ZipScrubberStep
 
extension - Variable in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
extension - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
extension - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
EXTERNAL_IMMUTABLE_BASE_CLASSES - Static variable in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
NonExternal classes that are non-final but have no inherent mutability.
ExternalJavac - Class in com.facebook.buck.jvm.java
 
ExternalJavac(Either<Path, SourcePath>) - Constructor for class com.facebook.buck.jvm.java.ExternalJavac
 
ExternallyBuiltApplePackage - Class in com.facebook.buck.apple
Rule for generating an apple package via external script.
ExternallyBuiltApplePackage(BuildRuleParams, SourcePathResolver, ApplePackageConfigAndPlatformInfo, SourcePath, boolean) - Constructor for class com.facebook.buck.apple.ExternallyBuiltApplePackage
 
ExternalTestRunnerRule - Interface in com.facebook.buck.rules
A interface describing TestRules which support being run by an external test runner.
ExternalTestRunnerTestSpec - Class in com.facebook.buck.rules
A JSON-serializable structure that gets passed to external test runners.
ExternalTestRunnerTestSpec.Builder - Class in com.facebook.buck.rules
Builds instances of type ExternalTestRunnerTestSpec.
extraArguments - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
extraArguments - Variable in class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
extractBuildTargetContainer(HasBuildTarget) - Static method in class com.facebook.buck.query.QueryTargetAccessor
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractBuildTimeDeps(BuildRuleResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
extractBuildTimeDeps(BuildRuleResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in interface com.facebook.buck.rules.macros.MacroExpander
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.OutputToFileExpander
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
 
extractBuildTimeDeps(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.StringExpander
 
extractBuildTimeDeps(BuildRuleResolver, BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, BuildTarget) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
extractBuildTimeDepsFrom(BuildTarget, CellPathResolver, BuildRuleResolver, BuildTarget) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
extractFeaturesFromJavaCode(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
 
ExtractFromAndroidManifestStep - Class in com.facebook.buck.android
 
ExtractFromAndroidManifestStep(Path, ProjectFilesystem, BuildableContext, String, Path) - Constructor for class com.facebook.buck.android.ExtractFromAndroidManifestStep
 
extractParseTimeDeps(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractParseTimeDeps(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in interface com.facebook.buck.rules.macros.MacroExpander
 
extractParseTimeDeps(BuildTarget, CellPathResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
extractParseTimeDeps(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.OutputToFileExpander
 
extractParseTimeDeps(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.QueryMacroExpander
 
extractParseTimeDeps(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.StringExpander
 
extractParseTimeDepsFrom(BuildTarget, CellPathResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractParseTimeDepsFrom(BuildTarget, CellPathResolver, BuildTarget) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
extractRawManifest() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in interface com.facebook.buck.rules.macros.MacroExpander
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.OutputToFileExpander
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
 
extractRuleKeyAppendables(BuildTarget, CellPathResolver, BuildRuleResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.StringExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, T) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, BuildTarget) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, BuildTarget) - Method in class com.facebook.buck.rules.macros.ClasspathMacroExpander
 
extractRuleKeyAppendablesFrom(BuildTarget, CellPathResolver, BuildRuleResolver, BuildTarget) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
extractSourcePath(SourcePath) - Static method in class com.facebook.buck.query.QueryTargetAccessor
 
extractSymbolInfo(String) - Static method in class com.facebook.buck.android.relinker.Symbols
 
extractZipFile(Path, ProjectFilesystem, Path, Unzip.ExistingFileMode) - Static method in class com.facebook.buck.zip.Unzip
Unzips a file to a destination and returns the paths of the written files.
extractZipFile(Path, ProjectFilesystem, Unzip.ExistingFileMode) - Static method in class com.facebook.buck.zip.Unzip
 
extractZipFile(Path, Path, Unzip.ExistingFileMode) - Static method in class com.facebook.buck.zip.Unzip
 
extraGroovycArguments - Variable in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription.Arg
 
ExtraInfoCollector - Interface in com.facebook.buck.rage
Responsible for getting extra information to the report by running a user-specified command.
ExtraInfoCollector.AbstractExtraInfoResult - Interface in com.facebook.buck.rage
 
ExtraInfoCollector.ExtraInfoExecutionException - Exception in com.facebook.buck.rage
 
ExtraInfoExecutionException(String) - Constructor for exception com.facebook.buck.rage.ExtraInfoCollector.ExtraInfoExecutionException
 
ExtraInfoExecutionException(String, Throwable) - Constructor for exception com.facebook.buck.rage.ExtraInfoCollector.ExtraInfoExecutionException
 
ExtraInfoResult - Class in com.facebook.buck.rage
Immutable implementation of ExtraInfoCollector.AbstractExtraInfoResult.
ExtraInfoResult.Builder - Class in com.facebook.buck.rage
Builds instances of type ExtraInfoResult.
extraKotlincArguments - Variable in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.Arg
 
extraSchemes - Variable in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
extraTargets - Variable in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
extraTests - Variable in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
extraXcodeSources - Variable in class com.facebook.buck.apple.AppleNativeTargetDescriptionArg
 

F

FACTORY - Static variable in class com.facebook.buck.jvm.java.intellij.AndroidResourceFolder
 
FACTORY - Static variable in class com.facebook.buck.jvm.java.intellij.ExcludeFolder
 
FACTORY - Static variable in class com.facebook.buck.jvm.java.intellij.SourceFolder
 
FACTORY - Static variable in class com.facebook.buck.jvm.java.intellij.TestFolder
 
FAIL_EXIT_CODE - Static variable in class com.facebook.buck.cli.Main
Trying again won't help.
failure(BuildRule, Throwable) - Static method in class com.facebook.buck.rules.BuildResult
 
FakeExecutableFinder - Class in com.facebook.buck.io
 
FakeExecutableFinder(Path...) - Constructor for class com.facebook.buck.io.FakeExecutableFinder
 
FakeExecutableFinder(ImmutableCollection<Path>) - Constructor for class com.facebook.buck.io.FakeExecutableFinder
 
fakeOutParseEvents(BuckEventBus) - Method in class com.facebook.buck.cli.CacheCommand
 
FakeRDotTxtEntry - Class in com.facebook.buck.android.aapt
An RDotTxtEntry with fake RDotTxtEntry.idValue, useful for comparing two resource entries for equality, since RDotTxtEntry.compareTo(RDotTxtEntry) ignores the id value.
FakeRDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntry
 
FakeRDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, RDotTxtEntry.CustomDrawableType) - Constructor for class com.facebook.buck.android.aapt.FakeRDotTxtEntry
 
FAT_JAR_INFO_RESOURCE - Static variable in class com.facebook.buck.jvm.java.FatJar
 
FAT_JAR_MAIN_SRC_RESOURCE - Static variable in class com.facebook.buck.jvm.java.JarFattener
 
FAT_JAR_SRC_RESOURCES - Static variable in class com.facebook.buck.jvm.java.JarFattener
 
FatArch - Class in com.facebook.buck.macho
This header file describes the structures of the file format for "fat" architecture specific file (wrapper design).
FatArchUtils - Class in com.facebook.buck.macho
 
FatHeader - Class in com.facebook.buck.macho
Immutable implementation of AbstractFatHeader.
FatHeaderUtils - Class in com.facebook.buck.macho
 
FatJar - Class in com.facebook.buck.jvm.java
 
FatJar() - Constructor for class com.facebook.buck.jvm.java.FatJar
 
FatJar(String, Map<String, String>) - Constructor for class com.facebook.buck.jvm.java.FatJar
 
FatJarMain - Class in com.facebook.buck.jvm.java
 
fcntl(int, int, Object...) - Method in interface com.facebook.buck.util.Libc
 
features - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
features - Variable in class com.facebook.buck.rust.RustLibraryDescription.Arg
 
features - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
fetch(RuleKey, LazyPath) - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
Fetch a cached artifact, keyed by ruleKey, save the artifact to path specified by output, and return true on success.
fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
 
fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
Fetch the artifact matching ruleKey and store it to output.
fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
 
fetch(RuleKey, LazyPath) - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in interface com.facebook.buck.file.AuthAwareDownloader
 
fetch(BuckEventBus, URI, Path) - Method in interface com.facebook.buck.file.Downloader
Download the given URL and, upon a successful download, place it in output.
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.ExplodingDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.HttpDownloader
 
fetch(BuckEventBus, URI, Optional<PasswordAuthentication>, Path) - Method in class com.facebook.buck.file.HttpDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.OnDiskMavenDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.RemoteMavenDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.RetryingDownloader
 
fetch(BuckEventBus, URI, Path) - Method in class com.facebook.buck.file.StackedDownloader
 
fetchBuildJobState(BuildId) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchBuildSlaveLogDir(BuildId, List<RunId>) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchClient - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
FetchCommand - Class in com.facebook.buck.cli
 
FetchCommand() - Constructor for class com.facebook.buck.cli.FetchCommand
 
fetchImpl(RuleKey, LazyPath, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
fetchImpl(RuleKey, LazyPath, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCache
 
fetchImpl(RuleKey, LazyPath, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
FetchResponse(ImmutableSet<RuleKey>, ImmutableMap<String, String>, ByteSource) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
 
FetchResponseReadResult - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractFetchResponseReadResult.
FetchResponseReadResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type FetchResponseReadResult.
fetchSlaveLogLines(BuildId, List<LogLineBatchRequest>) - Method in class com.facebook.buck.distributed.DistBuildService
 
fetchSourceFile(String) - Method in class com.facebook.buck.distributed.DistBuildService
 
fieldDesc - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.FieldReference
 
fieldName - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.FieldReference
 
FieldReference(String, String, String) - Constructor for class com.facebook.buck.dalvik.DalvikStatsTool.FieldReference
 
fieldReferences - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
Fields referenced by the class.
FieldValueExtractor - Class in com.facebook.buck.rules.keys
Extracts a value of a given field, that is assumed to be accessible.
FieldValueExtractor(Field) - Constructor for class com.facebook.buck.rules.keys.FieldValueExtractor
 
FILE_EXTENSION_TO_IDENTIFIER - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
Map of file extension to Xcode identifiers.
FileAttributesScrubber - Interface in com.facebook.buck.io
Created by beefon on 06/06/2016.
FileChangesIgnoredReport - Class in com.facebook.buck.rage
Information helpful when diagnosing 'buck is not picking up changes' reports.
FileChangesIgnoredReport.Builder - Class in com.facebook.buck.rage
Builds instances of type FileChangesIgnoredReport.
FileClassPathRunner - Class in com.facebook.buck.jvm.java.runner
A standalone class that's designed to read its classpath from a file given using the standard `@` syntax used by javac.
fileContentsDiffer(InputStream, Path, ProjectFilesystem) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
 
FileContentsProvider - Interface in com.facebook.buck.distributed
 
FileContentsProviders - Class in com.facebook.buck.distributed
 
FileContentsProviders.InlineContentsProvider - Class in com.facebook.buck.distributed
 
FileContentsProviders.MultiSourceContentsProvider - Class in com.facebook.buck.distributed
 
FileContentsProviders.ServerContentsProvider - Class in com.facebook.buck.distributed
 
FileContentsScrubber - Interface in com.facebook.buck.io
 
fileCreation(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
FileCreation(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileCreation
 
fileDeletion(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
FileDeletion(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.FileDeletion
 
FileFinder - Class in com.facebook.buck.io
Methods for finding files.
FileHashCache - Interface in com.facebook.buck.util.cache
A cache which maps Paths to cached hashes of their contents, based on a simplified subset of the java.util.Map<Path, HashCode> interface.
FileHashCache.AbstractFileHashCacheVerificationResult - Interface in com.facebook.buck.util.cache
 
FileHashCacheVerificationResult - Class in com.facebook.buck.util.cache
FileHashCacheVerificationResult.Builder - Class in com.facebook.buck.util.cache
Builds instances of type FileHashCacheVerificationResult.
FileHashLoader - Interface in com.facebook.buck.hashing
 
FileLastModifiedDateContentsScrubber - Class in com.facebook.buck.cxx
Resets the file's last modification date.
FileLastModifiedDateContentsScrubber() - Constructor for class com.facebook.buck.cxx.FileLastModifiedDateContentsScrubber
 
FileLike - Interface in com.facebook.buck.jvm.java.classes
Provides a file-like interface for objects which may be present within more specialized containers (like zip files).
FileLikeCharSource - Class in com.facebook.buck.jvm.java.classes
 
FileLikeCharSource(FileLike) - Constructor for class com.facebook.buck.jvm.java.classes.FileLikeCharSource
 
FileLikes - Class in com.facebook.buck.jvm.java.classes
Utilities for common operations when working with FileLikes.
fileList(Path) - Method in class com.facebook.buck.cxx.DarwinLinker
 
fileList(Path) - Method in class com.facebook.buck.cxx.GnuLinker
 
fileList(Path) - Method in interface com.facebook.buck.cxx.Linker
Specifies that the linker should link the files listed in file.
fileList(Path) - Method in class com.facebook.buck.cxx.WindowsLinker
 
FileListableLinkerInputArg - Class in com.facebook.buck.rules.args
Arg that represents object file that should be linked into resulting binary using normal mechanism, e.g.
filenameFor(String, CxxPlatform) - Method in enum com.facebook.buck.rust.CrateType
Return an appropriate filename for this crate, given its type and the platform.
fileOutputName(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.halide.HalideCompile
 
FilePathHashLoader - Class in com.facebook.buck.hashing
A FileHashLoader that only hashes the files' paths without reading their contents.
FilePathHashLoader(Path, ImmutableSet<Path>) - Constructor for class com.facebook.buck.hashing.FilePathHashLoader
 
files - Variable in class com.facebook.buck.apple.AppleResourceDescription.Arg
 
FileScrubber - Interface in com.facebook.buck.io
 
FileScrubber.ScrubException - Exception in com.facebook.buck.io
 
FileScrubberStep - Class in com.facebook.buck.step.fs
Scrub any non-deterministic meta-data from the given file (e.g.
FileScrubberStep(ProjectFilesystem, Path, ImmutableList<FileScrubber>) - Constructor for class com.facebook.buck.step.fs.FileScrubberStep
 
FileSerializationEventBusListener - Class in com.facebook.buck.event.listener
 
FileSerializationEventBusListener(Path, ObjectMapper) - Constructor for class com.facebook.buck.event.listener.FileSerializationEventBusListener
 
FilesystemBackedBuildFileTree - Class in com.facebook.buck.model
Class to allow looking up parents and children of build files.
FilesystemBackedBuildFileTree(ProjectFilesystem, String) - Constructor for class com.facebook.buck.model.FilesystemBackedBuildFileTree
 
FileTypes - Class in com.facebook.buck.apple.xcode.xcodeproj
File types used in Apple targets.
fill(CellPathResolver, ProjectFilesystem, Path, ImmutableCollection.Builder<T>, Object) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
Helper method to add coerced elements to the builder.
fillSortedSet(CellPathResolver, ProjectFilesystem, Path, SortedSet<T>, Object) - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
 
filter(Iterable<TargetNode<?, ?>>) - Method in interface com.facebook.buck.parser.TargetNodeSpec
 
filter(Class<U>) - Method in interface com.facebook.buck.util.RichStream
Filter stream elements, returning only those that is an instance of the given class.
filter(Predicate<? super T>) - Method in interface com.facebook.buck.util.RichStream
 
filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the objects in the `attribute` of the given `target` that satisfy `predicate`
filterAttributeContents(TargetNode<T, ?>, String, Predicate<Object>) - Static method in class com.facebook.buck.query.QueryTargetAccessor
Filters the objects in the given attribute that satisfy the given predicate.
filterAttributeContents(QueryTarget, String, Predicate<Object>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
filterBuildRuleInputs(Stream<? extends SourcePath>) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
 
filterBuildRuleInputs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
 
filterBuildRuleInputs(SourcePath...) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
 
filterBuildTargetSourcePaths(Iterable<SourcePath>) - Static method in class com.facebook.buck.rules.SourcePaths
 
filterCast(Class<R>) - Static method in class com.facebook.buck.util.MoreStreams
Returns a function suitable for use in Stream.flatMap(Function) that casts the input to the given class if possible.
FILTERED_RESOURCE_DIRS_KEY - Static variable in class com.facebook.buck.android.AaptPackageResources
 
FilteredDirectoryCopier - Interface in com.facebook.buck.util
 
FilteredResourcesProvider - Interface in com.facebook.buck.android
 
filterForSubpaths(Iterable<Path>, Path) - Static method in class com.facebook.buck.io.MorePaths
Filters out Path objects from paths that aren't a subpath of root and returns a set of paths relative to root.
FilterFunction - Class in com.facebook.buck.query
A filter(pattern, argument) expression, evaluates its argument and filters the resulting targets by applying the given regular expression pattern to the targets' names.
FilterFunction() - Constructor for class com.facebook.buck.query.FilterFunction
 
filterInputsToCompareToOutput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.rules.SourcePathResolver
Takes an Iterable of SourcePath objects and filters those that represent Paths.
filterInputsToCompareToOutput(SourcePath...) - Method in class com.facebook.buck.rules.SourcePathResolver
 
filterMatchingMapKeys(Map<String, V>) - Method in class com.facebook.buck.util.PatternsMatcher
 
FilterResourcesStep - Class in com.facebook.buck.android
This Step copies res directories to a different location, while filtering out certain resources.
FilterResourcesStep.Builder - Class in com.facebook.buck.android
 
FilterResourcesStep.DefaultDrawableFinder - Class in com.facebook.buck.android
 
FilterResourcesStep.DrawableFinder - Interface in com.facebook.buck.android
 
FilterResourcesStep.ImageScaler - Interface in com.facebook.buck.android
 
FilterResourcesStep.ResourceFilter - Class in com.facebook.buck.android
Helper class for interpreting the resource_filter argument to android_binary().
finalize() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
finalize() - Method in class com.facebook.buck.log.GlobalStateManager
Since this is a Singleton class, make sure it cleans after itself once it's GC'ed.
finalRName - Variable in class com.facebook.buck.android.AndroidLibraryDescription.Arg
 
find(ByteBuffer) - Method in class com.facebook.buck.cxx.DebugSectionFinder
 
findAll(ImmutableSet<String>, String) - Method in class com.facebook.buck.model.MacroFinder
 
FindAndReplaceStep - Class in com.facebook.buck.step.fs
 
FindAndReplaceStep(ProjectFilesystem, Path, Path, Function<String, String>) - Constructor for class com.facebook.buck.step.fs.FindAndReplaceStep
 
findChildren(T) - Method in interface com.facebook.buck.graph.GraphTraversable
 
findCurrentSsid() - Static method in class com.facebook.buck.util.environment.MacWifiSsidFinder
Finds the SSID of the default Wi-Fi interface using Mac OS X APIs.
findCycles() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
findDependencyInfoForGraph(TargetGraph) - Method in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
 
findDepsForBuildFiles(TargetGraph, Console) - Method in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidLibraryDescription.Arg) - Method in class com.facebook.buck.android.AndroidLibraryCompiler
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidLibraryDescription.Arg) - Method in class com.facebook.buck.android.AndroidLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidLibraryDescription.Arg) - Method in class com.facebook.buck.android.ScalaAndroidLibraryCompiler
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleBinaryDescription.Arg) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleBundleDescription.Arg) - Method in class com.facebook.buck.apple.AppleBundleDescription
Propagate the bundle's platform, debug symbol and strip flavors to its dependents which are other bundles (e.g.
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleLibraryDescription.Arg) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleNativeTargetDescriptionArg) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ApplePackageDescription.Arg) - Method in class com.facebook.buck.apple.ApplePackageDescription
Propagate the packages's flavors to its dependents.
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AppleTestDescription.Arg) - Method in class com.facebook.buck.apple.AppleTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxBinaryDescription.Arg) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ImmutableList<String>, ImmutableList<ImmutableList<String>>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AbstractGenruleDescription.Arg) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxLibraryDescription.Arg) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxTestDescription.Arg) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PrebuiltCxxLibraryDescription.Arg) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, DBinaryDescription.Arg) - Method in class com.facebook.buck.d.DBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, DTestDescription.Arg) - Method in class com.facebook.buck.d.DTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GoBinaryDescription.Arg) - Method in class com.facebook.buck.go.GoBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, GoTestDescription.Arg) - Method in class com.facebook.buck.go.GoTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellBinaryDescription.Arg) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, HaskellLibraryDescription.Arg) - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, AndroidReactNativeLibraryDescription.Args) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ReactNativeLibraryArgs) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaBinaryDescription.Args) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, JavaTestDescription.Arg) - Method in class com.facebook.buck.jvm.java.JavaTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ScalaLibraryDescription.Arg) - Method in class com.facebook.buck.jvm.scala.ScalaLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ScalaTestDescription.Arg) - Method in class com.facebook.buck.jvm.scala.ScalaTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxLuaExtensionDescription.Arg) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, LuaBinaryDescription.Arg) - Method in class com.facebook.buck.lua.LuaBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, OcamlBinaryDescription.Arg) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, OcamlLibraryDescription.Arg) - Method in class com.facebook.buck.ocaml.OcamlLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, CxxPythonExtensionDescription.Arg) - Method in class com.facebook.buck.python.CxxPythonExtensionDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PythonBinaryDescription.Arg) - Method in class com.facebook.buck.python.PythonBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, PythonTestDescription.Arg) - Method in class com.facebook.buck.python.PythonTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, T) - Method in interface com.facebook.buck.rules.ImplicitDepsInferringDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustBinaryDescription.Arg) - Method in class com.facebook.buck.rust.RustBinaryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustLibraryDescription.Arg) - Method in class com.facebook.buck.rust.RustLibraryDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, RustTestDescription.Arg) - Method in class com.facebook.buck.rust.RustTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, T) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ShTestDescription.Arg) - Method in class com.facebook.buck.shell.ShTestDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, WorkerToolDescription.Arg) - Method in class com.facebook.buck.shell.WorkerToolDescription
 
findDepsForTargetFromConstructorArgs(BuildTarget, CellPathResolver, ThriftConstructorArg) - Method in class com.facebook.buck.thrift.ThriftLibraryDescription
Collect implicit deps for the thrift compiler and language specific enhancers.
findDrawables(Collection<Path>, ProjectFilesystem) - Method in class com.facebook.buck.android.FilterResourcesStep.DefaultDrawableFinder
 
findDrawables(Collection<Path>, ProjectFilesystem) - Method in interface com.facebook.buck.android.FilterResourcesStep.DrawableFinder
 
findJavaPackage(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
 
findJavaPackage(BuildTarget) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
 
findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
findJavaPackage(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
findJavaPackage(BuildTarget) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
findJavaPackageFolder(Path) - Method in interface com.facebook.buck.jvm.core.JavaPackageFinder
Given the relative path to a file under the project root, return the Java package with which the file is associated.
findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
findJavaPackageFolder(Path) - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
findJavaPackageWithPackageFolder(Path) - Static method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
findLoadCommandsWithClass(ByteBuffer, NulTerminatedCharsetDecoder, Class<T>) - Static method in class com.facebook.buck.macho.LoadCommandUtils
Finds all load commands with the given type in the buffer starting at the buffer's position.
findManifestFiles() - Method in class com.facebook.buck.android.AndroidTransitiveDependencyGraph
 
findModuleForTarget(BuildTarget) - Method in class com.facebook.buck.android.APKModuleGraph
Get the Module that contains the given target
findNdkVersion(Path) - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
findNdkVersionFromDirectory(Path) - Static method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
The method returns the NDK version of a path.
findReferenceAssembly(String) - Method in class com.facebook.buck.dotnet.DotnetFramework
 
findSelector(TestDescription) - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
findSources(ProjectFilesystem, Path) - Method in class com.facebook.buck.android.NdkLibraryDescription
 
findStronglyConnectedComponents() - Method in class com.facebook.buck.graph.MutableDirectedGraph
For this graph, returns the set of strongly connected components using Tarjan's algorithm.
findTargetsForSymbols(Set<String>) - Method in class com.facebook.buck.jvm.java.JavaSymbolFinder
Figure out the build targets that provide a set of Java symbols.
fine(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
fine(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
finer(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
finer(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
finished(ArtifactCacheConnectEvent.Started) - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
Finished(ArtifactCacheConnectEvent.Started) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Finished
 
Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
Finished(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType, Optional<CacheResult>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Finished
 
Finished(ArtifactCacheEvent.Started, Optional<String>, HttpArtifactCacheEventFetchData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
Finished(ArtifactCacheEvent.Started, HttpArtifactCacheEventStoreData) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
finished(ActionGraphEvent.Started) - Static method in class com.facebook.buck.event.ActionGraphEvent
 
Finished(ActionGraphEvent.Started) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Finished
 
finished(ArtifactCompressionEvent.Started) - Static method in class com.facebook.buck.event.ArtifactCompressionEvent
 
Finished(ArtifactCompressionEvent.Started) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent.Finished
 
finished(CommandEvent.Started, int) - Static method in class com.facebook.buck.event.CommandEvent
 
finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
Finished(CompilerPluginDurationEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent.Finished
 
finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>) - Static method in class com.facebook.buck.event.InstallEvent
 
Finished(InstallEvent.Started, boolean, Optional<Long>, Optional<String>) - Constructor for class com.facebook.buck.event.InstallEvent.Finished
 
finished() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
 
Finished() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Finished
 
finished(StartActivityEvent.Started, boolean) - Static method in class com.facebook.buck.event.StartActivityEvent
 
Finished(StartActivityEvent.Started, boolean) - Constructor for class com.facebook.buck.event.StartActivityEvent.Finished
 
finished(UninstallEvent.Started, boolean) - Static method in class com.facebook.buck.event.UninstallEvent
 
Finished(UninstallEvent.Started, boolean) - Constructor for class com.facebook.buck.event.UninstallEvent.Finished
 
finished(DownloadEvent.Started) - Static method in class com.facebook.buck.file.DownloadEvent
 
Finished(DownloadEvent.Started) - Constructor for class com.facebook.buck.file.DownloadEvent.Finished
 
finished(ParseBuckFileEvent.Started, List<Map<String, Object>>, String) - Static method in class com.facebook.buck.json.ParseBuckFileEvent
 
Finished(ParseBuckFileEvent.Started, List<Map<String, Object>>, String) - Constructor for class com.facebook.buck.json.ParseBuckFileEvent.Finished
 
Finished(ProjectBuildFileParseEvents.Started) - Constructor for class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
 
finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
 
finished(AnnotationProcessingEvent.Started) - Static method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
Finished(AnnotationProcessingEvent.Started) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
 
Finished(EventKey, BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
 
finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
 
finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Static method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
Finished(JavacPhaseEvent.Started, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Finished
 
finished(TaskEvent) - Method in class com.facebook.buck.jvm.java.tracing.TracingTaskListener
 
finished(ParseEvent.Started, Optional<TargetGraph>) - Static method in class com.facebook.buck.parser.ParseEvent
 
Finished(ParseEvent.Started, Optional<TargetGraph>) - Constructor for class com.facebook.buck.parser.ParseEvent.Finished
 
finished(BuildEvent.Started, int) - Static method in class com.facebook.buck.rules.BuildEvent
 
Finished(BuildEvent.Started, int) - Constructor for class com.facebook.buck.rules.BuildEvent.Finished
 
finished(BuildRuleCacheEvent.CacheStepStarted) - Static method in class com.facebook.buck.rules.BuildRuleCacheEvent
 
finished(BuildRule, BuildRuleKeys, BuildRuleStatus, CacheResult, Optional<BuildRuleSuccessType>, Optional<HashCode>, Optional<Long>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
Finished(BuildRule, BuildRuleKeys, BuildRuleStatus, CacheResult, Optional<BuildRuleSuccessType>, Optional<HashCode>, Optional<Long>) - Constructor for class com.facebook.buck.rules.BuildRuleEvent.Finished
 
finished(Iterable<String>, TestResults) - Static method in class com.facebook.buck.rules.IndividualTestEvent
 
finished(ImmutableSet<String>, List<TestResults>) - Static method in class com.facebook.buck.rules.TestRunEvent
 
Finished(int, List<TestResults>) - Constructor for class com.facebook.buck.rules.TestRunEvent.Finished
 
finished(TestStatusMessageEvent.Started, TestStatusMessage) - Static method in class com.facebook.buck.rules.TestStatusMessageEvent
 
Finished(TestStatusMessageEvent.Started, TestStatusMessage) - Constructor for class com.facebook.buck.rules.TestStatusMessageEvent.Finished
 
finished(UUID, TestResultSummary) - Static method in class com.facebook.buck.rules.TestSummaryEvent
 
Finished(UUID, TestResultSummary) - Constructor for class com.facebook.buck.rules.TestSummaryEvent.Finished
 
finished(StepEvent.Started, int) - Static method in class com.facebook.buck.step.StepEvent
 
Finished(StepEvent.Started, int) - Constructor for class com.facebook.buck.step.StepEvent.Finished
 
finished(BuildTarget) - Static method in class com.facebook.buck.test.TestRuleEvent
 
Finished(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent.Finished
 
finished(VersionedTargetGraphEvent.Started) - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent
 
finishedBuilding(String, int) - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
finishedBuildingTargets(String) - Method in class com.facebook.buck.distributed.MinionWorkloadAllocator
 
firstHttpCacheUploadScheduled - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
FirstOrderHelper - Class in com.facebook.buck.dalvik.firstorder
 
fixPath(Path) - Static method in class com.facebook.buck.io.MorePaths
Drop any "." parts (useless).
fixupSourcePath(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, SourcePath) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
 
fixupSourcePaths(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
 
fixupSourcePaths(BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, ImmutableMap<T, SourcePath>) - Static method in class com.facebook.buck.cxx.CxxGenruleDescription
 
flags - Variable in class com.facebook.buck.android.NdkLibraryDescription.Arg
 
flags - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
flags - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
flags - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
flags - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
flags - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface com.facebook.buck.util.RichStream
 
FLAVOR - Static variable in class com.facebook.buck.apple.AppleAssetCatalog
 
FLAVOR - Static variable in class com.facebook.buck.apple.CoreDataModel
 
FLAVOR - Static variable in class com.facebook.buck.apple.SceneKitAssets
 
FLAVOR - Static variable in class com.facebook.buck.cxx.DefaultCxxPlatforms
 
FLAVOR - Static variable in class com.facebook.buck.jvm.java.CalculateAbi
 
Flavor - Class in com.facebook.buck.model
 
Flavor() - Constructor for class com.facebook.buck.model.Flavor
 
FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.apple.AppleDebugFormat
 
FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.LinkerMapMode
 
FLAVOR_DOMAIN - Static variable in enum com.facebook.buck.cxx.StripStyle
 
FLAVOR_VALUES - Static variable in enum com.facebook.buck.haskell.HaskellLibraryDescription.Type
 
FlavorConvertible - Interface in com.facebook.buck.model
Values that has a canonical mapping to flavors.
FlavorDomain<T> - Class in com.facebook.buck.model
Provides a named flavor abstraction on top of boolean flavors.
FlavorDomain(String, ImmutableMap<Flavor, T>) - Constructor for class com.facebook.buck.model.FlavorDomain
 
FlavorDomainException - Exception in com.facebook.buck.model
 
FlavorDomainException(String) - Constructor for exception com.facebook.buck.model.FlavorDomainException
 
flavorDomains() - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
flavorDomains() - Method in class com.facebook.buck.apple.AppleBundleDescription
 
flavorDomains() - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
flavorDomains() - Method in class com.facebook.buck.apple.ApplePackageDescription
 
flavorDomains() - Method in class com.facebook.buck.apple.AppleTestDescription
 
flavorDomains() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
flavorDomains() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
flavorDomains() - Method in interface com.facebook.buck.model.Flavored
 
flavorDomains() - Method in class com.facebook.buck.rust.RustBinaryDescription
 
flavorDomains() - Method in class com.facebook.buck.rust.RustLibraryDescription
 
flavorDomains() - Method in class com.facebook.buck.rust.RustTestDescription
 
flavorDomains() - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
Flavored - Interface in com.facebook.buck.model
When applied to a Description this indicates that it supports flavours.
flavorForLinkableDepType(Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
FlavorParser - Class in com.facebook.buck.model
Parses a string containing one or more flavor names.
FlavorParser() - Constructor for class com.facebook.buck.model.FlavorParser
 
flavorsDoNotAllowLinkerMapMode(BuildRuleParams) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
FlavorTypeCoercer - Class in com.facebook.buck.rules.coercer
 
FlavorTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.FlavorTypeCoercer
 
flush() - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
 
flush() - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
flush() - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
flush() - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
flush() - Method in class com.facebook.buck.counters.Counter
If the counter has no data, returns an absent value.
flush() - Method in class com.facebook.buck.counters.IntegerCounter
 
flush() - Method in class com.facebook.buck.counters.SamplingCounter
 
flush() - Method in class com.facebook.buck.counters.TagSetCounter
 
flush() - Method in class com.facebook.buck.log.ConsoleHandler
 
flush() - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
 
flush() - Method in class com.facebook.buck.log.LogFileHandler
 
flush() - Method in class com.facebook.buck.log.memory.MemoryHandler
 
flush() - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
flushAndClose() - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
flushLogs() - Static method in class com.facebook.buck.log.LogConfig
 
flushToFile() - Method in class com.facebook.buck.maven.Pom
 
forBaseName(String) - Static method in class com.facebook.buck.parser.BuildTargetPatternParser
Used when parsing target names relative to another target, such as in a build file.
forceDsymModeInBuildWithBuck() - Method in class com.facebook.buck.apple.AppleConfig
 
forceFlush() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger
 
forceFlush() - Method in interface com.facebook.buck.util.network.BatchingLogger
Signals to upload whatever remaining information is buffered.
forceStatic - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
forceStatic - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
forceTty() - Static method in class com.facebook.buck.util.Ansi
 
forDevice(IDevice) - Method in class com.facebook.buck.android.AdbHelper.AdbCallable
Wraps this as a Callable<Boolean> whose call() method calls call(IDevice) against the specified device.
forDirectory(ProjectFilesystem, Path, Path, CopyStep.DirectoryMode) - Static method in class com.facebook.buck.step.fs.CopyStep
Creates a CopyStep which recursively copies a directory from 'source' to 'destination'.
forFile(ProjectFilesystem, Path, Path) - Static method in class com.facebook.buck.step.fs.CopyStep
Creates a CopyStep which copies a single file from 'source' to 'destination'.
forkMode - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
ForkMode - Enum in com.facebook.buck.jvm.java
 
forkMode() - Method in class com.facebook.buck.jvm.java.JavaTest
 
forkMode - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
forkMode - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
forkMode - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
format(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.LogFormatter
 
format(Locale, double) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Locale, double, StringBuffer, FieldPosition) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Locale, long) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Locale, Object) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Locale, Object, StringBuffer, FieldPosition) - Method in class com.facebook.buck.i18n.NumberFormatter
 
format(Diagnostic<? extends JavaFileObject>) - Static method in class com.facebook.buck.jvm.java.DiagnosticPrettyPrinter
 
format(LogRecord) - Method in class com.facebook.buck.log.LogFormatter
 
format(LogRecord) - Method in class com.facebook.buck.testrunner.JulLogFormatter
 
format(String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
format(Locale, String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
formatConsoleEvent(ConsoleEvent, ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Formats a ConsoleEvent and adds it to lines.
formatElapsedTime(long) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
formatForConsole(Locale, long, Ansi) - Static method in class com.facebook.buck.util.TimeFormat
 
forPath(Path) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
Parses an XML given via its path and returns an AndroidManifestReader for it.
forString(String) - Static method in class com.facebook.buck.android.DefaultAndroidManifestReader
Parses an XML given as a string and returns an AndroidManifestReader for it.
forVisibilityArgument() - Static method in class com.facebook.buck.parser.BuildTargetPatternParser
Used when parsing target names in the visibility argument to a build rule.
ForwardingProcessListener - Class in com.facebook.buck.util
 
ForwardingProcessListener(WritableByteChannel, WritableByteChannel) - Constructor for class com.facebook.buck.util.ForwardingProcessListener
 
ForwardingStandardJavaFileManager - Class in com.facebook.buck.jvm.java
 
ForwardingStandardJavaFileManager(StandardJavaFileManager) - Constructor for class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
framework - Variable in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription.Arg
 
framework - Variable in class com.facebook.buck.cxx.CxxTestDescription.Arg
 
framework - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
FRAMEWORK_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
FrameworkDependencies - Class in com.facebook.buck.cxx
Immutable implementation of AbstractFrameworkDependencies.
FrameworkDependencies.Builder - Class in com.facebook.buck.cxx
Builds instances of type FrameworkDependencies.
FrameworkPath - Class in com.facebook.buck.rules.coercer
Frameworks can be specified as either a path to a file, or a path prefixed by a build setting.
FrameworkPath.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type FrameworkPath.
FrameworkPathArg - Class in com.facebook.buck.cxx
A base class for Args which wrap a FrameworkPath.
FrameworkPathArg(SourcePathResolver, ImmutableCollection<FrameworkPath>) - Constructor for class com.facebook.buck.cxx.FrameworkPathArg
 
frameworkPaths - Variable in class com.facebook.buck.cxx.FrameworkPathArg
 
frameworkPathToSearchPath(CxxPlatform, SourcePathResolver) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
FrameworkPathTypeCoercer - Class in com.facebook.buck.rules.coercer
 
FrameworkPathTypeCoercer(TypeCoercer<SourcePath>) - Constructor for class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
frameworks - Variable in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription.Arg
 
frameworks - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
frameworks - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
frameworks - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
frameworkVer - Variable in class com.facebook.buck.dotnet.CsharpLibraryDescription.Arg
 
FrameworkVersion - Enum in com.facebook.buck.dotnet
 
from(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
 
from(AndroidGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Fill a builder with attribute values from the provided AndroidGraphEnhancementResult instance.
from(AndroidInstrumentationTestJVMArgs) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Fill a builder with attribute values from the provided AndroidInstrumentationTestJVMArgs instance.
from(AndroidNativeLibsGraphEnhancementResult) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Fill a builder with attribute values from the provided AndroidNativeLibsGraphEnhancementResult instance.
from(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Fill a builder with attribute values from the provided AndroidPackageableCollection instance.
from(AbstractAndroidPackageableCollection.AbstractResourceDetails) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Fill a builder with attribute values from the provided AbstractResourceDetails instance.
from(HasInstallableApk.AbstractApkInfo) - Method in class com.facebook.buck.android.ApkInfo.Builder
Fill a builder with attribute values from the provided AbstractApkInfo instance.
from(APKModule) - Method in class com.facebook.buck.android.APKModule.Builder
Fill a builder with attribute values from the provided APKModule instance.
from(MergedNativeLibraryConstituents) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Fill a builder with attribute values from the provided MergedNativeLibraryConstituents instance.
from(NativeLibraryMergeEnhancementResult) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Fill a builder with attribute values from the provided NativeLibraryMergeEnhancementResult instance.
from(NdkCxxPlatform) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
Fill a builder with attribute values from the provided NdkCxxPlatform instance.
from(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
Fill a builder with attribute values from the provided NdkCxxPlatformCompiler instance.
from(NdkCxxPlatformTargetConfiguration) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Fill a builder with attribute values from the provided NdkCxxPlatformTargetConfiguration instance.
from(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
 
from(Path) - Static method in class com.facebook.buck.android.ResourceFilters.Qualifiers
Creates a Qualfiers given the Path to a resource folder, pulls out the density filters and leaves the rest.
from(StrippedObjectDescription) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
Fill a builder with attribute values from the provided StrippedObjectDescription instance.
from(AppleBundleDestinations) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Fill a builder with attribute values from the provided AppleBundleDestinations instance.
from(AppleBundleResources) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Fill a builder with attribute values from the provided AppleBundleResources instance.
from(AppleCxxPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Fill a builder with attribute values from the provided AppleCxxPlatform instance.
from(ApplePlatform) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Fill a builder with attribute values from the provided ApplePlatform instance.
from(AppleSdk) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Fill a builder with attribute values from the provided AppleSdk instance.
from(AppleSdkPaths) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Fill a builder with attribute values from the provided AppleSdkPaths instance.
from(AppleToolchain) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Fill a builder with attribute values from the provided AppleToolchain instance.
from(CodeSignIdentity) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Fill a builder with attribute values from the provided CodeSignIdentity instance.
from(GroupedSource) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Fill a builder with attribute values from the provided GroupedSource instance.
from(MultiarchFileInfo) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Fill a builder with attribute values from the provided MultiarchFileInfo instance.
from(ProvisioningProfileMetadata) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Fill a builder with attribute values from the provided ProvisioningProfileMetadata instance.
from(AppleSimulator) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Fill a builder with attribute values from the provided AppleSimulator instance.
from(AppleSimulatorProfile) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Fill a builder with attribute values from the provided AppleSimulatorProfile instance.
from(CopyFilePhaseDestinationSpec) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
Fill a builder with attribute values from the provided CopyFilePhaseDestinationSpec instance.
from(ProductType) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType.Builder
Fill a builder with attribute values from the provided ProductType instance.
from(ArtifactInfo) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Fill a builder with attribute values from the provided ArtifactInfo instance.
from(CacheResult) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Fill a builder with attribute values from the provided CacheResult instance.
from(DirCacheEntry) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Fill a builder with attribute values from the provided DirCacheEntry instance.
from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
from(FetchResponseReadResult) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Fill a builder with attribute values from the provided FetchResponseReadResult instance.
from(HttpArtifactCacheEventFetchData) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Fill a builder with attribute values from the provided HttpArtifactCacheEventFetchData instance.
from(HttpArtifactCacheEventStoreData) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Fill a builder with attribute values from the provided HttpArtifactCacheEventStoreData instance.
from(HttpCacheEntry) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Fill a builder with attribute values from the provided HttpCacheEntry instance.
from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
from(MetadataAndPayloadReadResultInternal) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Fill a builder with attribute values from the provided MetadataAndPayloadReadResultInternal instance.
from(NetworkCacheArgs) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Fill a builder with attribute values from the provided NetworkCacheArgs instance.
from(StoreResponseReadResult) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Fill a builder with attribute values from the provided StoreResponseReadResult instance.
from(HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Fill a builder with attribute values from the provided com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.MetadataAndPayloadReadResult instance.
from(StoreWriteResult) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
Fill a builder with attribute values from the provided StoreWriteResult instance.
from(Cell, OwnersReport.Builder, PerBuildState, TargetPatternEvaluator) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
 
from(CommandRunnerParams, PerBuildState, boolean) - Static method in class com.facebook.buck.cli.BuckQueryEnvironment
 
from(AbstractCommandRunnerParams) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Fill a builder with attribute values from the provided AbstractCommandRunnerParams instance.
from(ConfigValue) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Fill a builder with attribute values from the provided ConfigValue instance.
from(InstallResult) - Method in class com.facebook.buck.cli.InstallResult.Builder
Fill a builder with attribute values from the provided InstallResult instance.
from(ProjectPredicates) - Method in class com.facebook.buck.cli.ProjectPredicates.Builder
Fill a builder with attribute values from the provided ProjectPredicates instance.
from(ShowOptions) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Fill a builder with attribute values from the provided ShowOptions instance.
from(TestRun) - Method in class com.facebook.buck.cli.TestRun.Builder
Fill a builder with attribute values from the provided TestRun instance.
from(BuildExecutionResult) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Fill a builder with attribute values from the provided BuildExecutionResult instance.
from(CounterInfo) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Fill a builder with attribute values from the provided CounterInfo instance.
from(CounterSnapshot) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Fill a builder with attribute values from the provided CounterSnapshot instance.
from(BuildTarget, BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, CxxPlatform, Archive.Contents, Path, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.Archive
 
from(BuildTarget, BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, Archiver, ImmutableList<String>, Tool, ImmutableList<String>, Archive.Contents, Path, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.Archive
Construct an Archive from a BuildRuleParams object representing a target node.
from(CxxCompilationDatabaseDependencies) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
Fill a builder with attribute values from the provided CxxCompilationDatabaseDependencies instance.
from(CxxCompilationDatabaseEntry) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Fill a builder with attribute values from the provided CxxCompilationDatabaseEntry instance.
from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
from(CxxHeadersDir) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Fill a builder with attribute values from the provided CxxHeadersDir instance.
from(CxxHeaderSourceSpec) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Fill a builder with attribute values from the provided CxxHeaderSourceSpec instance.
from(FlavorConvertible) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Fill a builder with attribute values from the provided com.facebook.buck.model.FlavorConvertible instance.
from(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Fill a builder with attribute values from the provided CxxPlatform instance.
from(CxxPreprocessorInput) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Fill a builder with attribute values from the provided CxxPreprocessorInput instance.
from(CxxSandboxInclude) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
Fill a builder with attribute values from the provided CxxSandboxInclude instance.
from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
from(CxxSource) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Fill a builder with attribute values from the provided CxxSource instance.
from(CxxSourceRuleFactory) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Fill a builder with attribute values from the provided CxxSourceRuleFactory instance.
from(CxxSourceSet) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
Fill a builder with attribute values from the provided CxxSourceSet instance.
from(CxxHeaders) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Fill a builder with attribute values from the provided com.facebook.buck.cxx.CxxHeaders instance.
from(CxxSymlinkTreeHeaders) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Fill a builder with attribute values from the provided CxxSymlinkTreeHeaders instance.
from(CxxToolProviderParams) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
Fill a builder with attribute values from the provided CxxToolProviderParams instance.
from(ExplicitCxxToolFlags) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Fill a builder with attribute values from the provided ExplicitCxxToolFlags instance.
from(FrameworkDependencies) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Fill a builder with attribute values from the provided FrameworkDependencies instance.
from(HeaderVerification) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Fill a builder with attribute values from the provided HeaderVerification instance.
from(CxxPreprocessables.CxxPreprocessorInputCacheKey) - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey.Builder
Fill a builder with attribute values from the provided CxxPreprocessorInputCacheKey instance.
from(MachoHeader) - Method in class com.facebook.buck.cxx.MachoHeader.Builder
Fill a builder with attribute values from the provided MachoHeader instance.
from(NativeLinkableInput) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Fill a builder with attribute values from the provided NativeLinkableInput instance.
from(OmnibusLibraries) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Fill a builder with attribute values from the provided OmnibusLibraries instance.
from(OmnibusLibrary) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
Fill a builder with attribute values from the provided OmnibusLibrary instance.
from(OmnibusRoot) - Method in class com.facebook.buck.cxx.OmnibusRoot.Builder
Fill a builder with attribute values from the provided OmnibusRoot instance.
from(PreprocessorFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Fill a builder with attribute values from the provided PreprocessorFlags instance.
from(DIncludes) - Method in class com.facebook.buck.d.DIncludes.Builder
Fill a builder with attribute values from the provided DIncludes instance.
from(DistBuildExecutorArgs) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Fill a builder with attribute values from the provided DistBuildExecutorArgs instance.
from(DistBuildStatus) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Fill a builder with attribute values from the provided DistBuildStatus instance.
from(DoctorEndpointRequest) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Fill a builder with attribute values from the provided DoctorEndpointRequest instance.
from(DoctorEndpointResponse) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Fill a builder with attribute values from the provided DoctorEndpointResponse instance.
from(DoctorSuggestion) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Fill a builder with attribute values from the provided DoctorSuggestion instance.
from(EventKey) - Method in class com.facebook.buck.event.EventKey.Builder
Fill a builder with attribute values from the provided EventKey instance.
from(EventPair) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Fill a builder with attribute values from the provided EventPair instance.
from(ProxyBuckEvent) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
Fill a builder with attribute values from the provided ProxyBuckEvent instance.
from(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
Fill a builder with attribute values from the provided com.facebook.buck.event.external.events.BuckEventExternalInterface instance.
from(RunIdStreamPair) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
Fill a builder with attribute values from the provided RunIdStreamPair instance.
from(PerfEventId) - Method in class com.facebook.buck.event.PerfEventId.Builder
Fill a builder with attribute values from the provided PerfEventId instance.
from(GoLinkable) - Method in class com.facebook.buck.go.GoLinkable.Builder
Fill a builder with attribute values from the provided GoLinkable instance.
from(GoPlatform) - Method in class com.facebook.buck.go.GoPlatform.Builder
Fill a builder with attribute values from the provided GoPlatform instance.
from(HaskellCompileInput) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Fill a builder with attribute values from the provided HaskellCompileInput instance.
from(BuildTarget, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellVersion, ImmutableList<String>, PreprocessorFlags, CxxPlatform, AbstractCxxSourceRuleFactory.PicType, Optional<String>, Optional<HaskellPackageInfo>, ImmutableList<SourcePath>, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedMap<String, HaskellPackage>, HaskellSources, Preprocessor) - Static method in class com.facebook.buck.haskell.HaskellCompileRule
 
from(HaskellPackage) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Fill a builder with attribute values from the provided HaskellPackage instance.
from(BuildTarget, BuildRuleParams, SourcePathRuleFinder, Tool, HaskellVersion, HaskellPackageInfo, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedSet<String>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.haskell.HaskellPackageRule
 
from(HaskellSources) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Fill a builder with attribute values from the provided HaskellSources instance.
from(HaskellVersion) - Method in class com.facebook.buck.haskell.HaskellVersion.Builder
Fill a builder with attribute values from the provided HaskellVersion instance.
from(BuckPaths) - Method in class com.facebook.buck.io.BuckPaths.Builder
Fill a builder with attribute values from the provided BuckPaths instance.
from(ProjectBuildFileParserOptions) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Fill a builder with attribute values from the provided ProjectBuildFileParserOptions instance.
from(ContentRoot) - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot.Builder
Fill a builder with attribute values from the provided ContentRoot instance.
from(DependencyEntry) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry.Builder
Fill a builder with attribute values from the provided DependencyEntry instance.
from(DependencyEntryData) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData.Builder
Fill a builder with attribute values from the provided DependencyEntryData instance.
from(IjLibrary) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Fill a builder with attribute values from the provided IjLibrary instance.
from(IjProjectElement) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.intellij.IjProjectElement instance.
from(IjProjectElement) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Fill a builder with attribute values from the provided com.facebook.buck.jvm.java.intellij.IjProjectElement instance.
from(IjModule) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Fill a builder with attribute values from the provided IjModule instance.
from(IjModuleAndroidFacet) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Fill a builder with attribute values from the provided IjModuleAndroidFacet instance.
from(IjProjectConfig, TargetGraph, IjLibraryFactory, IjModuleFactory, AggregationMode) - Static method in class com.facebook.buck.jvm.java.intellij.IjModuleGraph
 
from(IjProjectConfig) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Fill a builder with attribute values from the provided IjProjectConfig instance.
from(IjSourceFolder) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder.Builder
Fill a builder with attribute values from the provided IjSourceFolder instance.
from(ModuleIndexEntry) - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry.Builder
Fill a builder with attribute values from the provided ModuleIndexEntry instance.
from(SimplificationLimit) - Method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit.Builder
Fill a builder with attribute values from the provided SimplificationLimit instance.
from(JavacOptions) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Fill a builder with attribute values from the provided JavacOptions instance.
from(JavacVersion) - Method in class com.facebook.buck.jvm.java.JavacVersion.Builder
Fill a builder with attribute values from the provided JavacVersion instance.
from(JavaOptions) - Method in class com.facebook.buck.jvm.java.JavaOptions.Builder
Fill a builder with attribute values from the provided JavaOptions instance.
from(JUnitJvmArgs) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Fill a builder with attribute values from the provided JUnitJvmArgs instance.
from(ErrorLogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Fill a builder with attribute values from the provided ErrorLogRecord instance.
from(InvocationInfo) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Fill a builder with attribute values from the provided InvocationInfo instance.
from(LogConfigSetup) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Fill a builder with attribute values from the provided LogConfigSetup instance.
from(BuildTarget) - Method in class com.facebook.buck.model.BuildTarget.Builder
Fill a builder with attribute values from the provided BuildTarget instance.
from(String, Iterable<T>) - Static method in class com.facebook.buck.model.FlavorDomain
Create a FlavorDomain from FlavorConvertible objects.
from(String, Class<E>) - Static method in class com.facebook.buck.model.FlavorDomain
Create a FlavorDomain from FlavorConverbile Enum.
from(Flavor) - Method in class com.facebook.buck.model.ImmutableFlavor.Builder
Fill a builder with attribute values from the provided Flavor instance.
from(MacroMatchResult) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Fill a builder with attribute values from the provided MacroMatchResult instance.
from(UnflavoredBuildTarget) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Fill a builder with attribute values from the provided UnflavoredBuildTarget instance.
from(OcamlBuildContext) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Fill a builder with attribute values from the provided OcamlBuildContext instance.
from(OcamlGeneratedBuildRules) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Fill a builder with attribute values from the provided OcamlGeneratedBuildRules instance.
from(SpeculativeParsing) - Method in class com.facebook.buck.parser.SpeculativeParsing.Builder
Fill a builder with attribute values from the provided SpeculativeParsing instance.
from(PythonPlatform) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Fill a builder with attribute values from the provided PythonPlatform instance.
from(FlavorConvertible) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Fill a builder with attribute values from the provided com.facebook.buck.model.FlavorConvertible instance.
from(PythonVersion) - Method in class com.facebook.buck.python.PythonVersion.Builder
Fill a builder with attribute values from the provided PythonVersion instance.
from(QueryBuildTarget) - Method in class com.facebook.buck.query.QueryBuildTarget.Builder
Fill a builder with attribute values from the provided QueryBuildTarget instance.
from(QueryFileTarget) - Method in class com.facebook.buck.query.QueryFileTarget.Builder
Fill a builder with attribute values from the provided QueryFileTarget instance.
from(BuildLogEntry) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Fill a builder with attribute values from the provided BuildLogEntry instance.
from(DefectReporter.AbstractDefectReport) - Method in class com.facebook.buck.rage.DefectReport.Builder
Fill a builder with attribute values from the provided AbstractDefectReport instance.
from(DefectReporter.AbstractDefectSubmitResult) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Fill a builder with attribute values from the provided AbstractDefectSubmitResult instance.
from(ExtraInfoCollector.AbstractExtraInfoResult) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
Fill a builder with attribute values from the provided AbstractExtraInfoResult instance.
from(DefectReporter.AbstractFileChangesIgnoredReport) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport.Builder
Fill a builder with attribute values from the provided AbstractFileChangesIgnoredReport instance.
from(RageConfig) - Method in class com.facebook.buck.rage.RageConfig.Builder
Fill a builder with attribute values from the provided RageConfig instance.
from(RageJsonResponse) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
Fill a builder with attribute values from the provided RageJsonResponse instance.
from(SourceControlInfo) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Fill a builder with attribute values from the provided SourceControlInfo instance.
from(UserLocalConfiguration) - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
Fill a builder with attribute values from the provided UserLocalConfiguration instance.
from(UserReport) - Method in class com.facebook.buck.rage.UserReport.Builder
Fill a builder with attribute values from the provided UserReport instance.
from(ActionGraphAndResolver) - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
Fill a builder with attribute values from the provided ActionGraphAndResolver instance.
from(ImmutableList<SourcePathArg>) - Static method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
from(GlobArg) - Method in class com.facebook.buck.rules.args.GlobArg.Builder
Fill a builder with attribute values from the provided GlobArg instance.
from(Function<String, String>, Iterable<String>) - Static method in class com.facebook.buck.rules.args.SanitizedArg
 
from(SourcePathResolver, Iterable<SourcePath>) - Static method in class com.facebook.buck.rules.args.SourcePathArg
 
from(SourcePathResolver, SourcePath...) - Static method in class com.facebook.buck.rules.args.SourcePathArg
 
from(Iterable<String>) - Static method in class com.facebook.buck.rules.args.StringArg
 
from(String...) - Static method in class com.facebook.buck.rules.args.StringArg
 
from(BuildContext) - Method in class com.facebook.buck.rules.BuildContext.Builder
Fill a builder with attribute values from the provided BuildContext instance.
from(BuildEngineBuildContext) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Fill a builder with attribute values from the provided BuildEngineBuildContext instance.
from(BuildRuleKeys) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Fill a builder with attribute values from the provided BuildRuleKeys instance.
from(BuildRuleType) - Method in class com.facebook.buck.rules.BuildRuleType.Builder
Fill a builder with attribute values from the provided BuildRuleType instance.
from(BuildConfigFields) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Fill a builder with attribute values from the provided BuildConfigFields instance.
from(BuildConfigFields.Field) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Fill a builder with attribute values from the provided Field instance.
from(FrameworkPath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Fill a builder with attribute values from the provided FrameworkPath instance.
from(ManifestEntries) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Fill a builder with attribute values from the provided ManifestEntries instance.
from(OcamlSource) - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
Fill a builder with attribute values from the provided OcamlSource instance.
from(SourceList) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Fill a builder with attribute values from the provided SourceList instance.
from(SourceWithFlagsList) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Fill a builder with attribute values from the provided SourceWithFlagsList instance.
from(ExopackageInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
Fill a builder with attribute values from the provided ExopackageInfo instance.
from(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo.Builder
Fill a builder with attribute values from the provided DexInfo instance.
from(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo.Builder
Fill a builder with attribute values from the provided NativeLibsInfo instance.
from(ExternalTestRunnerTestSpec) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Fill a builder with attribute values from the provided ExternalTestRunnerTestSpec instance.
from(DependencyFileEntry) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Fill a builder with attribute values from the provided DependencyFileEntry instance.
from(Label) - Method in class com.facebook.buck.rules.Label.Builder
Fill a builder with attribute values from the provided Label instance.
from(RuleScheduleInfo) - Method in class com.facebook.buck.rules.RuleScheduleInfo.Builder
Fill a builder with attribute values from the provided RuleScheduleInfo instance.
from(SourceWithFlags) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Fill a builder with attribute values from the provided SourceWithFlags instance.
from(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Fill a builder with attribute values from the provided TargetGraphAndBuildTargets instance.
from(TargetGraphAndTargetNodes) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes.Builder
Fill a builder with attribute values from the provided TargetGraphAndTargetNodes instance.
from(VersionedTool) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Fill a builder with attribute values from the provided VersionedTool instance.
from(BuildRuleParams, SourcePathRuleFinder, BuildTarget, Path, SourcePath, ImmutableMap<String, String>, boolean) - Static method in class com.facebook.buck.rules.WriteStringTemplateRule
 
from(SourcePathRuleFinder, BuildRuleParams, SourcePathResolver, String, Tool, Tool, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableSortedSet<SourcePath>, SourcePath) - Static method in class com.facebook.buck.rust.RustCompileRule
 
from(ClientSideSlbConfig) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Fill a builder with attribute values from the provided ClientSideSlbConfig instance.
from(LoadBalancedServiceEventData) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Fill a builder with attribute values from the provided LoadBalancedServiceEventData instance.
from(LoadBalancerPingEventData) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Fill a builder with attribute values from the provided LoadBalancerPingEventData instance.
from(PerServerData) - Method in class com.facebook.buck.slb.PerServerData.Builder
Fill a builder with attribute values from the provided PerServerData instance.
from(PerServerPingData) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Fill a builder with attribute values from the provided PerServerPingData instance.
from(ServerHealthManagerEventData) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Fill a builder with attribute values from the provided ServerHealthManagerEventData instance.
from(ThriftOverHttpServiceConfig) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig.Builder
Fill a builder with attribute values from the provided ThriftOverHttpServiceConfig instance.
from(ExecutionContext) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Fill a builder with attribute values from the provided ExecutionContext instance.
from(SwiftPlatform) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Fill a builder with attribute values from the provided SwiftPlatform instance.
from(TestResults) - Method in class com.facebook.buck.test.TestResults.Builder
Fill a builder with attribute values from the provided TestResults instance.
from(TestResultSummaryVerbosity) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Fill a builder with attribute values from the provided TestResultSummaryVerbosity instance.
from(TestRunningOptions) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Fill a builder with attribute values from the provided TestRunningOptions instance.
from(TestStatusMessage) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Fill a builder with attribute values from the provided TestStatusMessage instance.
from(AbstractAutoSparseConfig) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Fill a builder with attribute values from the provided AbstractAutoSparseConfig instance.
from(AbstractManifestInfo) - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
Fill a builder with attribute values from the provided AbstractManifestInfo instance.
from(FileHashCache.AbstractFileHashCacheVerificationResult) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Fill a builder with attribute values from the provided AbstractFileHashCacheVerificationResult instance.
from(HashCodeAndFileType) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Fill a builder with attribute values from the provided HashCodeAndFileType instance.
from(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Fill a builder with attribute values from the provided ResourceAmounts instance.
from(DirectoryCleanerArgs) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Fill a builder with attribute values from the provided DirectoryCleanerArgs instance.
from(BuildEnvironmentDescription) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Fill a builder with attribute values from the provided BuildEnvironmentDescription instance.
from(ScribeData) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Fill a builder with attribute values from the provided ScribeData instance.
from(PatternAndMessage) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
Fill a builder with attribute values from the provided PatternAndMessage instance.
from(ProcessExecutorParams) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Fill a builder with attribute values from the provided ProcessExecutorParams instance.
from(ProcessResourceConsumption) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Fill a builder with attribute values from the provided ProcessResourceConsumption instance.
from(Iterable<T>) - Static method in interface com.facebook.buck.util.RichStream
 
from(Iterator<T>) - Static method in interface com.facebook.buck.util.RichStream
 
from(Optional<T>) - Static method in interface com.facebook.buck.util.RichStream
 
from(Stream<T>) - Static method in interface com.facebook.buck.util.RichStream
 
from(SampleRate) - Method in class com.facebook.buck.util.SampleRate.Builder
Fill a builder with attribute values from the provided SampleRate instance.
from(VersionControlStats) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Fill a builder with attribute values from the provided VersionControlStats instance.
from(VersionUniverse) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Fill a builder with attribute values from the provided VersionUniverse instance.
fromAnalyzeRule(CxxInferAnalyze, ProjectFilesystem, Path) - Static method in class com.facebook.buck.cxx.CxxCollectAndLogInferDependenciesStep
 
fromArgs(String...) - Static method in class com.facebook.buck.testrunner.InstrumentationTestRunner
 
fromBuildSetting(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
Return a sourceTree given a build setting that is typically used as a source tree prefix.
fromBuildTarget(BuildTarget, Path) - Static method in class com.facebook.buck.cxx.InferLogLine
 
fromBytes(byte[]) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
Clones the specified bytes and uses the clone to create a new Sha1HashCode.
fromCaptureOnlyRule(CxxInferCaptureTransitive, ProjectFilesystem, Path) - Static method in class com.facebook.buck.cxx.CxxCollectAndLogInferDependenciesStep
 
fromCommandLineArgs(String[]) - Static method in class com.facebook.buck.maven.ArtifactConfig
 
fromConfiguration(Iterable<String>) - Static method in class com.facebook.buck.android.ClassNameFilter
Convenience factory to produce a filter from a very simple pattern language.
fromHashCode(HashCode) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
 
fromIdentities(Iterable<CodeSignIdentity>) - Static method in class com.facebook.buck.apple.CodeSignIdentityStore
 
fromJson(String) - Static method in class com.facebook.buck.model.BuildId
 
fromJson(String, String, String, long, String, String, String, String) - Static method in class com.facebook.buck.test.TestResultSummary
 
fromJsonFunction(ObjectMapper, Class<T>) - Static method in class com.facebook.buck.util.MoreFunctions
 
fromMode(long) - Static method in class com.facebook.buck.io.MorePosixFilePermissions
Convert a unix bit representation (e.g.
fromPaths(ImmutableMap<Path, Path>, char, Charset) - Static method in class com.facebook.buck.util.ByteBufferReplacer
Build a replacer using the given map of paths to replacement paths, using charset to convert to underlying byte arrays.
fromProvisioningProfiles(Iterable<ProvisioningProfileMetadata>) - Static method in class com.facebook.buck.apple.ProvisioningProfileStore
 
fromSearchPath(ProcessExecutor, ImmutableList<String>, Path) - Static method in class com.facebook.buck.apple.ProvisioningProfileStore
 
fromString(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
 
fromString(String) - Static method in enum com.facebook.buck.cli.ProjectCommand.Ide
 
fromString(String) - Static method in class com.facebook.buck.jvm.java.intellij.AggregationMode
 
fromString(String) - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
 
fromSystem(ProcessExecutor, ImmutableList<String>) - Static method in class com.facebook.buck.apple.CodeSignIdentityStore
Construct a store by asking the system keychain for all stored code sign identities.
FrontendService - Class in com.facebook.buck.distributed
Extension of ThriftOverHttpService to get rid of the template arguments and make it easymock-able
FrontendService(ThriftOverHttpServiceConfig) - Constructor for class com.facebook.buck.distributed.FrontendService
 
fullyQualified() - Static method in class com.facebook.buck.parser.BuildTargetPatternParser
Used when parsing fully-qualified target names only, such as from the command line.
FullyReadOnCloseInputStream - Class in com.facebook.buck.artifact_cache
An InputStream wrapper that fully reads the underlying stream on close.
FullyReadOnCloseInputStream(InputStream) - Constructor for class com.facebook.buck.artifact_cache.FullyReadOnCloseInputStream
 
FunctionExpression - Class in com.facebook.buck.query
A query expression for user-defined query functions.
FunctionExpression(QueryEnvironment.QueryFunction, ImmutableList<QueryEnvironment.Argument>) - Constructor for class com.facebook.buck.query.FunctionExpression
 
FunctionMacroReplacer - Class in com.facebook.buck.rules.macros
A @{link MacroReplacer} wrapping a @{link Function}.
FunctionMacroReplacer(Function<String, String>) - Constructor for class com.facebook.buck.rules.macros.FunctionMacroReplacer
 
functionName - Variable in class com.facebook.buck.halide.HalideLibraryDescription.Arg
 

G

gatherDeps(BuildRule) - Method in enum com.facebook.buck.jvm.java.JarShape
 
gatherScmInformation() - Method in class com.facebook.buck.rage.VcsInfoCollector
 
GccCompiler - Class in com.facebook.buck.cxx
 
GccCompiler(Tool) - Constructor for class com.facebook.buck.cxx.GccCompiler
 
GccPreprocessor - Class in com.facebook.buck.cxx
 
GccPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.GccPreprocessor
 
GenAidl - Class in com.facebook.buck.android
Buildable for generating a .java file from an .aidl file.
GenAidlDescription - Class in com.facebook.buck.android
 
GenAidlDescription() - Constructor for class com.facebook.buck.android.GenAidlDescription
 
GenAidlDescription.Arg - Class in com.facebook.buck.android
 
GENERATE - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
generate(String) - Method in class com.facebook.buck.ocaml.OcamlDependencyGraphGenerator
 
GENERATE_STATISTICS_DEFAULT - Static variable in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
GENERATE_STATISTICS_KEY - Static variable in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
generateAbiFromSource - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
generateBuildConfigDotJava(UnflavoredBuildTarget, String) - Static method in class com.facebook.buck.android.BuildConfigs
Generates the source code for an Android BuildConfig.java file with the default set of fields specified by BuildConfigs.getDefaultBuildConfigFields().
generateBuildConfigDotJava(UnflavoredBuildTarget, String, boolean, BuildConfigFields) - Static method in class com.facebook.buck.android.BuildConfigs
Generates the source code for an Android BuildConfig.java file with fields specified by userFields.
GenerateBuildConfigStep - Class in com.facebook.buck.android
 
GenerateBuildConfigStep(ProjectFilesystem, UnflavoredBuildTarget, String, boolean, Supplier<BuildConfigFields>, Path) - Constructor for class com.facebook.buck.android.GenerateBuildConfigStep
 
GenerateCodeCoverageReportStep - Class in com.facebook.buck.jvm.java
 
GenerateCodeCoverageReportStep(JavaRuntimeLauncher, ProjectFilesystem, Set<String>, Set<Path>, Path, CoverageReportFormat, String, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
 
generateDependencyMap(String) - Method in class com.facebook.buck.ocaml.OcamlDependencyGraphGenerator
 
generatedSymbols - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
generateEndpointRequest(BuildLogEntry, DefectSubmitResult) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
generateForConsole(Console) - Method in class com.facebook.buck.command.BuildReport
 
generateGid(String, int) - Method in class com.facebook.buck.apple.xcode.GidGenerator
Generate a stable GID based on the class name and hash of some object info.
generateGid(GidGenerator) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
Generate a stable GID.
generateJsonBuildReport() - Method in class com.facebook.buck.command.BuildReport
 
GenerateManifestStep - Class in com.facebook.buck.android
 
GenerateManifestStep(ProjectFilesystem, Path, ImmutableSet<Path>, Path) - Constructor for class com.facebook.buck.android.GenerateManifestStep
 
generateNewMinionId() - Static method in class com.facebook.buck.distributed.MinionModeRunner
 
generatePomFile(SourcePathResolver, MavenPublishable) - Static method in class com.facebook.buck.maven.Pom
 
generateStatsAsync() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator
 
generateThinFlavors(Set<Flavor>, SortedSet<Flavor>) - Static method in class com.facebook.buck.apple.MultiarchFileInfos
Expand flavors representing a fat binary into its thin binary equivalents.
generateWorkspaceAndDependentProjects(Map<Path, ProjectGenerator>, ListeningExecutorService) - Method in class com.facebook.buck.apple.project_generator.WorkspaceAndProjectGenerator
 
GenerationResult - Class in com.facebook.buck.apple.project_generator
Immutable implementation of AbstractGenerationResult.
Genrule - Class in com.facebook.buck.shell
Build rule for generating a file via a shell command.
Genrule(BuildRuleParams, SourcePathResolver, List<SourcePath>, Optional<Arg>, Optional<Arg>, Optional<Arg>, Optional<String>, String) - Constructor for class com.facebook.buck.shell.Genrule
 
GenruleBinary - Class in com.facebook.buck.shell
Same as a Genrule, but marked as a binary.
GenruleBinary(BuildRuleParams, SourcePathResolver, List<SourcePath>, Optional<Arg>, Optional<Arg>, Optional<Arg>, Optional<String>, String) - Constructor for class com.facebook.buck.shell.GenruleBinary
 
GenruleDescription - Class in com.facebook.buck.shell
 
GenruleDescription() - Constructor for class com.facebook.buck.shell.GenruleDescription
 
GenruleDescription.Arg - Class in com.facebook.buck.shell
 
GenStringSourceMapStep - Class in com.facebook.buck.android
This class implements a Buck build step that will generate a JSON file with the following info for each <string>, <plurals> and <string-array> resource found in the strings.xml files for each resource directory:
GenStringSourceMapStep(ProjectFilesystem, Path, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.android.GenStringSourceMapStep
Associates each string resource with it's integer id (as assigned by aapt during GenRDotTxtUtil) and it's originating strings.xml file (path).
get(ExecutionContext, boolean) - Static method in class com.facebook.buck.android.AdbHelper
 
get(String, String) - Method in class com.facebook.buck.config.Config
 
get(String) - Method in class com.facebook.buck.config.Config
 
get() - Method in class com.facebook.buck.counters.IntegerCounter
 
get() - Method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
 
get() - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
get(Path) - Method in class com.facebook.buck.distributed.RecordingFileHashLoader
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RecordingFileHashLoader
 
get(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
get(Path) - Method in interface com.facebook.buck.hashing.FileHashLoader
 
get(ArchiveMemberPath) - Method in interface com.facebook.buck.hashing.FileHashLoader
 
get(Path) - Method in class com.facebook.buck.hashing.FilePathHashLoader
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.hashing.FilePathHashLoader
 
get() - Method in class com.facebook.buck.io.LazyPath
On first access it will invoke the given supplier to obtain the value of the Path.
get() - Method in class com.facebook.buck.io.WatchmanCursor
 
get() - Method in class com.facebook.buck.jvm.java.ZipArchiveDependencySupplier
 
get(Class<?>) - Static method in class com.facebook.buck.log.Logger
Gets a logger named after a class' fully qualified name.
get(String) - Static method in class com.facebook.buck.log.Logger
Gets a named logger
get() - Method in interface com.facebook.buck.rules.keys.ArchiveDependencySupplier
 
get(BuildRule) - Method in class com.facebook.buck.rules.RuleDepsCache
 
get(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraph
 
get(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
get(Path) - Method in class com.facebook.buck.util.cache.NullFileHashCache
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.NullFileHashCache
 
get(Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
get(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
get() - Method in class com.facebook.buck.util.NamedTemporaryFile
 
get() - Method in class com.facebook.buck.util.PackagedResource
 
GET_EXPORTED_LINKER_FLAGS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
GET_EXPORTED_PLATFORM_LINKER_FLAGS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
GET_EXPORTED_PLATFORM_PREPROCESSOR_FLAGS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
GET_EXPORTED_PREPROCESSOR_FLAGS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
GET_PATH_MODIFIED_TIME - Static variable in class com.facebook.buck.io.PathListing
Uses Files.getLastModifiedTime() to get the last modified time for a Path.
getAaptExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAaptOverride() - Method in class com.facebook.buck.android.AndroidBuckConfig
Returns the path to the platform specific aapt executable that is overridden by the current project.
getAaptPackageResources() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getAbbreviation() - Method in enum com.facebook.buck.util.unit.SizeUnit
 
getAbiGenerationMode() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getAbiInputs(BuildRuleResolver, Iterable<BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
 
getAbiJar() - Method in class com.facebook.buck.android.DummyRDotJava
 
getAbiJar() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getAbiJar() - Method in interface com.facebook.buck.jvm.java.HasJavaAbi
 
getAbiJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getAbiPath() - Method in class com.facebook.buck.android.ComputeExopackageDepsAbi
 
getAbsoluteArchiveMemberPath(SourcePath) - Method in class com.facebook.buck.rules.SourcePathResolver
 
getAbsoluteOutputFilePath(SourcePathResolver) - Method in class com.facebook.buck.shell.Genrule
 
getAbsolutePath(SourcePath) - Method in class com.facebook.buck.rules.SourcePathResolver
 
getAbsolutePathForUnnormalizedPath(Path) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer
 
getAbsolutePathsForInputs() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getAbsolutePathToBuildFile(BuildTarget) - Method in class com.facebook.buck.rules.Cell
 
getAbsolutePathToBuildFileUnsafe(BuildTarget) - Method in class com.facebook.buck.rules.Cell
For use in performance-sensitive code or if you don't care if the build file actually exists, otherwise prefer Cell.getAbsolutePathToBuildFile(BuildTarget).
getAbsolutePathToOutput() - Method in class com.facebook.buck.cxx.CxxInferAnalyze
 
getAbsolutePathToOutput() - Method in class com.facebook.buck.cxx.CxxInferCapture
 
getAbsolutePathToResultsDir() - Method in class com.facebook.buck.cxx.CxxInferAnalyze
 
getAccessFlags(TypeElement) - Static method in class com.facebook.buck.jvm.java.abi.AccessFlags
Gets the class access flags (see JVMS8 4.1) for the given type element, augmented by the special ASM pseudo-access flag for @Deprecated types.
getAccessFlags(ExecutableElement) - Static method in class com.facebook.buck.jvm.java.abi.AccessFlags
Gets the method access flags (see JVMS8 4.6) for the given executable element, augmented by the special ASM pseudo-access flag for @Deprecated methods.
getAccessFlags(VariableElement) - Static method in class com.facebook.buck.jvm.java.abi.AccessFlags
Gets the field access flags (see JVMS8 4.5) for the given variable element, augmented by the special ASM pseudo-access flag for @Deprecated fields.
getActionConfigNamesFromArg(XcodeWorkspaceConfigDescription.Arg) - Static method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
getActionGraph() - Method in class com.facebook.buck.rules.ActionGraphAndResolver
 
getActionGraph(BuckEventBus, boolean, TargetGraph, int) - Method in class com.facebook.buck.rules.ActionGraphCache
It returns an ActionGraphAndResolver.
getActionGraph() - Method in class com.facebook.buck.rules.BuildContext
 
getActionGraphCache() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getActionGraphCache() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getActionGraphCache() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getActivityName() - Method in class com.facebook.buck.event.StartActivityEvent
 
getActivityToStart() - Method in class com.facebook.buck.cli.InstallCommand
 
getActool() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getActualHashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getActualHashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getActualHashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getAdbExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAdbOptions(BuckConfig) - Method in class com.facebook.buck.cli.AdbCommandLineOptions
 
getAdbOptions(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
 
getAdbOptions() - Method in class com.facebook.buck.step.ExecutionContext
 
getAdbThreadCount() - Method in class com.facebook.buck.step.AdbOptions
 
getAddr() - Method in class com.facebook.buck.macho.Section
 
getAidlExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAlias() - Method in class com.facebook.buck.android.KeystoreProperties
 
getAliases() - Method in class com.facebook.buck.cli.BuckConfig
 
getAlign() - Method in class com.facebook.buck.macho.FatArch
 
getAlign() - Method in class com.facebook.buck.macho.Section
 
getAll() - Static method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
 
getAll(Path) - Method in class com.facebook.buck.json.ProjectBuildFileParser
Collect all rules from a particular build file.
getAll(Iterable<BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraph
 
getAll(ListeningExecutorService, Iterable<Callable<V>>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
Invoke multiple callables on the provided executor and wait for all to return successfully.
getAllAbsolutePaths(Collection<? extends SourcePath>) - Method in class com.facebook.buck.rules.SourcePathResolver
 
getAllAvailableWriters() - Method in interface com.facebook.buck.log.ConsoleHandlerState
 
getAllBuckLogFiles() - Method in class com.facebook.buck.rage.BuildLogHelper
 
getAllComponents(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, PythonPackageComponents, PythonPlatform, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, NativeLinkStrategy, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.python.PythonUtil
 
getAllDescriptions() - Method in class com.facebook.buck.rules.Cell
 
getAllDescriptions() - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getAllFlags() - Method in class com.facebook.buck.cxx.CxxToolFlags
Returns all flags in the appropriate order.
getAllGroups() - Method in class com.facebook.buck.parser.PerBuildState
 
getAllMavenRepos() - Method in class com.facebook.buck.cli.DownloadConfig
 
getAllNodes(Cell, Path) - Method in class com.facebook.buck.parser.ParsePipeline
Obtain all TargetNodes from a build file.
getAllNodesJob(Cell, Path) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getAllNodesJob(Cell, Path) - Method in class com.facebook.buck.parser.ParsePipeline
Asynchronously obtain all TargetNodes from a build file.
getAllNodesJob(Cell, Path) - Method in class com.facebook.buck.parser.RawNodeParsePipeline
 
getAllOutputs() - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
getAllowedJavaSpecificationVersions() - Method in class com.facebook.buck.cli.BuckConfig
 
getAllowEmptyGlobs() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getAllowEmptyGlobs() - Method in class com.facebook.buck.parser.ParserConfig
getAllowSymlinks() - Method in class com.facebook.buck.parser.ParserConfig
getAllPaths(Optional<Path>) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
 
getAllPaths(Optional<Path>) - Method in class com.facebook.buck.cxx.MungingDebugPathSanitizer
 
getAllPaths(Optional<Path>) - Method in class com.facebook.buck.cxx.PrefixMapDebugPathSanitizer
 
getAllPossibleHostFlavors() - Static method in class com.facebook.buck.cxx.CxxPlatforms
 
getAllRawNodes(Cell, Path) - Method in class com.facebook.buck.parser.PerBuildState
 
getAllRules(Iterable<BuildTarget>) - Method in class com.facebook.buck.rules.BuildRuleResolver
 
getAllRulesAndMetaRules(Path) - Method in class com.facebook.buck.json.ProjectBuildFileParser
Collect all rules from a particular build file, along with meta rules about the rules, for example which build files the rules depend on.
getAllRulesInternal(Path) - Method in class com.facebook.buck.json.ProjectBuildFileParser
 
getAllSrcRootPaths(Iterable<String>) - Method in class com.facebook.buck.jvm.java.SrcRootsFinder
Source roots for Java code can be specified in one of two ways.
getAllTargetNodes(BuckEventBus, Cell, boolean, ListeningExecutorService, Path) - Method in class com.facebook.buck.parser.Parser
 
getAllTargetNodes(Cell, Path) - Method in class com.facebook.buck.parser.PerBuildState
 
getAllTargetNodesJob(Cell, Path) - Method in class com.facebook.buck.parser.PerBuildState
 
getAllTransitiveCaptures() - Method in class com.facebook.buck.cxx.CxxInferCaptureRulesAggregator
 
getAmountsPerRuleType() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Map from the value of BuildRule.getType() to the required resources.
getAnalyzeAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getAndPostAnnouncements() - Method in class com.facebook.buck.event.listener.PublicAnnouncementManager
 
getAndroidApkDir(ProjectFilesystem) - Static method in class com.facebook.buck.jvm.java.intellij.Project
 
getAndroidAssets() - Method in class com.facebook.buck.jvm.java.intellij.IntellijConfig
 
getAndroidFacet() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getAndroidFrameworkIdlFile() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAndroidGenDir(ProjectFilesystem) - Static method in class com.facebook.buck.jvm.java.intellij.Project
This directory is analogous to the gen/ directory that IntelliJ would produce when building an Android module.
getAndroidGenPath(ProjectFilesystem) - Static method in class com.facebook.buck.jvm.java.intellij.Project
 
getAndroidJar() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getAndroidManifest() - Method in class com.facebook.buck.jvm.java.intellij.IntellijConfig
 
getAndroidManifestPath(TargetNode<AndroidBinaryDescription.Arg, ?>) - Method in interface com.facebook.buck.jvm.java.intellij.IjModuleFactoryResolver
 
getAndroidModuleSdkName() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getAndroidModuleSdkType() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getAndroidPackageableCollection() - Method in class com.facebook.buck.android.AndroidBinary
 
getAndroidPlatformTarget() - Method in class com.facebook.buck.step.ExecutionContext
Returns the AndroidPlatformTarget, if present.
getAndroidPlatformTargetSupplier() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getAndroidPlatformTargetSupplier() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getAndroidPlatformTargetSupplier() - Method in class com.facebook.buck.rules.BuildContext
 
getAndroidPlatformTargetSupplier() - Method in class com.facebook.buck.step.ExecutionContext
Returns an AndroidPlatformTarget if the user specified one.
getAndroidProperties(IjModule) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
getAndroidResourceDeps() - Method in class com.facebook.buck.android.DummyRDotJava
 
getAndroidResourcePath(TargetNode<AndroidResourceDescription.Arg, ?>) - Method in interface com.facebook.buck.jvm.java.intellij.IjModuleFactoryResolver
 
getAndroidResources() - Method in class com.facebook.buck.jvm.java.intellij.IntellijConfig
 
getAndroidTarget() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getAndroidToolsCommonJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getAnnotationDir() - Method in class com.facebook.buck.io.BuckPaths
 
getAnnotationOutputPath(TargetNode<? extends JvmLibraryArg, ?>) - Method in interface com.facebook.buck.jvm.java.intellij.IjModuleFactoryResolver
 
getAnnotationPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.model.BuildTargets
Return a path to a file in the buck-out/annotation/ directory.
getAnnotationProcessingParams() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getAnnotationProcessorName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getAnsi() - Method in class com.facebook.buck.step.ExecutionContext
 
getAnsi() - Method in class com.facebook.buck.util.Console
 
getApkInfo() - Method in class com.facebook.buck.android.AndroidBinary
The APK at this path is the final one that points to an APK that a user should install.
getApkInfo() - Method in class com.facebook.buck.android.ApkGenrule
 
getApkInfo() - Method in interface com.facebook.buck.android.HasInstallableApk
 
getAPKModuleGraph() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getAPKModules() - Method in class com.facebook.buck.android.APKModuleGraph
 
getAPKModuleToClassesMap(ImmutableMultimap<APKModule, Path>, Function<String, String>, ProjectFilesystem) - Static method in class com.facebook.buck.android.APKModuleGraph
Group the classes in the input jars into a multimap based on the APKModule they belong to
getApkPath() - Method in class com.facebook.buck.android.ApkInfo
 
getApkPath() - Method in class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
 
getApkUnderTest() - Method in class com.facebook.buck.android.AndroidInstrumentationApk
 
getApkUnderTestPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getAppID() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Returns a (prefix, identifier) pair for which the profile is valid.
getAppIncludesFrameworks() - Method in class com.facebook.buck.apple.ApplePlatform
 
getAppleCxxPlatformForBuildTarget(FlavorDomain<CxxPlatform>, CxxPlatform, FlavorDomain<AppleCxxPlatform>, BuildTarget, Optional<MultiarchFileInfo>) - Static method in class com.facebook.buck.apple.ApplePlatforms
 
getAppleDeveloperDirectorySupplier(ProcessExecutor) - Method in class com.facebook.buck.apple.AppleConfig
If specified, the value of [apple] xcode_developer_dir wrapped in a Supplier.
getAppleDeveloperDirectorySupplierForTests(ProcessExecutor) - Method in class com.facebook.buck.apple.AppleConfig
If specified, the value of [apple] xcode_developer_dir_for_tests wrapped in a Supplier.
getAppleDeviceHelperPath() - Method in class com.facebook.buck.apple.AppleConfig
 
getAppleDeviceHelperTarget() - Method in class com.facebook.buck.apple.AppleConfig
 
getApplePlatform() - Method in class com.facebook.buck.apple.AppleSdk
The platform of the SDK.
getAppleSdk() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getAppleSdkPaths(ProcessExecutor) - Method in class com.facebook.buck.apple.AppleConfig
 
getAppleSdkPaths() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getApproximateBuildProgress() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
getApproximateBuildProgress() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
getAr() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getArchitecture() - Method in class com.facebook.buck.cli.BuckConfig
 
getArchitectures() - Method in class com.facebook.buck.apple.ApplePlatform
 
getArchitectures() - Method in class com.facebook.buck.apple.AppleSdk
The architectures supported by the SDK.
getArchiveAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getArchiveContents() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getArchiveMembers(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.JarArchiveDependencySupplier
 
getArchiveMembers(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.ZipArchiveDependencySupplier
 
getArchiveMembers(SourcePathResolver) - Method in interface com.facebook.buck.rules.keys.ArchiveDependencySupplier
 
getArchiveOptions(boolean) - Method in interface com.facebook.buck.cxx.Archiver
 
getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.BsdArchiver
 
getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.GnuArchiver
 
getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
getArchiveOptions(boolean) - Method in class com.facebook.buck.cxx.WindowsArchiver
 
getArchivePath() - Method in class com.facebook.buck.io.AbstractArchiveMemberPath
 
getArchivePath() - Method in class com.facebook.buck.io.ArchiveMemberPath
 
getArchiver(Tool) - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getArchiveSourcePath() - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
 
getArea() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
 
getArflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getArgs(Iterable<CxxHeaders>, SourcePathResolver, Optional<PathShortener>, Preprocessor) - Static method in class com.facebook.buck.cxx.CxxHeaders
 
getArgs() - Method in class com.facebook.buck.cxx.CxxLink
 
getArgs() - Method in class com.facebook.buck.cxx.CxxTest
 
getArgs() - Method in class com.facebook.buck.cxx.NativeLinkableInput
 
getArgs() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getArgs() - Method in class com.facebook.buck.event.CommandEvent
 
getArgs() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getArgs() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
getArgs() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getArgs() - Method in class com.facebook.buck.shell.ShTest
 
getArgs() - Method in interface com.facebook.buck.shell.WorkerTool
 
getArgsPath() - Method in class com.facebook.buck.shell.WorkerProcessCommand
Path to file which contains the arguments of the command.
getArguments() - Method in class com.facebook.buck.cli.AuditCellCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditInputCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditRulesCommand
 
getArguments() - Method in class com.facebook.buck.cli.AuditTestsCommand
 
getArguments() - Method in class com.facebook.buck.cli.BuildCommand
 
getArguments() - Method in class com.facebook.buck.cli.CacheCommand
 
getArguments() - Method in class com.facebook.buck.cli.TargetsCommand
 
getArguments() - Method in class com.facebook.buck.cli.UninstallCommand
 
getArguments() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
 
getArguments(boolean) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep
 
getArguments(boolean) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep.ToolCommand
 
getArguments() - Method in class com.facebook.buck.message_ipc.InvocationMessage
 
getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditInputCommand
 
getArgumentsFormattedAsBuildTargets(BuckConfig) - Method in class com.facebook.buck.cli.AuditTestsCommand
 
getArgumentTypes() - Method in class com.facebook.buck.query.AllPathsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.AttrFilterFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.BuildFileFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.DepsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.FilterFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.InputsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.KindFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.LabelsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.OwnerFunction
 
getArgumentTypes() - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
The types of the arguments of the function.
getArgumentTypes() - Method in class com.facebook.buck.query.RdepsFunction
 
getArgumentTypes() - Method in class com.facebook.buck.query.TestsOfFunction
 
getArgumentTypes() - Method in class com.facebook.buck.rules.query.ClasspathFunction
 
getArtifactCache() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getArtifactCache() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
getArtifactCacheFactory() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getArtifactCacheFactory() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getArtifactCacheModes() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getArtifactCacheModesRaw() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getArtifactContentHash() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getArtifactContentHashCode() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
 
getArtifactFetchService(CommandRunnerParams, WeightedListeningExecutorService) - Method in class com.facebook.buck.cli.BuildCommand
 
getArtifactOnlyHashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getArtifactOnlyHashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getArtifactOnlyHashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getArtifactSizeBytes() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
 
getAs() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getAsciiString(ByteBuffer) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
getAsflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getAsm() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getAsmflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getAsmpp() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getAsmppflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getAspp() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getAsppflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getAssemblerDebugPathSanitizer() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getAssemblerFlags() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getAssetPaths() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
 
getAssets() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getAssets() - Method in class com.facebook.buck.android.AndroidResource
 
getAssets() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getAssets() - Method in class com.facebook.buck.jvm.java.intellij.SerializableAndroidAar
 
getAssetsDirectories() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Directories containing assets to be included directly in the apk, under the "assets" directory.
getAssetsDirectoryForProject(BuildRuleResolver, TargetNode<AndroidResourceDescription.Arg, ?>) - Static method in class com.facebook.buck.android.AndroidResourceDescription
 
getAssetsPath(TargetNode<AndroidResourceDescription.Arg, ?>) - Method in interface com.facebook.buck.jvm.java.intellij.IjModuleFactoryResolver
 
getAssociatedProjectPredicate() - Method in class com.facebook.buck.cli.ProjectPredicates
AssociatedTargetNodePredicate returning nodes associated with the IDE project.
getAssociatedRuleKeys() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getAutoconfName() - Method in enum com.facebook.buck.util.environment.Platform
 
getAutodepsFilesHaveSignatures() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getAutoSparseState(Path, HgCmdLineInterface, AutoSparseConfig) - Static method in class com.facebook.buck.util.autosparse.AbstractAutoSparseFactory
 
getAvailableCores() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getAvailableCores() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getAvailableCores() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getAvailableResources() - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
 
getAverage() - Method in class com.facebook.buck.counters.SamplingCounter
 
getAverageDownloadSpeed() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
getBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
getBannedDuplicateResourceTypes() - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
getBaseBookmarks() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
 
getBaseConfigurationReference() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
getBasedOffWhichTracked() - Method in class com.facebook.buck.rage.SourceControlInfo
 
getBaseModule(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.lua.LuaUtil
 
getBaseName() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
If this build target were //third_party/java/guava:guava-latest, then this would return "//third_party/java/guava".
getBaseName() - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
getBaseParams() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getBaseParams() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getBasePath() - Method in class com.facebook.buck.autodeps.DepsForBuildFiles.BuildFileWithDeps
 
getBasePath() - Method in class com.facebook.buck.parser.BuildFileSpec
 
getBasePath(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.python.PythonUtil
 
getBasePathOfAncestorTarget(Path) - Method in class com.facebook.buck.model.BuildFileTree
Returns the base path for a given path.
getBasePathOfAncestorTarget(Path) - Method in class com.facebook.buck.model.FilesystemBackedBuildFileTree
Returns the base path for a given path.
getBasePathOfAncestorTarget(Path) - Method in class com.facebook.buck.model.InMemoryBuildFileTree
 
getBasePathToAliasMap() - Method in class com.facebook.buck.cli.BuckConfig
Create a map of BuildTarget base paths to aliases.
getBasePathToAliasMap(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
getBaseType(Field) - Static method in class com.facebook.buck.util.Types
Determine the "base type" of a field.
getBestProvisioningProfile(String, Optional<ImmutableMap<String, NSObject>>, Optional<? extends Iterable<CodeSignIdentity>>) - Method in class com.facebook.buck.apple.ProvisioningProfileStore
 
getBestServer() - Method in class com.facebook.buck.slb.ClientSideSlb
 
getBestServer() - Method in interface com.facebook.buck.slb.HttpLoadBalancer
 
getBestServer() - Method in class com.facebook.buck.slb.ServerHealthManager
 
getBinary() - Method in class com.facebook.buck.apple.AppleBundle
 
getBinary() - Method in class com.facebook.buck.python.PythonTest
 
getBinaryBuildRule() - Method in class com.facebook.buck.apple.AppleBundle
 
getBinaryBuildRule() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getBinaryBuildRule() - Method in interface com.facebook.buck.cxx.BuildRuleWithBinary
 
getBinaryBuildTarget(BuildTarget) - Static method in class com.facebook.buck.python.PythonTestDescription
 
getBinaryExtension() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getBinaryFileContent() - Method in class com.facebook.buck.android.StringResources
Returns a byte array that represents the entire set of strings, plurals and string arrays in the following binary file format:
getBinaryJar() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getBinaryJar() - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
 
getBinaryJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getBinaryName(BuildTarget, Optional<String>) - Static method in class com.facebook.buck.apple.AppleBundle
 
getBinaryRule() - Method in class com.facebook.buck.cxx.CxxLinkAndCompileRules
 
getBindMounts() - Method in class com.facebook.buck.eden.EdenMount
 
getBinPath() - Method in class com.facebook.buck.python.PythonBinary
 
getBlacklist() - Method in class com.facebook.buck.apple.TestHostInfo
Libraries included in test host that should not be linked into the test library.
getBlacklistedWifiSsids() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getBlacklistRegex() - Method in class com.facebook.buck.cxx.InferBuckConfig
 
getBlueprintIdentifier() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
getBlueprintName() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
getBody() - Method in interface com.facebook.buck.slb.HttpResponse
 
getBody() - Method in class com.facebook.buck.slb.LoadBalancedHttpResponse
 
getBody() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
getBoolean(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBoolean(String, String) - Method in class com.facebook.buck.config.Config
 
getBooleanValue(String, String, boolean) - Method in class com.facebook.buck.cli.BuckConfig
 
getBooleanValue(String, String, boolean) - Method in class com.facebook.buck.config.Config
 
getBoostTestDep() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getBootclasspath() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getBootclasspathEntries() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getBootClasspathEntries(ExecutionContext) - Method in class com.facebook.buck.android.RobolectricTest
 
getBootClasspathEntries(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavaTest
 
getBranchedFromMasterRevisionId() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
 
getBuckCommit() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getBuckConfig() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getBuckConfig() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getBuckConfig() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getBuckConfig() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getBuckConfig() - Method in class com.facebook.buck.rules.Cell
 
getBuckDirty() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getBuckEventBus() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getBuckEventBus() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getBuckEventBus() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getBuckEventBus() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getBuckEventBus() - Method in class com.facebook.buck.event.listener.BroadcastEventListener.BroadcastEventBusClosable
 
getBuckEventBus() - Method in class com.facebook.buck.step.ExecutionContext
 
getBuckFilePath() - Method in class com.facebook.buck.json.ParseBuckFileEvent
 
getBuckGitCommitHash() - Method in class com.facebook.buck.cli.VersionCommand
 
getBuckLogDir() - Method in class com.facebook.buck.log.InvocationInfo
 
getBuckModuleBaseSourceCodePath() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getBuckOut() - Method in class com.facebook.buck.io.BuckPaths
The relative path to the directory where Buck will generate its files.
getBuckOutCompatLink() - Method in class com.facebook.buck.cli.BuckConfig
 
getBuckOutputDirectory() - Static method in class com.facebook.buck.util.BuckConstant
The relative path to the directory where Buck will generate its files.
getBuckPackageBoundaryExceptions() - Method in class com.facebook.buck.parser.ParserConfig
A list of absolute paths under which buck package boundary checks should not be performed.
getBuckPaths() - Method in class com.facebook.buck.io.ProjectFilesystem
 
getBuckTraceDir() - Static method in class com.facebook.buck.util.BuckConstant
 
getBuildableForAndroidResources(BuildRuleResolver, boolean) - Method in class com.facebook.buck.android.AndroidLibraryGraphEnhancer
 
getBuildableForAndroidResourcesAbi(BuildRuleResolver, SourcePathRuleFinder) - Method in class com.facebook.buck.android.AndroidLibraryGraphEnhancer
 
getBuildableName() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry
 
getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.ProfileAction
 
getBuildableReference() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestableReference
 
getBuildAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getBuildActionEntries() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
 
getBuildArgs() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
getBuildArgs() - Method in class com.facebook.buck.rules.BuildEvent.Started
 
getBuildConfigFields() - Method in class com.facebook.buck.android.AndroidBuildConfig
 
getBuildConfigs() - Method in class com.facebook.buck.android.AndroidPackageableCollection
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.AnalyzeAction
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.ArchiveAction
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.ProfileAction
 
getBuildConfiguration() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
 
getBuildConfigurationList() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getBuildConfigurationList() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getBuildConfigurationsByName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
 
getBuildContext() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
BuildContext used by various rules to generate Steps.
getBuildEngineMode() - Method in class com.facebook.buck.cli.BuildCommand
 
getBuildEnvironmentDescription() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getBuildEnvironmentDescription() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getBuildEnvironmentDescription() - Method in class com.facebook.buck.rage.DefectReport
 
getBuildEnvironmentDescription() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectReport
 
getBuildEventsByThread() - Method in class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
getBuildFileImportWhitelist() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getBuildFileImportWhitelist() - Method in class com.facebook.buck.parser.ParserConfig
getBuildFileName() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getBuildFileName() - Method in class com.facebook.buck.parser.ParserConfig
getBuildFileName() - Method in class com.facebook.buck.rules.Cell
 
getBuildFiles(Set<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getBuildFiles(Set<QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the build files that define the given targets.
getBuildFiles(Set<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getBuildFileSearchMethod() - Method in class com.facebook.buck.parser.ParserConfig
getBuildFileSpec() - Method in class com.facebook.buck.parser.BuildTargetSpec
 
getBuildFileSpec() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
 
getBuildFileSpec() - Method in interface com.facebook.buck.parser.TargetNodeSpec
 
getBuildFor() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry
 
getBuildId() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
 
getBuildId() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getBuildId() - Method in interface com.facebook.buck.event.BuckEvent
 
getBuildId() - Method in class com.facebook.buck.event.BuckEventBus
An id that every event posted to this event bus will share.
getBuildId() - Method in interface com.facebook.buck.event.EventBus
 
getBuildId() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getBuildId() - Method in class com.facebook.buck.log.InvocationInfo
 
getBuildId() - Method in class com.facebook.buck.rage.BuildLogEntry
 
getBuildId() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
getBuildId() - Method in class com.facebook.buck.step.ExecutionContext
 
getBuildJobStateAndBuildName(ProjectFilesystem, Console, DistBuildService) - Method in class com.facebook.buck.cli.DistBuildRunCommand
 
getBuildLogs() - Method in class com.facebook.buck.rage.BuildLogHelper
 
getBuildOutput() - Method in class com.facebook.buck.rules.BuildOutputInitializer
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.AaptPackageResources
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.AndroidResource
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.PackageStringAssets
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.PreDexMerge
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.ResourcesFilter
 
getBuildOutputInitializer() - Method in class com.facebook.buck.android.UnzipAar
 
getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getBuildOutputInitializer() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getBuildOutputInitializer() - Method in interface com.facebook.buck.rules.InitializableFromDisk
 
getBuildOutputInitializer() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getBuildPhases() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getBuildRule() - Method in class com.facebook.buck.rules.BuildRuleCacheEvent
 
getBuildRule() - Method in class com.facebook.buck.rules.BuildRuleEvent
 
getBuildRuleDirectedGraphFilteredBy(Iterable<? extends BuildRule>, Predicate<Object>, Predicate<Object>) - Static method in class com.facebook.buck.rules.BuildRuleDependencyVisitors
Given dependencies in inputs builds graph of transitive dependencies filtering them by instanceOf T.
getBuildRuleResult(BuildTarget) - Method in interface com.facebook.buck.rules.BuildEngine
Returns the build result of the build rule associated with the given build target.
getBuildRuleResult(BuildTarget) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
getBuildRules() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
getBuildRules() - Method in class com.facebook.buck.rules.BuildRuleResolver
 
getBuildRuleType(String) - Method in class com.facebook.buck.rules.Cell
 
getBuildRuleType(Class<? extends Description<?>>) - Static method in interface com.facebook.buck.rules.Description
 
getBuildRuleType(Description<?>) - Static method in interface com.facebook.buck.rules.Description
 
getBuildRuleType(String) - Static method in interface com.facebook.buck.rules.Description
 
getBuildRuleType(String) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getBuildSettings() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSources
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AaptPackageResources
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidAar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidBuildConfig
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidManifest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AndroidResource
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.AssembleDirectories
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ComputeExopackageDepsAbi
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.DummyRDotJava
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.GenAidl
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.NdkLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.PackageStringAssets
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.PreDexMerge
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.ResourcesFilter
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.StripLinkable
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.android.UnzipAar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleAssetCatalog
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleBundle
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleDsym
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.AppleTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.BuiltinApplePackage
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.CoreDataModel
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.MultiarchFile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.apple.SceneKitAssets
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.Archive
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxInferAnalyze
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxInferCapture
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxInferCaptureTransitive
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxInferComputeReport
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxLink
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxStrip
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.CxxTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.DirectHeaderMap
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.d.DBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.d.DCompileBuildRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.d.DTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.dotnet.CsharpLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.file.RemoteFile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.file.WriteFile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.go.GoBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.go.GoCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.go.GoTestMain
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.gwt.GwtBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.gwt.GwtModule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.halide.HalideCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.haskell.HaskellLinkRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.haskell.HaskellPackageRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.js.AndroidReactNativeLibrary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.js.ReactNativeBundle
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.json.JsonConcatenate
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.CalculateAbi
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
Building a java_library() rule entails compiling the .java files specified in the srcs attribute.
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JarFattener
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.Javadoc
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaSourceJar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.JavaTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.Keystore
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.lua.LuaBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.lua.LuaStandaloneBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlBuild
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlCCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlClean
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncher
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlLink
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.ocaml.OcamlMLCompile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.python.PythonInPlaceBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.python.PythonPackagedBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.python.PythonTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.BinaryWrapperRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in interface com.facebook.buck.rules.BuildRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.DependencyAggregation
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.NoopBuildRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.SymlinkTree
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rules.WriteStringTemplateRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rust.RustCompileRule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.rust.RustTest
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.ExportFile
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.Genrule
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.shell.ShBinary
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.thrift.SrcZip
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.thrift.ThriftCompiler
 
getBuildSteps(BuildContext, BuildableContext) - Method in class com.facebook.buck.zip.Zip
 
getBuildTarget() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
 
getBuildTarget(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTarget() - Method in class com.facebook.buck.cxx.CxxToolProviderParams
 
getBuildTarget() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getBuildTarget() - Method in class com.facebook.buck.event.InstallEvent
 
getBuildTarget() - Method in class com.facebook.buck.event.StartActivityEvent
 
getBuildTarget() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getBuildTarget() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
getBuildTarget() - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getBuildTarget() - Method in interface com.facebook.buck.model.HasBuildTarget
 
getBuildTarget() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getBuildTarget() - Method in class com.facebook.buck.parser.BuildTargetSpec
 
getBuildTarget(Path, Path, F) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getBuildTarget(Path, Path, Map<String, Object>) - Method in class com.facebook.buck.parser.TargetGroupParsePipeline
 
getBuildTarget(Path, Path, Map<String, Object>) - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
getBuildTarget() - Method in class com.facebook.buck.python.NeededCoverageSpec
 
getBuildTarget() - Method in class com.facebook.buck.query.QueryBuildTarget
 
getBuildTarget() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getBuildTarget() - Method in interface com.facebook.buck.rules.BuildRule
 
getBuildTarget() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getBuildTarget() - Method in class com.facebook.buck.rules.TargetGroup
 
getBuildTarget() - Method in class com.facebook.buck.rules.TargetNode
 
getBuildTarget() - Method in class com.facebook.buck.test.TestResults
 
getBuildTarget() - Method in class com.facebook.buck.test.TestRuleEvent
 
getBuildTargetForAliasAsString(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTargetForFullyQualifiedTarget(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTargetList(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTargets() - Method in class com.facebook.buck.android.APKModule
 
getBuildTargets(CellPathResolver, Iterable<String>) - Method in class com.facebook.buck.cli.AbstractCommand
 
getBuildTargets() - Method in class com.facebook.buck.cli.BuildCommand
 
getBuildTargets() - Method in class com.facebook.buck.parser.ParseEvent
 
getBuildTargets() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
 
getBuildTargetsForAlias(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getBuildTargetsToExcludeFromDex() - Method in class com.facebook.buck.android.AndroidBinary
 
getBuildTargetToGeneratedTargetMap() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
getBuildTargetToGeneratedTargetMap() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
getBuildToolsOrThrow() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getBuildToolsOrThrow() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getBuildToolsVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getBuildType() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getBuildUuid() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getBuildVersion() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getBuildVersions() - Method in class com.facebook.buck.cli.BuckConfig
 
getBundleIdFromPlistStream(InputStream) - Static method in class com.facebook.buck.apple.AppleInfoPlistParsing
Extracts the bundle ID (CFBundleIdentifier) from an Info.plist, returning it if present.
getBundleRoot(ProjectFilesystem, BuildTarget, String, String) - Static method in class com.facebook.buck.apple.AppleBundle
 
getBytecodeCompileDeps() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getBytecodeCompileDeps() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getBytecodeCompileDeps() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
Dependencies for the bytecode (ocamlc) build
getBytecodeIncludeDirs() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getBytecodeIncludes() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getBytecodeLink() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getBytecodeLinkableInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Inputs for the bytecode (ocamlc) build
getBytecodeLinkableInput() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getBytecodeLinkDeps() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getBytecodeLinkDeps() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getBytes() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getBytes(ByteOrder) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getBytes(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
getBytesDownloaded() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
getBytesRead() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response.ReadPayloadInfo
 
getBytesReceived() - Method in class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
 
getCacheDir() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
 
getCacheDir() - Method in class com.facebook.buck.io.BuckPaths
 
getCacheErrorCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheErrorCount() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheErrorRate() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheErrorRate() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheHitCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheHitCount() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheKeySeed() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getCacheMissCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheMissCount() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheMissRate() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getCacheMissRate() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getCacheMode() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getCacheModes() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getCacheName() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
 
getCacheReadMode() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getCacheResult() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
getCacheResult() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getCachesExamined() - Method in interface com.facebook.buck.util.cache.FileHashCache.AbstractFileHashCacheVerificationResult
 
getCachesExamined() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
 
getCacheType() - Method in class com.facebook.buck.rules.BuildRuleCacheEvent
 
getCanaryClassName() - Method in class com.facebook.buck.android.APKModule
 
getCandidatesToDelete(Path) - Method in interface com.facebook.buck.util.DirectoryCleaner.PathSelector
 
getCapabilities() - Method in class com.facebook.buck.io.Watchman
 
getCapacity() - Method in class com.facebook.buck.shell.WorkerProcessPool
 
getCaptureRules() - Method in class com.facebook.buck.cxx.CxxInferAnalyze
 
getCaptureRules() - Method in class com.facebook.buck.cxx.CxxInferCaptureTransitive
 
getCategory() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
getCategory() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getCategory() - Method in class com.facebook.buck.counters.Counter
 
getCategory() - Method in class com.facebook.buck.counters.CounterInfo
 
getCategory() - Method in class com.facebook.buck.counters.CounterSnapshot
 
getCategory() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
 
getCategory() - Method in class com.facebook.buck.event.ActionGraphEvent
 
getCategory() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
 
getCategory() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getCategory() - Method in class com.facebook.buck.event.InstallEvent
 
getCategory() - Method in interface com.facebook.buck.event.LeafEvent
 
getCategory() - Method in class com.facebook.buck.event.StartActivityEvent
 
getCategory() - Method in class com.facebook.buck.event.UninstallEvent
 
getCategory() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
 
getCategory() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
 
getCategory() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getCategory() - Method in class com.facebook.buck.log.ErrorLogRecord
Computes a category key based on relevant LogRecord information.
getCategory() - Method in class com.facebook.buck.parser.ParseEvent
 
getCategory() - Method in class com.facebook.buck.rules.BuildRuleCacheEvent
 
getCategory() - Method in class com.facebook.buck.rules.TestStatusMessageEvent
 
getCategory() - Method in class com.facebook.buck.rules.TestSummaryEvent
 
getCategory() - Method in class com.facebook.buck.step.StepEvent
 
getCategory() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFinished
 
getCategory() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshStarted
 
getCategory() - Method in class com.facebook.buck.util.network.offline.ScribeData
 
getCategory() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent
 
getCc() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCell() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getCell() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getCell() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
 
getCell(Path) - Method in class com.facebook.buck.rules.Cell
 
getCell(BuildTarget) - Method in class com.facebook.buck.rules.Cell
 
getCellByPath(Path) - Method in class com.facebook.buck.rules.CellProvider
 
getCellFreeRepresentation() - Method in interface com.facebook.buck.model.BuildTargetPattern
Value used in a build file to specify this pattern, devoid of any Cell prefix.
getCellFreeRepresentation() - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
 
getCellFreeRepresentation() - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
 
getCellFreeRepresentation() - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
 
getCellIfKnown(BuildTarget) - Method in class com.facebook.buck.rules.Cell
 
getCellIgnoringVisibilityCheck(Path) - Method in class com.facebook.buck.rules.Cell
 
getCellNames() - Method in class com.facebook.buck.rules.TargetNode
 
getCellPath() - Method in class com.facebook.buck.autodeps.DepsForBuildFiles.BuildFileWithDeps
 
getCellPath() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
 
getCellPath() - Method in class com.facebook.buck.parser.BuildFileSpec
 
getCellPath(Optional<String>) - Method in interface com.facebook.buck.rules.CellPathResolver
 
getCellPath(Optional<String>) - Method in class com.facebook.buck.rules.DefaultCellPathResolver
 
getCellPathResolver() - Method in class com.facebook.buck.cli.BuckConfig
 
getCellPathResolver() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getCellPathResolver() - Method in class com.facebook.buck.rules.Cell
 
getCellPathResolver() - Method in class com.facebook.buck.step.ExecutionContext
 
getCellPaths() - Method in interface com.facebook.buck.rules.CellPathResolver
 
getCellPaths() - Method in class com.facebook.buck.rules.DefaultCellPathResolver
 
getCellRoots() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getCellRoots() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getCells() - Method in class com.facebook.buck.distributed.DistBuildState
 
getCflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCFlags() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCFlags() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getCharContent(boolean) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
getCharContent(boolean) - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
getChildPaths(BuildTarget) - Method in class com.facebook.buck.model.BuildFileTree
 
getChildPaths(BuildTarget) - Method in class com.facebook.buck.model.FilesystemBackedBuildFileTree
 
getChildPaths(BuildTarget) - Method in class com.facebook.buck.model.InMemoryBuildFileTree
 
getChildren() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getChildren() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
getChildren() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
 
getChunks() - Method in class com.facebook.buck.util.ChunkAccumulator
 
getClassesDir(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getClassesHash() - Method in interface com.facebook.buck.android.DexWithClasses
 
getClassesToRemoveFromJar() - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
 
getClassesToRemoveFromJar() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getClassLoaderCache() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getClassLoaderCache() - Method in class com.facebook.buck.step.ExecutionContext
 
getClassLoaderForClassPath(ClassLoader, ImmutableList<URL>) - Method in class com.facebook.buck.util.ClassLoaderCache
 
getClassName() - Method in class com.facebook.buck.test.selectors.TestDescription
 
getClassNames() - Method in interface com.facebook.buck.android.DexWithClasses
 
getClassNamesToHashes() - Method in interface com.facebook.buck.jvm.core.HasJavaClassHashes
 
getClassNamesToHashes() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getClassNamesToHashes() - Method in class com.facebook.buck.jvm.java.JavaLibrary.Data
 
getClassNamesToHashes() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getClassNamesToHashesSupplier() - Method in class com.facebook.buck.android.AndroidPackageableCollection
getClasspath() - Method in class com.facebook.buck.jvm.java.JarShape.Summary
 
getClasspath(Set<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getClasspathDeps() - Method in class com.facebook.buck.android.AndroidBinary
 
getClasspathDeps(Iterable<BuildRule>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
Include the classpath entries from all JavaLibraryRules that have a direct line of lineage to this rule through other JavaLibraryRules.
getClasspathEntriesToDex() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
This includes everything from the corresponding AndroidPackageableCollection.getClasspathEntriesToDex(), and may include additional entries due to AndroidBuildConfigs (or R.java, in the future).
getClasspathEntriesToDex() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Java classes (jars) to include in the package.
getClasspathFile() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getClassPaths() - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
 
getClasspathsFromLibraries(Iterable<JavaLibrary>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
Given libraries that may contribute classpaths, visit them and collect the classpaths.
getClientId() - Method in class com.facebook.buck.cli.BuckConfig
 
getCLinkableInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Inputs for the C compiler (both builds)
getClock() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getClock() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getClock() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getClock() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
getClock() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getClockIds() - Method in class com.facebook.buck.io.Watchman
 
getCmd() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
 
getCmd() - Method in class com.facebook.buck.shell.Genrule
 
getCmdsize() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
 
getCodesignAllocate() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getCodeSignIdentitiesCommand() - Method in class com.facebook.buck.apple.AppleConfig
 
getCombinedProject() - Method in class com.facebook.buck.cli.ProjectCommand
 
getCommand() - Method in class com.facebook.buck.apple.ApplePackageConfig
 
getCommand() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
 
getCommand(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getCommand() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep
 
getCommand() - Method in interface com.facebook.buck.jvm.java.JavaRuntimeLauncher
 
getCommand() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getCommand(Platform, WorkerJobParams) - Method in class com.facebook.buck.shell.WorkerProcessPoolFactory
 
getCommand() - Method in class com.facebook.buck.step.AbstractTestStep
 
getCommand() - Method in class com.facebook.buck.util.ProcessExecutorParams
The command and arguments to launch.
getCommand() - Method in class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
 
getCommandAndExecutionArgs(Platform, BuildTarget) - Method in class com.facebook.buck.shell.AbstractGenruleStep.CommandString
 
getCommandArgs() - Method in class com.facebook.buck.rage.BuildLogEntry
 
getCommandIdToIsDaemonMapper() - Method in class com.facebook.buck.log.GlobalStateManager
 
getCommandIdToIsSuperConsoleEnabledMapper() - Method in class com.facebook.buck.log.GlobalStateManager
 
getCommandLineBuildTargetNormalizer(BuckConfig) - Method in class com.facebook.buck.cli.AbstractCommand
 
getCommandName() - Method in class com.facebook.buck.event.CommandEvent
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.AbstractPreprocessor
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.BsdArchiver
 
getCommandPrefix() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep
 
getCommandPrefix() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep.ToolCommand
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.DarwinLinker
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.DefaultCompiler
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.GnuArchiver
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.GnuLinker
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.WindowsArchiver
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.cxx.WindowsLinker
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getCommandPrefix() - Method in class com.facebook.buck.python.PexStep
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.python.PythonEnvironment
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.rules.CommandTool
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.rules.HashedFileTool
 
getCommandPrefix(SourcePathResolver) - Method in class com.facebook.buck.rules.LazyDelegatingTool
 
getCommandPrefix(SourcePathResolver) - Method in interface com.facebook.buck.rules.Tool
 
getCommandsCount() - Method in class com.facebook.buck.cxx.MachoHeader
 
getCommandsForArguments(Iterable<String>) - Method in class com.facebook.buck.util.CommandSplitter
 
getCompatibilityVersion() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getCompilationDirectory() - Method in class com.facebook.buck.cxx.DebugPathSanitizer
 
getCompilationDirectoryReplacer(Path) - Method in class com.facebook.buck.cxx.MungingDebugPathSanitizer
 
getCompilationEnvironment(Path, boolean) - Method in class com.facebook.buck.cxx.MungingDebugPathSanitizer
 
getCompileBuildTarget(BuildTarget, CxxPlatform, Linker.LinkableDepType) - Static method in class com.facebook.buck.haskell.HaskellDescriptionUtils
 
getCompileBuildTarget(BuildTarget, CxxPlatform, CrateType) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
getCompileDeps() - Method in class com.facebook.buck.apple.MultiarchFile
 
getCompileDeps() - Method in class com.facebook.buck.cxx.CxxBinary
 
getCompileDeps() - Method in class com.facebook.buck.cxx.CxxLink
 
getCompileDeps() - Method in interface com.facebook.buck.cxx.ProvidesLinkedBinaryDeps
 
getCompiledTestsLibrary() - Method in class com.facebook.buck.jvm.java.JavaTest
Returns the underlying java library containing the compiled tests.
getCompiledUberRDotJava() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Compiled R.java for use by ProGuard.
getCompileInput(CxxPlatform, Linker.LinkableDepType) - Method in interface com.facebook.buck.haskell.HaskellCompileDep
 
getCompiler(AndroidLibraryDescription.JvmLanguage) - Method in interface com.facebook.buck.android.AndroidLibraryCompilerFactory
 
getCompiler(AndroidLibraryDescription.JvmLanguage) - Method in class com.facebook.buck.android.DefaultAndroidLibraryCompilerFactory
 
getCompiler() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getCompiler(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getCompiler() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
getCompiler() - Method in interface com.facebook.buck.haskell.HaskellConfig
 
getCompiler(ThriftLibraryDescription.CompilerType, BuildRuleResolver) - Method in class com.facebook.buck.thrift.ThriftBuckConfig
Return the Tool object representing the thrift compiler.
getCompilerClassName() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getCompilerDebugPathSanitizer() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCompilerFlags() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getCompilerFlags() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getCompilerFlags() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
getCompilerFlags() - Method in interface com.facebook.buck.haskell.HaskellConfig
 
getCompilerFlags() - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getCompilerPlugins() - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getCompilerProvider(String) - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getCompilerTarget(ThriftLibraryDescription.CompilerType) - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getCompilerType() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getCompilerType() - Method in class com.facebook.buck.thrift.ThriftCxxEnhancer
 
getCompilerType() - Method in class com.facebook.buck.thrift.ThriftJavaEnhancer
 
getCompilerType() - Method in interface com.facebook.buck.thrift.ThriftLanguageSpecificEnhancer
 
getCompilerType() - Method in class com.facebook.buck.thrift.ThriftPythonEnhancer
 
getCompileRule() - Method in class com.facebook.buck.thrift.ThriftSource
 
getComponents() - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
 
getComponents() - Method in class com.facebook.buck.python.PythonBinary
 
getComponents() - Method in class com.facebook.buck.rules.RelativeCellName
 
getCompressionLevel() - Method in class com.facebook.buck.zip.CustomZipEntry
 
getCompressTraces() - Method in class com.facebook.buck.cli.BuckConfig
 
getComputeExopackageDepsAbi() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
GetComputerNameEx(int, char[], IntByReference) - Method in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
 
getConcurrencyLimit(BuckConfig) - Method in class com.facebook.buck.cli.AbstractCommand
 
getConcurrencyLimit() - Method in class com.facebook.buck.step.ExecutionContext
 
getConfig() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
 
getConfig() - Method in class com.facebook.buck.cli.BuckConfig
 
getConfigDefaultCxxPlatform(CxxBuckConfig, ImmutableMap<Flavor, CxxPlatform>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxPlatforms
 
getConfigOverrides() - Method in class com.facebook.buck.cli.AbstractCommand
 
getConfigOverrides() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getConfigOverrides() - Method in interface com.facebook.buck.cli.Command
 
getConfigOverrides() - Method in class com.facebook.buck.cli.VersionCommand
 
getConfiguredBuckOut() - Method in class com.facebook.buck.io.BuckPaths
The relative path to the directory where Buck will generate its files.
getConnectedDevices() - Method in class com.facebook.buck.apple.device.AppleDeviceHelper
Runs the helper program to enumerate all currently-connected devices.
getConnection() - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getConnectionTimeoutMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getConsole() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getConsole() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getConsole() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getConsole() - Method in class com.facebook.buck.step.ExecutionContext
 
getConsoleHandlerState() - Method in class com.facebook.buck.log.GlobalStateManager
 
getConstructorArg() - Method in class com.facebook.buck.rules.TargetNode
 
getContacts() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getContacts() - Method in class com.facebook.buck.apple.AppleTest
 
getContacts() - Method in class com.facebook.buck.cxx.CxxTest
 
getContacts() - Method in class com.facebook.buck.d.DTest
 
getContacts() - Method in class com.facebook.buck.go.GoTest
 
getContacts() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getContacts() - Method in class com.facebook.buck.python.PythonTest
 
getContacts() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getContacts() - Method in interface com.facebook.buck.rules.TestRule
 
getContacts() - Method in class com.facebook.buck.rust.RustTest
 
getContacts() - Method in class com.facebook.buck.shell.ShTest
 
getContacts() - Method in class com.facebook.buck.test.TestResults
 
getContainer() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
Returns the containing file for this file-like entry.
getContainerClass(Field) - Static method in class com.facebook.buck.util.Types
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.AuditCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.BuckCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.DistBuildCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.MachOUtilsCommand
 
getContainerCommandPrefix() - Method in class com.facebook.buck.cli.ServerCommand
 
getContainerPortal() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
getContainerRelativePath() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildableReference
 
getContentHashes() - Method in class com.facebook.buck.util.cache.JarContentHasher
 
getContentLength() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
 
getContentLength() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreRequest
 
getContentRoot(IjModule) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
getContents() - Method in class com.facebook.buck.cxx.Archive
 
getContents() - Method in class com.facebook.buck.cxx.ThinArchiveArg
 
getContents() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
getContentsAsString(Charset) - Method in class com.facebook.buck.util.CapturingPrintStream
 
getContext() - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
getContext() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getCoordinatorPort() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getCopyNativeLibraries() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getCopyNativeLibraries() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
 
getCopySceneKitAssets() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getCoreSimulatorServicePath(UserIdFetcher) - Method in class com.facebook.buck.apple.simulator.AppleCoreSimulatorServiceController
Returns the path on disk to the running Core Simulator service, if any.
getCount() - Method in class com.facebook.buck.counters.SamplingCounter
 
getCount() - Method in class com.facebook.buck.log.LogConfigSetup
 
getCount() - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
getCounters() - Method in class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
 
getCounters() - Method in class com.facebook.buck.parser.Parser
 
getCountersFirstFlushIntervalMillis() - Method in class com.facebook.buck.cli.BuckConfig
 
getCountersFlushIntervalMillis() - Method in class com.facebook.buck.cli.BuckConfig
 
getCoverageExcludes() - Method in class com.facebook.buck.test.TestRunningOptions
 
getCoverageIncludes() - Method in class com.facebook.buck.test.TestRunningOptions
 
getCoverageReportFormat() - Method in class com.facebook.buck.test.TestRunningOptions
 
getCoverageReportTitle() - Method in class com.facebook.buck.test.TestRunningOptions
 
getCoveredByDepFilePredicate() - Method in class com.facebook.buck.cxx.CxxInferCapture
 
getCoveredByDepFilePredicate() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
getCoveredByDepFilePredicate() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getCoveredByDepFilePredicate() - Method in class com.facebook.buck.js.ReactNativeBundle
 
getCoveredByDepFilePredicate() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getCoveredByDepFilePredicate() - Method in interface com.facebook.buck.rules.keys.SupportsDependencyFileRuleKey
Returns a predicate that can tell whether a given path is covered by dep-file or not.
getCpp() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCpp2Dep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getCpp2LeanMeanMetaMachineDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getCpp2ReflectionDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getCppAyncDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getCppDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getCppflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCppFrozenDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getCppJsonDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getCppReflectionDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getCPreprocessor() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCPreprocessor() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getCpu() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
 
getCpuFilters() - Method in class com.facebook.buck.android.AndroidBinary
 
getCpuReal() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getCpusubtype() - Method in class com.facebook.buck.macho.FatArch
 
getCpusubtype() - Method in class com.facebook.buck.macho.MachoHeader
 
getCpuSys() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getCpuTotal() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getCputype() - Method in class com.facebook.buck.macho.FatArch
 
getCputype() - Method in class com.facebook.buck.macho.MachoHeader
 
getCpuUser() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getCrateRoot(SourcePathResolver, String, Optional<SourcePath>, ImmutableSet<String>, Stream<SourcePath>) - Static method in class com.facebook.buck.rust.RustCompileUtils
Given a list of sources, return the one which is the root based on the defaults and user parameters.
getCreationMillis() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
 
getCuda() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCudaflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCudapp() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCudappflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCurrentBuildJobState(BuildId) - Method in class com.facebook.buck.distributed.DistBuildService
 
getCurrentMemoryBytesUsageByPool() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
getCurrentRevisionId() - Method in class com.facebook.buck.rage.SourceControlInfo
 
getCurrentRevisionId() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
 
getCurrentVersion() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
getCurrentVersionFile() - Method in class com.facebook.buck.io.BuckPaths
The version the buck output directory was created for
getCurrentVersionFile() - Static method in class com.facebook.buck.util.BuckConstant
The version the buck output directory was created for
getCxx() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCxxBuckConfig() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getCxxBuckConfig() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getCxxCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCxxflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCxxFlavors(BuckConfig) - Static method in class com.facebook.buck.cxx.CxxBuckConfig
Constructs set of flavors given in a .buckconfig file, as is specified by section names of the form cxx#{flavor name}.
getCxxHeaders() - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
 
getCxxIncludePaths() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
getCxxIncludePaths() - Method in class com.facebook.buck.cxx.PreprocessorFlags
getCxxLibrary() - Method in class com.facebook.buck.python.PythonPlatform
 
getCxxPlatform() - Method in class com.facebook.buck.android.NdkCxxPlatform
 
getCxxPlatform() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getCxxPlatform() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getCxxPlatform() - Method in class com.facebook.buck.go.GoPlatform
 
getCxxPlatform() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getCxxPlatform() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getCxxPlatform() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getCxxPlatforms() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
getCxxPlatforms() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
getCxxPlatforms() - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getCxxpp() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCxxppflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
getCxxPreprocessorDeps(CxxPlatform) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getCxxPreprocessorDeps(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.apple.AppleBundle
 
getCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.cxx.CxxBinary
 
getCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
getCxxPreprocessorInput(BuildRuleParams, BuildRuleResolver, boolean, CxxPlatform, HeaderVisibility, CxxPreprocessables.IncludeType, Multimap<AbstractCxxSource.Type, String>, Iterable<FrameworkPath>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
Builds a CxxPreprocessorInput for a rule.
getCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
 
getCxxPreprocessorInput() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in interface com.facebook.buck.cxx.NativeTestable
Return the CxxPreprocessorInput to expose symbols of this rule.
getCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.halide.HalideLibrary
 
getCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getCxxPreprocessorInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getCxxRuntime() - Method in class com.facebook.buck.android.NdkCxxPlatform
 
getCxxSharedRuntimePath() - Method in class com.facebook.buck.android.NdkCxxPlatform
 
getCxxSources() - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
 
getCycle() - Method in exception com.facebook.buck.graph.AcyclicDepthFirstPostOrderTraversal.CycleException
 
getDaemonKillers() - Static method in class com.facebook.buck.cli.Main.DaemonBootstrap
 
getData() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
 
getData() - Method in class com.facebook.buck.slb.LoadBalancedServiceEvent
 
getData() - Method in class com.facebook.buck.slb.LoadBalancerPingEvent
 
getData() - Method in class com.facebook.buck.slb.ServerHealthManagerEvent
 
getDataForRequest(Request) - Method in interface com.facebook.buck.httpserver.TemplateHandlerDelegate
 
getDataForRequest(Request) - Method in class com.facebook.buck.httpserver.TraceHandlerDelegate
 
getDataForRequest(Request) - Method in class com.facebook.buck.httpserver.TracesHandlerDelegate
 
getDataoff() - Method in class com.facebook.buck.macho.LinkEditDataCommand
 
getDatasize() - Method in class com.facebook.buck.macho.LinkEditDataCommand
 
getDdmlibJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getDebugMode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getDebugPathSanitizerLimit() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getDecimalStringAsInt(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
getDecimalStringAsLong(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
getDeclaredDeps(AndroidLibraryDescription.Arg, BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidLibraryCompiler
 
getDeclaredDeps(AndroidLibraryDescription.Arg, BuildRuleResolver) - Method in class com.facebook.buck.android.ScalaAndroidLibraryCompiler
 
getDeclaredDeps() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getDeclaredDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getDeclaredDeps() - Method in class com.facebook.buck.rules.TargetNode
 
getDefaultBuildConfigFields() - Static method in class com.facebook.buck.android.BuildConfigs
Returns a list of fields (with values) that every BuildConfig.java should declare.
getDefaultCacheDir() - Static method in class com.facebook.buck.util.BuckConstant
 
getDefaultClangVersionForNdk(Optional<String>) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
getDefaultCxxPlatform() - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
getDefaultCxxPlatforms() - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getDefaultDebugInfoFormatForBinaries() - Method in class com.facebook.buck.apple.AppleConfig
 
getDefaultDebugInfoFormatForLibraries() - Method in class com.facebook.buck.apple.AppleConfig
 
getDefaultDebugInfoFormatForTests() - Method in class com.facebook.buck.apple.AppleConfig
 
getDefaultFlavors() - Method in class com.facebook.buck.cxx.CxxConstructorArg
 
getDefaultFlavors() - Method in interface com.facebook.buck.model.HasDefaultFlavors
 
getDefaultFlavorsForRuleType(BuildRuleType) - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getDefaultFlavorsMode() - Method in class com.facebook.buck.parser.ParserConfig
getDefaultGccVersionForNdk(Optional<String>) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
getDefaultIncludes() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getDefaultIncludes() - Method in class com.facebook.buck.parser.ParserConfig
A (possibly empty) sequence of paths to files that should be included by default when evaluating a build file.
getDefaultJavacOptions() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDefaultJavaOptions() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDefaultJavaOptionsForTests() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDefaultMetaVariable() - Method in class com.facebook.buck.cli.ConsumeAllOptionsHandler
 
getDefaultMetaVariable() - Method in class com.facebook.buck.cli.ProjectCommand.AggregationModeOptionHandler
 
getDefaultMetaVariable() - Method in class com.facebook.buck.cli.StringSetOptionHandler
 
getDefaultMetaVariable() - Method in class com.facebook.buck.cli.TestSelectorOptions.TestSelectorsOptionHandler
 
getDefaultPlatform() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getDefaultPlatformTarget(AndroidDirectoryResolver, Optional<Path>) - Static method in class com.facebook.buck.android.AndroidPlatformTarget
 
getDefaultPythonPlatform(ProcessExecutor) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getDefaultRawExcludedLabelSelectors() - Method in class com.facebook.buck.cli.BuckConfig
Return Strings so as to avoid a dependency on LabelSelector!
getDefaultResourceAmounts() - Method in class com.facebook.buck.cli.BuckConfig
 
getDefaultResourceAmounts() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
 
getDefaultSharedLibrarySoname(BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getDefaultTestRunner() - Method in enum com.facebook.buck.jvm.java.TestType
 
getDefaultTestTimeoutMillis() - Method in class com.facebook.buck.cli.BuckConfig
 
getDefaultTestTimeoutMillis() - Method in class com.facebook.buck.step.ExecutionContext
 
getDefaultTestType() - Method in class com.facebook.buck.cxx.CxxTestDescription
 
getDelegate() - Method in interface com.facebook.buck.config.ConfigView
 
getDelegate() - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
getDelegate() - Method in class com.facebook.buck.doctor.config.DoctorConfig
 
getDelegate() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getDelegate() - Method in class com.facebook.buck.parser.ParserConfig
 
getDelegate() - Method in class com.facebook.buck.rage.RageConfig
 
getDelegate() - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
 
getDelegate() - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
getDensities() - Method in class com.facebook.buck.android.FilterResourcesStep.ResourceFilter
 
getDependencies() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getDependencies() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getDependencies(IjModule) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
getDependenciesPassTheirTests() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
getDependenciesPassTheirTests() - Method in class com.facebook.buck.test.TestResults
 
getDependentLibrariesFor(IjModule) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleGraph
 
getDependentModulesFor(IjModule) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleGraph
 
getDepFileRuleKey() - Method in class com.facebook.buck.rules.BuildRuleKeys
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.AbstractPreprocessor
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.BsdArchiver
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxHeaders
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.DarwinLinker
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.DefaultCompiler
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.FrameworkPathArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.GnuArchiver
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.GnuLinker
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.RelativeLinkArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.WindowsArchiver
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.WindowsLinker
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JarBackedJavac
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.jvm.java.OutOfProcessJdkProvidedInMemoryJavac
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.python.PythonEnvironment
 
getDeps() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.Arg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.MacroArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.SanitizedArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.SourcePathArg
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.args.StringArg
 
getDeps() - Method in interface com.facebook.buck.rules.BuildRule
 
getDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.CommandTool
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.HashedFileTool
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rules.LazyDelegatingTool
 
getDeps() - Method in class com.facebook.buck.rules.TargetNode
 
getDeps(SourcePathRuleFinder) - Method in interface com.facebook.buck.rules.Tool
 
getDeps(SourcePathRuleFinder) - Method in class com.facebook.buck.rust.RustLibraryArg
 
getDepsFor(IjProjectElement) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleGraph
 
getDepsForTransitiveClasspathEntries() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getDepsForTransitiveClasspathEntries() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getDepsForTransitiveClasspathEntries() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getDepsFromComponents(SourcePathRuleFinder, PythonPackageComponents) - Static method in class com.facebook.buck.python.PythonUtil
 
getDepsStream() - Method in class com.facebook.buck.rules.TargetNode
Stream-style API for getting dependencies.
getDepToGeneratedSourcesMap() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.aapt.MiniAapt
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ApkBuilderStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ApkInstallStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.CompileStringsStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ConcatStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.FilterResourcesStep
 
getDescription() - Method in class com.facebook.buck.android.FilterResourcesStep.ResourceFilter
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.GenerateManifestStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.GetStringsFilesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.IntraDexReorderStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.SmartDexingStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.android.SplitZipStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.cxx.ArchiveStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxCollectAndLogInferDependenciesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxPrepareForLinkStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxWriteArgsToFileStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.cxx.HeaderMapStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.cxx.StripSymbolsStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
getDescription() - Method in interface com.facebook.buck.event.external.events.StepEventExternalInterface
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.file.DownloadStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.json.JsonConcatenateStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CalculateAbiStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in interface com.facebook.buck.jvm.java.Javac
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacDirectToJarStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JavacStep
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getDescription(ImmutableList<String>, ImmutableSortedSet<Path>, Path) - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlBuildStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.python.PythonRunTestsStep
 
getDescription(BuildRuleType) - Method in class com.facebook.buck.rules.Cell
 
getDescription(BuildRuleType) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.rules.RecordFileSha1Step
 
getDescription() - Method in class com.facebook.buck.rules.TargetNode
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.AbstractExecutionStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.AbstractTestStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.CompositeStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.ConditionalStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.CopyStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.FileScrubberStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.MakeExecutableStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.MkdirStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.MoveStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.RmStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.StringTemplateStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymCopyStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkFileStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.TouchStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.WriteFileStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.step.fs.XzStep
 
getDescription(ExecutionContext) - Method in interface com.facebook.buck.step.Step
 
getDescription() - Method in class com.facebook.buck.step.StepEvent
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.zip.RepackZipEntriesStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.zip.UnzipStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.zip.ZipScrubberStep
 
getDescription(ExecutionContext) - Method in class com.facebook.buck.zip.ZipStep
 
getDescriptionNoContext() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep
 
getDescriptions() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getDestination() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
 
getDestinationFile() - Method in class com.facebook.buck.step.fs.XzStep
 
getDeveloperCertificateFingerprints() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
SHA1 hashes of the certificates in the "DeveloperCertificates" section.
getDeveloperPath() - Method in class com.facebook.buck.apple.AppleSdkPaths
Absolute path to the active DEVELOPER_DIR.
getDeviceCPUAbis() - Method in class com.facebook.buck.android.AdbHelper
 
getDevices(boolean) - Method in class com.facebook.buck.android.AdbHelper
 
getDeviceSerial() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getDexDirectory() - Method in class com.facebook.buck.android.PreDexMerge
 
getDexInfo() - Method in class com.facebook.buck.rules.ExopackageInfo
 
getDexInputHashes() - Method in class com.facebook.buck.android.HashInputJarsToDexStep
 
getDexInputHashes() - Method in interface com.facebook.buck.android.SmartDexingStep.DexInputHashesProvider
 
getDiagnostic() - Method in class com.facebook.buck.io.WatchmanDiagnosticEvent
 
getDiagnostics() - Method in class com.facebook.buck.json.BuildFilePythonResult
 
getDiff() - Method in class com.facebook.buck.event.ParsingEvent.EnvVariableChange
 
getDiff() - Method in class com.facebook.buck.rage.SourceControlInfo
 
getDirCache() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getDirectory() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
 
getDirectory() - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
 
getDirectory() - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
 
getDirectory() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, the current working directory for the launched process.
getDirectoryContents(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getDirectoryForTestResults() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getDirectoryForTestResults() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getDirectToJarOutputPath() - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
 
getDirectToJarOutputSettings() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Setting this to non-absent value enables direct to jar output.
getDirName() - Method in enum com.facebook.buck.dotnet.FrameworkVersion
 
getDirsContainingResourceDirs() - Method in class com.facebook.buck.apple.AppleBundleResources
Directories whose contents should be copied into the root of the resources subdirectory.
getDirtyFiles() - Method in class com.facebook.buck.rage.SourceControlInfo
 
getDiskIO() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
 
getDistBuildMode() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getDoStore() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getDownloadedArtifactDownloaded() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
getDownloadSpeed() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
getDryRun() - Method in class com.facebook.buck.cli.ProjectCommand
 
getDstSubfolderSpec() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
 
getDsymOutputPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.apple.AppleDsym
 
getDsymutil() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getDtNeeded(ProcessExecutor, Tool, SourcePathResolver, Path) - Static method in class com.facebook.buck.android.relinker.Symbols
 
getDummyRDotJavaPath(TargetNode<?, ?>) - Method in interface com.facebook.buck.jvm.java.intellij.IjModuleFactoryResolver
 
getDummyRDotJavaTarget(BuildTarget) - Static method in class com.facebook.buck.android.AndroidLibraryGraphEnhancer
 
getDuration() - Method in class com.facebook.buck.event.BuckInitializationDurationEvent
 
getDuration() - Method in class com.facebook.buck.shell.ShellStep
 
getDurationName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getDwarfFilenameForDsymTarget(BuildTarget) - Static method in class com.facebook.buck.apple.AppleDsym
 
getDxExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getDxThreadCount() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getEdgeCount() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getElapsedTimeMillis() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Finished
 
getElf32Addr(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf32
 
getElf32Half(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf32
 
getElf32Sword(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf32
 
getElf32Word(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf32
 
getElf64Addr(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
getElf64Half(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
getElf64Sxword(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
getElf64Word(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
getElf64Xword(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
getEmptyInitTarget(BuildTarget) - Static method in class com.facebook.buck.python.PythonBinaryDescription
 
getEnableBuildFileSandboxing() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getEnableBuildFileSandboxing() - Method in class com.facebook.buck.parser.ParserConfig
getEnableParallelParsing() - Method in class com.facebook.buck.parser.ParserConfig
getEnableParserProfiling() - Method in class com.facebook.buck.cli.AbstractCommand
 
getEndIndex() - Method in class com.facebook.buck.model.MacroMatchResult
 
getEnforceBuckPackageBoundary() - Method in class com.facebook.buck.parser.ParserConfig
getEntitlements() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Key/value pairs of the "Entitlements" dictionary in the embedded plist.
getEntries() - Method in class com.facebook.buck.bsd.UnixArchive
 
getEntries() - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getEntriesForSection(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getEntriesToJar() - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
 
getEnum(String, String, Class<T>) - Method in class com.facebook.buck.cli.BuckConfig
 
getEnum(String, String, Class<T>) - Method in class com.facebook.buck.config.Config
 
getEnv(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getEnv() - Method in class com.facebook.buck.cxx.CxxTest
 
getEnv() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getEnv() - Method in class com.facebook.buck.shell.ShTest
 
getEnv() - Method in class com.facebook.buck.step.AbstractTestStep
 
getenv(String, String) - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getenv(String, String) - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
Gets the environment variable indicated by the specified key.
getEnvironment() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getEnvironment() - Method in class com.facebook.buck.cli.BuckConfig
 
getEnvironment() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getEnvironment() - Method in class com.facebook.buck.cxx.AbstractPreprocessor
 
getEnvironment() - Method in class com.facebook.buck.cxx.BsdArchiver
 
getEnvironment() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getEnvironment() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep.ToolCommand
 
getEnvironment() - Method in class com.facebook.buck.cxx.DarwinLinker
 
getEnvironment() - Method in class com.facebook.buck.cxx.DefaultCompiler
 
getEnvironment() - Method in class com.facebook.buck.cxx.GnuArchiver
 
getEnvironment() - Method in class com.facebook.buck.cxx.GnuLinker
 
getEnvironment() - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
getEnvironment() - Method in class com.facebook.buck.cxx.WindowsArchiver
 
getEnvironment() - Method in class com.facebook.buck.cxx.WindowsLinker
 
getEnvironment() - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getEnvironment() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getEnvironment() - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getEnvironment() - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getEnvironment() - Method in class com.facebook.buck.python.PythonEnvironment
 
getEnvironment() - Method in class com.facebook.buck.python.PythonPlatform
 
getEnvironment() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getEnvironment() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
getEnvironment() - Method in class com.facebook.buck.rules.CommandTool
 
getEnvironment() - Method in class com.facebook.buck.rules.HashedFileTool
 
getEnvironment() - Method in class com.facebook.buck.rules.LazyDelegatingTool
 
getEnvironment() - Method in interface com.facebook.buck.rules.Tool
 
getEnvironment() - Method in class com.facebook.buck.step.ExecutionContext
 
getEnvironment() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, the map of environment variables used for the launched process.
getEnvironmentOverrides() - Method in class com.facebook.buck.test.TestRunningOptions
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxLinkStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.cxx.RanlibStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.cxx.StripStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.d.DCompileStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoAssembleStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoCompileStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoLinkStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoPackStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.go.GoTestMainStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.halide.HalideCompilerStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.jvm.scala.ScalacStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlCCompileStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlLinkStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.python.PexStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.DefaultShellStep
 
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
Returns the environment variables to include when running this ShellStep.
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.shell.WorkerShellStep
Returns the environment variables to use when expanding the job arguments that get sent to the process.
getEnvironmentVariables(ExecutionContext) - Method in class com.facebook.buck.thrift.ThriftCompilerStep
 
getError() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getError() - Method in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
 
getErrorCheckTimeRangeMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getErrorMessage() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getErrorMessage() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getErrorMessage() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
 
getErrorMessage() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getErrorMessage() - Method in class com.facebook.buck.rage.RageJsonResponse
 
getErrorMessageFormat() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getErrorPercentage(long, int) - Method in class com.facebook.buck.slb.ServerHealthState
 
getErrorStream(ProcessExecutor.LaunchedProcess) - Method in interface com.facebook.buck.cxx.Compiler
 
getErrorStream(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.cxx.DefaultCompiler
 
getErrorStream(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.cxx.WindowsCompiler
 
getErrorStream() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
 
getErrorStream() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
getErrorTextTemplate() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getEscapedArgumentsListAsString(List<String>) - Static method in class com.facebook.buck.cli.QueryCommand
 
getEstimate(InputStream) - Static method in class com.facebook.buck.dalvik.DalvikStatsTool
Estimates the footprint that a given class will have in the LinearAlloc buffer of Android's Dalvik VM.
getEstimatedAmounts() - Static method in class com.facebook.buck.util.concurrent.ResourceAmountsEstimator
 
getEstimatedProgressOfGeneratingProjectFiles() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
getEstimatedProgressOfGeneratingProjectFiles() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
getEstimatedProgressOfProcessingBuckFiles() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
getEstimatedProgressOfProcessingBuckFiles() - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
getETAMillis() - Method in class com.facebook.buck.distributed.DistBuildStatus
 
getEventBus() - Method in class com.facebook.buck.rules.BuildContext
 
getEventBus() - Method in class com.facebook.buck.rules.BuildRuleResolver
 
getEventBus() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getEventId() - Method in class com.facebook.buck.event.SimplePerfEvent
 
getEventInfo() - Method in class com.facebook.buck.event.SimplePerfEvent
 
getEventKey() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getEventKey() - Method in interface com.facebook.buck.event.BuckEvent
 
getEventListeners(Path, ProjectFilesystem) - Method in class com.facebook.buck.cli.AbstractCommand
 
getEventListeners(Path, ProjectFilesystem) - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getEventListeners(Path, ProjectFilesystem) - Method in interface com.facebook.buck.cli.Command
 
getEventListeners(Path, ProjectFilesystem) - Method in class com.facebook.buck.cli.VersionCommand
 
getEventName() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Finished
 
getEventName() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Started
 
getEventName() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getEventName() - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Finished
 
getEventName() - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Started
 
getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Scheduled
 
getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Shutdown
 
getEventName() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Started
 
getEventName() - Method in class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
 
getEventName() - Method in class com.facebook.buck.counters.CountersSnapshotEvent
 
getEventName() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
 
getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Cache
 
getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Processed
 
getEventName() - Method in class com.facebook.buck.event.ActionGraphEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.ArtifactCompressionEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.ArtifactCompressionEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.BuckInitializationDurationEvent
 
getEventName() - Method in class com.facebook.buck.event.CommandEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.CommandEvent.Interrupted
 
getEventName() - Method in class com.facebook.buck.event.CommandEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getEventName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.ConsoleEvent
 
getEventName() - Method in class com.facebook.buck.event.DaemonEvent
 
getEventName() - Method in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
getEventName() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.InstallEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getEventName() - Method in class com.facebook.buck.event.MissingSymbolEvent
 
getEventName() - Method in class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
 
getEventName() - Method in class com.facebook.buck.event.ParsingEvent
 
getEventName() - Method in class com.facebook.buck.event.ProgressEvent.BuildProgressUpdated
 
getEventName() - Method in class com.facebook.buck.event.ProgressEvent.ParsingProgressUpdated
 
getEventName() - Method in class com.facebook.buck.event.ProgressEvent.ProjectGenerationProgressUpdated
 
getEventName() - Method in class com.facebook.buck.event.ProjectGenerationEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.ProjectGenerationEvent.Processed
 
getEventName() - Method in class com.facebook.buck.event.ProjectGenerationEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.StartActivityEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.StartActivityEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.UninstallEvent.Finished
 
getEventName() - Method in class com.facebook.buck.event.UninstallEvent.Started
 
getEventName() - Method in class com.facebook.buck.event.WatchmanStatusEvent
 
getEventName() - Method in class com.facebook.buck.file.DownloadEvent.Finished
 
getEventName() - Method in class com.facebook.buck.file.DownloadEvent.Started
 
getEventName() - Method in class com.facebook.buck.file.DownloadProgressEvent
 
getEventName() - Method in class com.facebook.buck.io.WatchmanDiagnosticEvent
 
getEventName() - Method in class com.facebook.buck.json.ParseBuckFileEvent.Finished
 
getEventName() - Method in class com.facebook.buck.json.ParseBuckFileEvent.Started
 
getEventName() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
 
getEventName() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
 
getEventName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Finished
 
getEventName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Started
 
getEventName() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Finished
 
getEventName() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Started
 
getEventName() - Method in class com.facebook.buck.parser.ParseEvent.Finished
 
getEventName() - Method in class com.facebook.buck.parser.ParseEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
getEventName() - Method in class com.facebook.buck.rules.BuildRuleCacheEvent.CacheStepFinished
 
getEventName() - Method in class com.facebook.buck.rules.BuildRuleCacheEvent.CacheStepStarted
 
getEventName() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.BuildRuleEvent.Resumed
 
getEventName() - Method in class com.facebook.buck.rules.BuildRuleEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.BuildRuleEvent.Suspended
 
getEventName() - Method in class com.facebook.buck.rules.IndividualTestEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.IndividualTestEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.TestRunEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Started
 
getEventName() - Method in class com.facebook.buck.rules.TestSummaryEvent.Finished
 
getEventName() - Method in class com.facebook.buck.rules.TestSummaryEvent.Started
 
getEventName() - Method in class com.facebook.buck.slb.LoadBalancedServiceEvent
 
getEventName() - Method in class com.facebook.buck.slb.LoadBalancerPingEvent
 
getEventName() - Method in class com.facebook.buck.slb.ServerHealthManagerEvent
 
getEventName() - Method in class com.facebook.buck.step.StepEvent.Finished
 
getEventName() - Method in class com.facebook.buck.step.StepEvent.Started
 
getEventName() - Method in class com.facebook.buck.test.TestRuleEvent.Finished
 
getEventName() - Method in class com.facebook.buck.test.TestRuleEvent.Started
 
getEventName() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFinished
 
getEventName() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshStarted
 
getEventName() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.PerfStatsEvent
 
getEventName() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getEventName() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
 
getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Cache
 
getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Finished
 
getEventName() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Started
 
getEventsBetween(long, long, Iterable<EventPair>) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Filter a list of events and return the subset that fall between the given start and end timestamps.
getEventSink() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getEventsOutputPath() - Method in class com.facebook.buck.cli.AbstractCommand
 
getEventType() - Method in class com.facebook.buck.event.SimplePerfEvent
 
getException() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
 
getException() - Method in class com.facebook.buck.slb.PerServerPingData
 
getExcludedResourcePaths() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getExcludedRoots() - Method in class com.facebook.buck.cxx.OmnibusRoots
 
getExecutable(Path, ImmutableMap<String, String>) - Method in class com.facebook.buck.io.ExecutableFinder
 
getExecutableCommand() - Method in class com.facebook.buck.apple.AppleBundle
 
getExecutableCommand() - Method in class com.facebook.buck.cxx.CxxBinary
 
getExecutableCommand() - Method in class com.facebook.buck.cxx.CxxBoostTest
 
getExecutableCommand() - Method in class com.facebook.buck.cxx.CxxGtestTest
 
getExecutableCommand() - Method in class com.facebook.buck.d.DBinary
 
getExecutableCommand() - Method in class com.facebook.buck.file.RemoteFileBinary
 
getExecutableCommand() - Method in class com.facebook.buck.go.GoBinary
 
getExecutableCommand() - Method in class com.facebook.buck.go.GoTest
 
getExecutableCommand() - Method in class com.facebook.buck.jvm.java.JarFattener
 
getExecutableCommand() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getExecutableCommand() - Method in class com.facebook.buck.lua.LuaBinary
 
getExecutableCommand() - Method in class com.facebook.buck.ocaml.OcamlBinary
 
getExecutableCommand() - Method in class com.facebook.buck.python.PythonInPlaceBinary
 
getExecutableCommand() - Method in class com.facebook.buck.python.PythonPackagedBinary
 
getExecutableCommand() - Method in class com.facebook.buck.python.PythonTest
 
getExecutableCommand() - Method in interface com.facebook.buck.rules.BinaryBuildRule
Command to execute the output of this rule.
getExecutableCommand() - Method in class com.facebook.buck.rust.RustTest
 
getExecutableCommand() - Method in class com.facebook.buck.shell.GenruleBinary
 
getExecutableCommand() - Method in class com.facebook.buck.shell.ShBinary
 
getExecutableCommand() - Method in class com.facebook.buck.shell.ShTest
 
getExecutableName() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getExecutablesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getExecutionContext() - Method in class com.facebook.buck.command.Build
 
getExecutor() - Method in class com.facebook.buck.cli.CommandThreadManager
 
getExecutors() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getExecutors() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getExecutors() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getExecutors() - Method in class com.facebook.buck.step.ExecutionContext
 
getExecutorService() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getExistenceOfInterestPredicate() - Method in class com.facebook.buck.cxx.CxxInferCapture
 
getExistenceOfInterestPredicate() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
getExistenceOfInterestPredicate() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getExistenceOfInterestPredicate() - Method in class com.facebook.buck.js.ReactNativeBundle
 
getExistenceOfInterestPredicate() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getExistenceOfInterestPredicate() - Method in interface com.facebook.buck.rules.keys.SupportsDependencyFileRuleKey
Returns a predicate that can tell whether the existence of a given path may be of interest to compiler.
getExitCode() - Method in class com.facebook.buck.cli.InstallResult
 
getExitCode() - Method in class com.facebook.buck.distributed.CoordinatorModeRunner.AsyncCoordinatorRun
 
getExitCode() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
getExitCode() - Method in class com.facebook.buck.event.CommandEvent.Finished
 
getExitCode() - Method in class com.facebook.buck.event.CommandEvent.Interrupted
 
getExitCode() - Method in class com.facebook.buck.rage.BuildLogEntry
 
getExitCode() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
getExitCode() - Method in class com.facebook.buck.shell.WorkerJobResult
 
getExitCode() - Method in class com.facebook.buck.step.StepEvent.Finished
 
getExitCode() - Method in class com.facebook.buck.step.StepExecutionResult
 
getExitCode() - Method in exception com.facebook.buck.step.StepFailedException
 
getExitCode() - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getExitCodeFromResult(ExecutionContext, ProcessExecutor.Result) - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getExitCodeFromResult(ExecutionContext, ProcessExecutor.Result) - Method in class com.facebook.buck.shell.ShellStep
 
getExopackageInfo() - Method in class com.facebook.buck.android.ApkInfo
 
getExopackageInfo() - Method in class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
 
getExpandedArg() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Command after passing through argument expansion.
getExpandedPath(Path) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
 
getExpander(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
getExpander(String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
getExpectedHashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getExpectedHashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getExpectedHashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getExpirationDate() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
 
getExplanation() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
getExplanation() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
getExplanation() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
getExplanation() - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
getExplicitFileType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
getExplicitTestTargets(ImmutableSet<BuildTarget>, TargetGraph, boolean) - Static method in class com.facebook.buck.rules.TargetGraphAndTargets
 
getExplicitTestTargets(Iterable<TargetNode<?, ?>>) - Static method in class com.facebook.buck.rules.TargetGraphAndTargets
 
getExported() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
 
getExportedDeps() - Method in class com.facebook.buck.go.GoLinkable
 
getExportedDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getExportedDeps() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getExportedDeps() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getExportedDeps() - Method in interface com.facebook.buck.rules.ExportDependencies
 
getExportedDepsClosure(BuildTarget) - Method in class com.facebook.buck.jvm.java.intellij.ExportedDepsClosureResolver
 
getExportedHeaderSymlinkTree(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getExportedHeaderSymlinkTree(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getExportedHeaderSymlinkTree(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
getExportedHeaderSymlinkTree(CxxPlatform) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
 
getExportedHeaderSymlinkTree(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getExportedHeaderSymlinkTree(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getExportedLinkerFlags(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getExportedLinkerFlags(CxxPlatform) - Method in class com.facebook.buck.cxx.PrebuiltCxxLibrary
 
getExportedRules(Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.rules.BuildRules
 
getExportedSymbolsFromString(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
 
getExpression() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
getExpressionToEval(ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FilterFunction
 
getExpressionToEval(ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.KindFunction
 
getExtension() - Method in class com.facebook.buck.apple.AppleBundle
 
getExtension() - Method in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
getExtension() - Method in class com.facebook.buck.apple.ApplePackageConfig
 
getExtension() - Method in class com.facebook.buck.apple.AppleTestDescription.Arg
 
getExtension() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
 
getExtension(CxxPlatform) - Method in class com.facebook.buck.lua.CxxLuaExtension
 
getExtension() - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getExtension() - Method in interface com.facebook.buck.lua.LuaConfig
 
getExtension(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.CxxPythonExtension
 
getExtensionName(BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.lua.CxxLuaExtensionDescription
 
getExtensionName(String) - Static method in class com.facebook.buck.python.CxxPythonExtensionDescription
 
getExtensionPath(ProjectFilesystem, BuildTarget, CxxPlatform) - Method in class com.facebook.buck.lua.CxxLuaExtensionDescription
 
getExtensionPath(ProjectFilesystem, BuildTarget, String, Flavor, Flavor) - Method in class com.facebook.buck.python.CxxPythonExtensionDescription
 
getExtensionTarget(BuildTarget, Flavor) - Static method in class com.facebook.buck.lua.CxxLuaExtensionDescription
 
getExtensionTarget(BuildTarget, Flavor, Flavor) - Static method in class com.facebook.buck.python.CxxPythonExtensionDescription
 
getExternalAttributes() - Method in class com.facebook.buck.zip.CustomZipEntry
 
getExternalTestRunner() - Method in class com.facebook.buck.cli.BuckConfig
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.apple.AppleTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxBoostTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxGtestTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.d.DTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.go.GoTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.jvm.java.JavaTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.python.PythonTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in interface com.facebook.buck.rules.ExternalTestRunnerRule
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.rust.RustTest
 
getExternalTestRunnerSpec(ExecutionContext, TestRunningOptions, SourcePathResolver) - Method in class com.facebook.buck.shell.ShTest
 
getExtraArgs() - Method in class com.facebook.buck.rules.VersionedTool
Additional flags that we pass to the tool, but which do *not* contribute to the rule key.
getExtraArguments() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getExtraClassPathDependencies() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getExtraData() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getExtraDeps(AndroidLibraryDescription.Arg, BuildRuleResolver) - Method in class com.facebook.buck.android.AndroidLibraryCompiler
 
getExtraDeps(AndroidLibraryDescription.Arg, BuildRuleResolver) - Method in class com.facebook.buck.android.KotlinAndroidLibraryCompiler
 
getExtraDeps(AndroidLibraryDescription.Arg, BuildRuleResolver) - Method in class com.facebook.buck.android.ScalaAndroidLibraryCompiler
 
getExtraDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getExtraDeps() - Method in class com.facebook.buck.rules.TargetNode
 
getExtraFiles() - Method in interface com.facebook.buck.rage.ExtraInfoCollector.AbstractExtraInfoResult
 
getExtraFiles() - Method in class com.facebook.buck.rage.ExtraInfoResult
 
getExtraInfo() - Method in class com.facebook.buck.rage.DefectReport
 
getExtraInfo() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectReport
 
getExtraJvmArgs() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getExtraPlatformPaths() - Method in class com.facebook.buck.apple.AppleConfig
 
getExtraToolchainPaths() - Method in class com.facebook.buck.apple.AppleConfig
 
getFactory() - Method in class com.facebook.buck.jvm.java.intellij.AndroidResourceFolder
 
getFactory() - Method in class com.facebook.buck.jvm.java.intellij.ExcludeFolder
 
getFactory() - Method in class com.facebook.buck.jvm.java.intellij.SourceFolder
 
getFactory() - Method in class com.facebook.buck.jvm.java.intellij.TestFolder
 
getFactory() - Method in enum com.facebook.buck.slb.ThriftProtocol
 
getFailure() - Method in class com.facebook.buck.rules.BuildResult
 
getFailure(ListenableFuture<?>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
Returns the failure for a ListenableFuture.
getFailureCount() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getFailureCount() - Method in class com.facebook.buck.test.TestCaseSummary
 
getFailureCount() - Method in class com.facebook.buck.test.TestResults
 
getFailures() - Method in class com.facebook.buck.command.BuildExecutionResult
 
getFailures() - Method in class com.facebook.buck.test.TestResults
 
getFakeTime() - Static method in class com.facebook.buck.zip.ZipConstants
ZipEntry.setTime(long) is timezone-sensitive.
getFallbackFinder() - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
getFatTarget() - Method in class com.facebook.buck.apple.MultiarchFileInfo
 
getFetchBuilder() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
getFetchClient() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getFetchData() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
getFetchResult() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getFile() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
 
getFileAttributesForZipEntry(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFileChangesIgnoredReport() - Method in class com.facebook.buck.rage.AbstractReport
 
getFileChangesIgnoredReport() - Method in class com.facebook.buck.rage.AutomatedReport
 
getFileChangesIgnoredReport() - Method in class com.facebook.buck.rage.DefectReport
 
getFileChangesIgnoredReport() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectReport
 
getFileChangesIgnoredReport() - Method in class com.facebook.buck.rage.DoctorInteractiveReport
 
getFileChangesIgnoredReport() - Method in class com.facebook.buck.rage.InteractiveReport
 
getFileContents(BuildJobStateFileHashEntry) - Method in interface com.facebook.buck.distributed.FileContentsProvider
 
getFileContents(BuildJobStateFileHashEntry) - Method in class com.facebook.buck.distributed.FileContentsProviders.InlineContentsProvider
 
getFileContents(BuildJobStateFileHashEntry) - Method in class com.facebook.buck.distributed.FileContentsProviders.MultiSourceContentsProvider
 
getFileContents(BuildJobStateFileHashEntry) - Method in class com.facebook.buck.distributed.FileContentsProviders.ServerContentsProvider
 
getFileContents() - Method in class com.facebook.buck.file.WriteFile
 
getFileExtension(Path) - Static method in class com.facebook.buck.io.MorePaths
 
getFileHashCache() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getFileHashCache() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getFileHashes() - Method in class com.facebook.buck.distributed.DistBuildFileHashes
 
getFileMode() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFileModificationTimestamp() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFileName() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFilename() - Method in class com.facebook.buck.event.WatchmanStatusEvent.FileCreation
 
getFilename() - Method in class com.facebook.buck.event.WatchmanStatusEvent.FileDeletion
 
getFileName() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
 
getFileName() - Method in class com.facebook.buck.json.BuildFileSyntaxError
 
getFileNameLength() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFilenamePath() - Method in class com.facebook.buck.util.PackagedResource
Use this combined with file hash as unique ID when hashing is enabled.
getFileNameWithoutClassSuffix(FileLike) - Static method in class com.facebook.buck.jvm.java.classes.FileLikes
 
getFileoff() - Method in class com.facebook.buck.macho.SegmentCommand
 
getFileOffset() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFileOwners(ImmutableList<String>, ListeningExecutorService) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getFileOwners(ImmutableList<String>, ListeningExecutorService) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the targets that own one or more of the given files.
getFileOwners(ImmutableList<String>, ListeningExecutorService) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getFilePath() - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
 
getFileRef() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
getFiles() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
 
getFilesExamined() - Method in interface com.facebook.buck.util.cache.FileHashCache.AbstractFileHashCacheVerificationResult
 
getFilesExamined() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
 
getFileSize() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getFileSize(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFilesize() - Method in class com.facebook.buck.macho.SegmentCommand
 
getFilesUnderPath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFilesUnderPath(Path, Predicate<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFilesUnderPath(Path, Predicate<Path>, EnumSet<FileVisitOption>) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getFilesystem() - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
 
getFilesystem() - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
 
getFilesystem() - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
 
getFilesystem() - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
 
getFilesystem() - Method in class com.facebook.buck.rules.Cell
 
getFilesystem() - Method in class com.facebook.buck.rules.PathSourcePath
 
getFilesystem(SourcePath) - Method in class com.facebook.buck.rules.SourcePathResolver
 
getFilesystem() - Method in class com.facebook.buck.rules.TargetNode
 
getFilesystem() - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
getFilesystem() - Method in interface com.facebook.buck.util.cache.ProjectFileHashCache
 
getFiletype() - Method in class com.facebook.buck.macho.MachoHeader
 
getFileUrl() - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
 
getFinalDeps() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getFingerprint() - Method in class com.facebook.buck.apple.CodeSignIdentity
Returns the identity's certificate hash, defined to be unique for each identity.
getFinish() - Method in class com.facebook.buck.event.listener.EventPair
 
getFirst() - Method in class com.facebook.buck.model.Pair
 
getFirstNonOptionalType(Field) - Static method in class com.facebook.buck.util.Types
Get the first complete Type in a signature that's non-optional, complete with the information from the ParameterizedType.
getFlagMacros() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getFlags(String) - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getFlags(ImmutableList<String>, PatternMatchedCollection<ImmutableList<String>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
 
getFlags() - Method in class com.facebook.buck.cxx.CxxSource
 
getFlags() - Method in class com.facebook.buck.haskell.HaskellCompileInput
 
getFlags() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getFlags() - Method in class com.facebook.buck.macho.MachoHeader
 
getFlags() - Method in class com.facebook.buck.macho.Section
 
getFlags() - Method in class com.facebook.buck.macho.SegmentCommand
 
getFlags() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getFlags() - Method in class com.facebook.buck.rules.SourceWithFlags
 
getFlags() - Method in class com.facebook.buck.swift.SwiftBuckConfig
 
getFlags() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.AbstractPreprocessor
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.ClangCompiler
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.ClangPreprocessor
 
getFlagsForColorDiagnostics() - Method in interface com.facebook.buck.cxx.Compiler
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.DefaultCompiler
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.GccCompiler
 
getFlagsForColorDiagnostics() - Method in class com.facebook.buck.cxx.GccPreprocessor
 
getFlagsForColorDiagnostics() - Method in interface com.facebook.buck.cxx.Preprocessor
 
getFlavor() - Method in enum com.facebook.buck.apple.AppleDebugFormat
 
getFlavor() - Method in enum com.facebook.buck.cxx.CxxLibraryDescription.Type
 
getFlavor() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getFlavor() - Method in enum com.facebook.buck.cxx.LinkerMapMode
 
getFlavor() - Method in enum com.facebook.buck.cxx.StripStyle
 
getFlavor() - Method in enum com.facebook.buck.haskell.HaskellBinaryDescription.Type
 
getFlavor() - Method in enum com.facebook.buck.haskell.HaskellLibraryDescription.Type
 
getFlavor() - Method in interface com.facebook.buck.model.FlavorConvertible
 
getFlavor(Set<Flavor>) - Method in class com.facebook.buck.model.FlavorDomain
 
getFlavor(BuildTarget) - Method in class com.facebook.buck.model.FlavorDomain
 
getFlavor() - Method in class com.facebook.buck.python.PythonPlatform
 
getFlavor() - Method in enum com.facebook.buck.rust.CrateType
 
getFlavor() - Method in enum com.facebook.buck.rust.RustBinaryDescription.Type
 
getFlavor() - Method in enum com.facebook.buck.swift.SwiftLibraryDescription.Type
 
getFlavor() - Method in class com.facebook.buck.thrift.ThriftCxxEnhancer
 
getFlavor() - Method in class com.facebook.buck.thrift.ThriftJavaEnhancer
 
getFlavor() - Method in interface com.facebook.buck.thrift.ThriftLanguageSpecificEnhancer
 
getFlavor() - Method in class com.facebook.buck.thrift.ThriftPythonEnhancer
 
getFlavorAndValue(Set<Flavor>) - Method in class com.facebook.buck.model.FlavorDomain
 
getFlavorAndValue(BuildTarget) - Method in class com.facebook.buck.model.FlavorDomain
 
getFlavors() - Method in class com.facebook.buck.model.BuildTarget
 
getFlavors() - Method in class com.facebook.buck.model.FlavorDomain
 
getFloat(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getFloat(String, String) - Method in class com.facebook.buck.config.Config
 
getFlushEventsBeforeExit() - Method in class com.facebook.buck.cli.BuckConfig
 
getFolders() - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot
 
getFolders() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getForkMode() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
getForkMode() - Method in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
getForkMode() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
getFormattedDateTime() - Method in class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
 
getFPaths() - Method in class com.facebook.buck.cxx.CxxIncludePaths
Framework paths added with -F
getFrameworkPaths() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Directories set via -F.
getFrameworks() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
 
getFrameworks() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
getFrameworks() - Method in class com.facebook.buck.cxx.NativeLinkableInput
 
getFrameworksPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getFreeMemoryBytes() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
getFreshActionGraph(BuckEventBus, TargetGraph) - Static method in class com.facebook.buck.rules.ActionGraphCache
* It returns a new ActionGraphAndResolver based on the targetGraph without checking the cache.
getFreshActionGraph(BuckEventBus, TargetNodeToBuildRuleTransformer, TargetGraph) - Static method in class com.facebook.buck.rules.ActionGraphCache
It returns a new ActionGraphAndResolver based on the targetGraph without checking the cache.
getFrontendConfig() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getFrontendConfig() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
 
getFrontendRequestTimeoutMillis() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getFullUrl(URI, String) - Static method in class com.facebook.buck.slb.SingleUriService
 
getFullyQualifiedName() - Method in class com.facebook.buck.model.BuildTarget
If this build target is //third_party/java/guava:guava-latest, then this would return "//third_party/java/guava:guava-latest".
getFullyQualifiedName() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getFullyQualifiedName() - Method in interface com.facebook.buck.rules.BuildRule
 
getFullyQualifiedName() - Method in class com.facebook.buck.rules.keys.FieldValueExtractor
 
getFullyQualifiedName() - Method in interface com.facebook.buck.rules.keys.ValueExtractor
 
getFunctionName() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
 
getFunctions() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getFunctions() - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the set of query functions implemented by this query environment.
getFunctions() - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getFuture() - Method in class com.facebook.buck.slb.ClientSideSlb.ServerPing
 
getFuture() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
 
getFwdDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getFwdDeps(Iterable<QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the direct forward dependencies of the specified targets.
getFwdDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getGccVersion() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
 
getGenDir() - Method in class com.facebook.buck.io.BuckPaths
 
getGeneratedMakefilePath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.NdkLibraryDescription
 
getGeneratedSourceCodeFolders() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getGeneratedSourceFolderName() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getGeneratedSourceFolders(IjModule) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
getGeneratedSourcePath() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getGeneratedSourcePath() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
 
getGeneratedSourcePath() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getGeneratedSourcePath() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getGeneratedSources(String, ImmutableList<String>, ImmutableSet<String>) - Method in class com.facebook.buck.thrift.ThriftCxxEnhancer
 
getGeneratedSources(BuildTarget, ThriftConstructorArg, String, ImmutableList<String>) - Method in class com.facebook.buck.thrift.ThriftCxxEnhancer
 
getGeneratedSources(BuildTarget, ThriftConstructorArg, String, ImmutableList<String>) - Method in class com.facebook.buck.thrift.ThriftJavaEnhancer
 
getGeneratedSources(BuildTarget, ThriftConstructorArg, String, ImmutableList<String>) - Method in interface com.facebook.buck.thrift.ThriftLanguageSpecificEnhancer
 
getGeneratedSources(BuildTarget, ThriftConstructorArg, String, ImmutableList<String>) - Method in class com.facebook.buck.thrift.ThriftPythonEnhancer
 
getGenPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.model.BuildTargets
Return a relative path to a file in the buck-out/gen/ directory.
getGenrule(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxGenrule
 
getGlob() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
getGlobalID() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
getGlobHandler() - Method in class com.facebook.buck.parser.ParserConfig
getGoArch() - Method in class com.facebook.buck.go.GoPlatform
 
getGoLinkInput() - Method in class com.facebook.buck.go.GoLinkable
 
getGoOs() - Method in class com.facebook.buck.go.GoPlatform
 
getGraph() - Method in class com.facebook.buck.android.APKModuleGraph
Lazy generate the graph on first use
getGraph() - Method in class com.facebook.buck.parser.ParseEvent.Finished
 
getGraphMinimumDepth(int) - Method in class com.facebook.buck.jvm.java.intellij.AggregationMode
 
getGroup() - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
 
getGroupId() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getGroups() - Method in class com.facebook.buck.rules.TargetGraph
 
getGroupsContainingTarget(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraph
 
getGtestDefaultTestMainDep() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getGtestDep() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getGuavaJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getHalideTargetForPlatform(CxxPlatform) - Method in class com.facebook.buck.halide.HalideBuckConfig
 
getHandlers() - Method in class com.facebook.buck.log.Logger
 
getHangMonitor() - Method in class com.facebook.buck.cli.HangMonitor.AutoStartInstance
 
getHash(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getHash(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getHash() - Method in class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
getHash() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
 
getHash() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
 
getHashCode() - Method in class com.facebook.buck.rules.RuleKey
 
getHashCode() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
 
getHasher() - Method in class com.facebook.buck.rules.keys.RuleKeyScopedHasher
 
getHaskellVersion() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
getHaskellVersion() - Method in interface com.facebook.buck.haskell.HaskellConfig
 
getHeaderMap() - Method in class com.facebook.buck.cxx.CxxHeaders
 
getHeaderMap() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getHeaderMap() - Method in class com.facebook.buck.cxx.DirectHeaderMap
 
getHeaderMap() - Method in class com.facebook.buck.cxx.HeaderSymlinkTree
Get path of the header map indexing this tree if one exists.
getHeaderMap() - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
getHeaderOffset() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getHeaderPathPrefix(AppleNativeTargetDescriptionArg, BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
getHeaderSize() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getHeaderSize(MachoHeader) - Static method in class com.facebook.buck.macho.MachoHeaderUtils
 
getHeadersPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getHeaderSymlinkTreeFlavor(HeaderVisibility) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getHeaderSymlinkTreePath(ProjectFilesystem, BuildTarget, Flavor, HeaderVisibility) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getHeaderSymlinkTreeSuffix(HeaderVisibility) - Static method in class com.facebook.buck.apple.AppleHeaderVisibilities
 
getHeaderVerification() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getHeaderVerification() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getHealthCheckIntervalMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getHgCmd() - Method in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
getHgRoot() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
getHighlightedBuildIds() - Method in class com.facebook.buck.rage.DefectReport
 
getHighlightedBuildIds() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectReport
 
getHighlightedResetSequence() - Method in class com.facebook.buck.util.Ansi
 
getHighlightedWarningSequence() - Method in class com.facebook.buck.util.Ansi
 
getHostFlavor() - Static method in class com.facebook.buck.cxx.CxxPlatforms
 
getHostname() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getHostname() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getHostname() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getHostname() - Static method in class com.facebook.buck.util.network.hostname.HostnameFetching
 
gethostname(byte[], int) - Static method in class com.facebook.buck.util.network.hostname.HostnameFetchingPosixLibrary
 
getHostPlatform() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getHostToReportToRemoteCacheServer() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getHttpCaches() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getHttpMaxConcurrentWrites() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getHttpWriteExecutorService() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getHttpWriterShutdownTimeout() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.cxx.Depfiles.HeaderVerificationException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.json.BuildFileParseException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.parser.MissingBuildFileException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.parser.NoSuchBuildTargetException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.query.QueryException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.rules.Cell.MissingBuildFileException
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.rules.TargetGraph.NoSuchNodeException
 
getHumanReadableErrorMessage() - Method in interface com.facebook.buck.util.ExceptionWithHumanReadableMessage
 
getHumanReadableErrorMessage() - Method in exception com.facebook.buck.util.HumanReadableException
 
getHumanReadableOrLocalizedMessage(Exception) - Static method in class com.facebook.buck.util.MoreExceptions
 
getHumanReadableSize(double, SizeUnit) - Static method in enum com.facebook.buck.util.unit.SizeUnit
 
getHybridThriftEndpoint() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getIbtool() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getIdeallyRelativePath(SourcePath) - Method in class com.facebook.buck.rules.SourcePathResolver
 
getIdentifier() - Method in class com.facebook.buck.apple.AppleToolchain
The identifier of the toolchain.
getIdentifier() - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
 
getIdentifier() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
 
getIdentifier() - Method in class com.facebook.buck.step.TargetDevice
 
getIdentities() - Method in class com.facebook.buck.apple.CodeSignIdentityStore
Get all the identities in the store.
getIdePrompt(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
Returns true if Buck should prompt to kill a running IDE before changing its files, false otherwise.
getIgnorePaths() - Method in class com.facebook.buck.io.ProjectFilesystem
 
getIgnorePaths() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getIgnoreUndefinedSymbolsFlags() - Method in class com.facebook.buck.cxx.DarwinLinker
 
getIgnoreUndefinedSymbolsFlags() - Method in class com.facebook.buck.cxx.GnuLinker
 
getIgnoreUndefinedSymbolsFlags() - Method in interface com.facebook.buck.cxx.Linker
 
getIgnoreUndefinedSymbolsFlags() - Method in class com.facebook.buck.cxx.WindowsLinker
 
getIjName() - Method in class com.facebook.buck.jvm.java.intellij.ExcludeFolder
 
getIjName() - Method in class com.facebook.buck.jvm.java.intellij.InclusiveFolder
 
getImmediateClasspaths() - Method in class com.facebook.buck.android.AndroidAar
 
getImmediateClasspaths() - Method in class com.facebook.buck.android.AndroidBinary
 
getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getImmediateClasspaths() - Method in interface com.facebook.buck.jvm.java.HasClasspathEntries
Returns the classpaths for only this rule, not its deps.
getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getImmediateClasspaths() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getImmutableClasses() - Method in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
 
getImplicitDepsForTargetFromConstructorArg(BuildTarget, ThriftConstructorArg) - Method in class com.facebook.buck.thrift.ThriftCxxEnhancer
 
getImplicitDepsForTargetFromConstructorArg(BuildTarget, ThriftConstructorArg) - Method in class com.facebook.buck.thrift.ThriftJavaEnhancer
 
getImplicitDepsForTargetFromConstructorArg(BuildTarget, ThriftConstructorArg) - Method in interface com.facebook.buck.thrift.ThriftLanguageSpecificEnhancer
 
getImplicitDepsForTargetFromConstructorArg(BuildTarget, ThriftConstructorArg) - Method in class com.facebook.buck.thrift.ThriftPythonEnhancer
 
getIncludeAutodepsSignature() - Method in class com.facebook.buck.cli.BuckConfig
 
getIncludeDir() - Method in class com.facebook.buck.cxx.CxxSandboxInclude
 
getIncludedPaths() - Method in class com.facebook.buck.rage.DefectReport
 
getIncludedPaths() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectReport
 
getIncludedRoots() - Method in class com.facebook.buck.cxx.OmnibusRoots
 
getIncludeLibDir() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getIncludePath() - Method in class com.facebook.buck.cxx.DirectHeaderMap
 
getIncludePath() - Method in class com.facebook.buck.cxx.HeaderSymlinkTree
Get path to use as an include path to get access to the files in the tree.
getIncludePath() - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
getIncludeRoot() - Method in class com.facebook.buck.cxx.CxxHeaders
 
getIncludeRoot() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getIncludeRoot(BuildTarget, ProjectFilesystem) - Method in class com.facebook.buck.thrift.ThriftLibraryDescription
Return the path to use for the symlink tree we setup for the thrift files to be included by other rules.
getIncludes() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
 
getIncludes() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
getIncludes() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Directories set via -I.
getIncludes() - Method in class com.facebook.buck.d.DLibrary
 
getIncludes() - Method in class com.facebook.buck.haskell.HaskellCompileInput
 
getIncludes() - Method in class com.facebook.buck.thrift.ThriftLibrary
 
getIncludeStdErr() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
 
getIncludeStdOut() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
 
getIncludeTreeRule() - Method in class com.facebook.buck.thrift.ThriftLibrary
 
getIncludeType() - Method in class com.facebook.buck.cxx.CxxHeaders
 
getIncludeType() - Method in class com.facebook.buck.cxx.CxxHeadersDir
 
getIncludeType() - Method in class com.facebook.buck.cxx.CxxSandboxInclude
 
getIncludeType() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getIncomingNodesFor(T) - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getIncomingNodesFor(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getIncomingNodesFor(T) - Method in interface com.facebook.buck.graph.TraversableGraph
 
getInferTopLevel() - Method in class com.facebook.buck.cxx.InferBuckConfig
 
getInfo() - Method in class com.facebook.buck.haskell.HaskellPackage
 
getInfoPlist() - Method in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
getInfoPlist() - Method in class com.facebook.buck.apple.AppleTestDescription.Arg
 
getInfoPlist() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
 
getInfoPlistPath() - Method in class com.facebook.buck.apple.AppleBundle
 
getInitialCause(Throwable) - Static method in class com.facebook.buck.util.MoreThrowables
If throwable has a non-empty cause, returns throwable at the bottom of the stack.
getInitialError() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getInitialErrorMsg() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getInitprot() - Method in class com.facebook.buck.macho.SegmentCommand
 
getInput() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getInput() - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
 
getInput() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
Opens a new input stream for the entry.
getInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getInput(Iterable<OcamlSource>) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
getInputPaths() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Returns the list (possibly empty) of files passed as input to the shell script.
getInputRuleKey() - Method in class com.facebook.buck.rules.BuildRuleKeys
 
getInputs(QueryTarget) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getInputs() - Method in class com.facebook.buck.cxx.AbstractPreprocessor
 
getInputs() - Method in class com.facebook.buck.cxx.BsdArchiver
 
getInputs() - Method in class com.facebook.buck.cxx.DarwinLinker
 
getInputs() - Method in class com.facebook.buck.cxx.DefaultCompiler
 
getInputs() - Method in class com.facebook.buck.cxx.FrameworkPathArg
 
getInputs() - Method in class com.facebook.buck.cxx.GnuArchiver
 
getInputs() - Method in class com.facebook.buck.cxx.GnuLinker
 
getInputs() - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
getInputs() - Method in class com.facebook.buck.cxx.RelativeLinkArg
 
getInputs() - Method in class com.facebook.buck.cxx.WindowsArchiver
 
getInputs() - Method in class com.facebook.buck.cxx.WindowsLinker
 
getInputs() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getInputs() - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getInputs() - Method in class com.facebook.buck.jvm.java.JarBackedJavac
 
getInputs() - Method in class com.facebook.buck.jvm.java.JdkProvidedInMemoryJavac
 
getInputs() - Method in class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
getInputs() - Method in class com.facebook.buck.jvm.java.OutOfProcessJdkProvidedInMemoryJavac
 
getInputs() - Method in class com.facebook.buck.python.PythonEnvironment
 
getInputs(QueryTarget) - Method in interface com.facebook.buck.query.QueryEnvironment
 
getInputs() - Method in class com.facebook.buck.rules.args.Arg
 
getInputs() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
getInputs() - Method in class com.facebook.buck.rules.args.MacroArg
 
getInputs() - Method in class com.facebook.buck.rules.args.SanitizedArg
 
getInputs() - Method in class com.facebook.buck.rules.args.SourcePathArg
 
getInputs() - Method in class com.facebook.buck.rules.args.StringArg
 
getInputs() - Method in class com.facebook.buck.rules.CommandTool
 
getInputs() - Method in class com.facebook.buck.rules.HashedFileTool
 
getInputs() - Method in class com.facebook.buck.rules.LazyDelegatingTool
 
getInputs(QueryTarget) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getInputs() - Method in class com.facebook.buck.rules.TargetNode
 
getInputs() - Method in interface com.facebook.buck.rules.Tool
 
getInputs() - Method in class com.facebook.buck.rust.RustLibraryArg
 
getInputs() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
 
getInputsAfterBuildingLocally(BuildContext) - Method in class com.facebook.buck.cxx.CxxInferCapture
 
getInputsAfterBuildingLocally(BuildContext) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
getInputsAfterBuildingLocally(BuildContext) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getInputsAfterBuildingLocally(BuildContext) - Method in class com.facebook.buck.js.ReactNativeBundle
 
getInputsAfterBuildingLocally(BuildContext) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getInputsAfterBuildingLocally(BuildContext) - Method in interface com.facebook.buck.rules.keys.SupportsDependencyFileRuleKey
Returns a list of source paths that were actually used for the rule.
getInputsForTraces(String) - Method in class com.facebook.buck.util.trace.BuildTraces
 
getInputStream() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
getInputStream() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
 
getInputStream() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
getInputStreamForRelativePath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
// @deprecated Prefer operation on Paths directly, replaced by Files.newInputStream(java.nio.file.Path, java.nio.file.OpenOption...).
getInstallableApk() - Method in class com.facebook.buck.android.ApkGenrule
 
getInstance() - Static method in class com.facebook.buck.android.FilterResourcesStep.DefaultDrawableFinder
 
getInstance(String) - Static method in class com.facebook.buck.event.api.BuckTracing
Gets an instance of BuckTracing for tracing in the given plugin.
getInstance() - Static method in class com.facebook.buck.util.DefaultFilteredDirectoryCopier
 
getInstance() - Static method in class com.facebook.buck.util.ProcessHelper
Gets the singleton instance of this class.
getInstance() - Static method in class com.facebook.buck.util.ProcessRegistry
Gets the singleton instance of this class.
getInstanceKey() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getInstanceKey() - Method in interface com.facebook.buck.shell.WorkerTool
 
getInstrumentationApkPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getInstrumentationTestRunner() - Method in interface com.facebook.buck.android.AndroidManifestReader
 
getInstrumentationTestRunner() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
 
getInteger(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getInteger(String, String) - Method in class com.facebook.buck.config.Config
 
getInteger() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
getIntellijAggregationMode(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
getIntellijModuleSdkName() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getIntellijSdkTargets() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getInterfaces() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getInterfaces() - Method in class com.facebook.buck.haskell.HaskellPackage
 
getInternal(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraph
 
getInternal(BuildTarget) - Method in class com.facebook.buck.versions.VersionedTargetGraph
 
getInterpreterName() - Method in class com.facebook.buck.python.PythonVersion
 
getIntValue() - Method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy.ProxyType
 
getInvocationInfo() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getInvocationInfo() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getInvocationType() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getIoBytesRead() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getIoBytesWritten() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getIoTotal() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getIPaths() - Method in class com.facebook.buck.cxx.CxxIncludePaths
Paths added with -I
getIs64Bit() - Method in class com.facebook.buck.cxx.MachoHeader
 
getIsAndroidResources() - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
 
getIsBestServerCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getIsDaemon() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getIsDaemon() - Method in class com.facebook.buck.log.InvocationInfo
 
getIsIntelliJPlugin() - Method in class com.facebook.buck.rules.ProjectConfig
 
getIsRequestSuccessful() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectSubmitResult
If value is empty then no request was made and report was saved locally.
getIsRequestSuccessful() - Method in class com.facebook.buck.rage.DefectSubmitResult
If value is empty then no request was made and report was saved locally.
getIsSuperConsoleEnabled() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getIsTestSource() - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
 
getItemsToConvert(Cell, Path) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getItemsToConvert(Cell, Path) - Method in class com.facebook.buck.parser.TargetGroupParsePipeline
 
getItemsToConvert(Cell, Path) - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
getItemToConvert(Cell, BuildTarget) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getItemToConvert(Cell, BuildTarget) - Method in class com.facebook.buck.parser.TargetGroupParsePipeline
 
getItemToConvert(Cell, BuildTarget) - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
getJacocoOutputDir(ProjectFilesystem) - Static method in class com.facebook.buck.jvm.java.JacocoConstants
 
getJar() - Method in class com.facebook.buck.jvm.java.intellij.SerializableAndroidAar
 
getJarContentHasher() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
 
getJarManifest(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getJarRelativePath() - Method in class com.facebook.buck.util.cache.JarContentHasher
 
getJarSignature(String) - Static method in class com.facebook.buck.android.agent.util.AgentUtil
 
getJavaBuckConfig() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getJavac() - Method in class com.facebook.buck.jvm.java.JavacOptions
getJavacJarPath() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getJavacLocation() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getJavacPath() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getJavaDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getJavadocUrl() - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
 
getJavadocUrl() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getJavaFileForOutput(JavaFileManager.Location, String, JavaFileObject.Kind, FileObject) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileObjects(File...) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getJavaFileObjects(String...) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getJavaFileObjects(File...) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileObjects(String...) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getJavaFileObjectsFromFiles(Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileObjectsFromStrings(Iterable<String>) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getJavaFileObjectsFromStrings(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getJavaFileParser() - Method in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
 
getJavaLibrariesToDex() - Method in class com.facebook.buck.android.AndroidPackageableCollection
JavaLibrary rules whose output will be dexed and included in the package.
getJavaModuleSdkName() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getJavaModuleSdkType() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getJavaPackage() - Method in class com.facebook.buck.android.AndroidBuildConfig
 
getJavaPackageFinder() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getJavaPackageFinder() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getJavaPackageFinder(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
getJavaPackageFinder() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getJavaPackageFinder() - Method in class com.facebook.buck.rules.BuildContext
 
getJavaPackageFinder() - Method in class com.facebook.buck.step.ExecutionContext
 
getJavaPath() - Method in class com.facebook.buck.jvm.java.JavaOptions
 
getJavaSrcs() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getJavaSrcs() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getJavaSrcs() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getJavaVersion() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getJdkName() - Method in class com.facebook.buck.jvm.java.intellij.IntellijConfig
 
getJdkType() - Method in class com.facebook.buck.jvm.java.intellij.IntellijConfig
 
getJobArgs() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getJobArgs() - Method in class com.facebook.buck.shell.WorkerJobParams
The arguments of the actual job once tool has started and ready to accept jobs.
getJobsMultiplier() - Method in class com.facebook.buck.rules.RuleScheduleInfo
 
getJSBundleDir() - Method in class com.facebook.buck.js.ReactNativeBundle
 
getJsonProtocolVersion() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getKey() - Method in class com.facebook.buck.cli.ConfigValue
 
getKeypass() - Method in class com.facebook.buck.android.KeystoreProperties
 
getKeySeed() - Method in class com.facebook.buck.cli.BuckConfig
 
getKeystore() - Method in class com.facebook.buck.android.AndroidBinary
 
getKeystore() - Method in class com.facebook.buck.android.KeystoreProperties
 
getKnownBuildRuleTypes() - Method in class com.facebook.buck.rules.Cell
 
getKnownBuildRuleTypesFactory() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getKnownBuildRuleTypesFactory() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getKnownRoots() - Method in class com.facebook.buck.rules.Cell
 
getKnownRoots() - Method in class com.facebook.buck.rules.DefaultCellPathResolver
 
getKotlinCompiler() - Method in class com.facebook.buck.jvm.kotlin.KotlinBuckConfig
Get the Tool instance for the Kotlin compiler.
getKxmlJarPath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getLabels() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getLabels() - Method in class com.facebook.buck.apple.AppleTest
 
getLabels() - Method in class com.facebook.buck.cxx.CxxTest
 
getLabels() - Method in class com.facebook.buck.d.DTest
 
getLabels() - Method in class com.facebook.buck.go.GoTest
 
getLabels() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getLabels() - Method in class com.facebook.buck.python.PythonTest
 
getLabels() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getLabels() - Method in interface com.facebook.buck.rules.TestRule
 
getLabels() - Method in class com.facebook.buck.rust.RustTest
 
getLabels() - Method in class com.facebook.buck.shell.ShTest
 
getLabels() - Method in class com.facebook.buck.test.TestResults
 
getLabelString() - Method in class com.facebook.buck.rules.Label
 
getLanguage() - Method in class com.facebook.buck.thrift.ThriftCxxEnhancer
 
getLanguage() - Method in class com.facebook.buck.thrift.ThriftJavaEnhancer
 
getLanguage() - Method in interface com.facebook.buck.thrift.ThriftLanguageSpecificEnhancer
 
getLanguage() - Method in class com.facebook.buck.thrift.ThriftPythonEnhancer
 
getLanguageFlags(ImmutableList<String>, PatternMatchedCollection<ImmutableList<String>>, ImmutableMap<AbstractCxxSource.Type, ImmutableList<String>>, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
 
getLanguageLevel() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getLanguageLevel() - Method in class com.facebook.buck.jvm.java.intellij.IntellijConfig
 
getLastAccessMillis() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
 
getLastKnownFileType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
getLastModifiedTime(Path) - Method in interface com.facebook.buck.io.PathListing.PathModifiedTimeFetcher
 
getLastModifiedTime(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getLastModifiedTime() - Method in class com.facebook.buck.rage.BuildLogEntry
 
getLastModifiedTime() - Method in class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
 
getLastModifiedTimeFetcher() - Method in class com.facebook.buck.io.ProjectFilesystem
 
getLatencyCheckTimeRangeMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getLaunchAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getLaunchedPid() - Method in class com.facebook.buck.cli.InstallResult
 
getLauncherActivities() - Method in interface com.facebook.buck.android.AndroidManifestReader
 
getLauncherActivities() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
 
getLaunchStyle() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getLd() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getLdflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getLdFlags() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getLdFlags() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getLeft() - Method in class com.facebook.buck.model.Either
 
getLevel() - Method in class com.facebook.buck.event.ConsoleEvent
 
getLevel() - Method in class com.facebook.buck.io.WatchmanDiagnostic
 
getLevel() - Method in class com.facebook.buck.log.Logger
 
getLevel() - Method in class com.facebook.buck.test.TestStatusMessage
 
getLevenshteinDistance(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
getLexCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getLexCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getLibInclude(boolean) - Static method in class com.facebook.buck.ocaml.OcamlRuleBuilder
 
getLibraries() - Method in class com.facebook.buck.cxx.NativeLinkableInput
 
getLibraries() - Method in class com.facebook.buck.cxx.OmnibusLibraries
 
getLibraries() - Method in class com.facebook.buck.haskell.HaskellPackage
 
getLibrariesToBeWritten() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
getLibrary(TargetNode<?, ?>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibraryFactory
Creates an IjLibrary.
getLibraryAndroidManifestPath(TargetNode<AndroidLibraryDescription.Arg, ?>) - Method in interface com.facebook.buck.jvm.java.intellij.IjModuleFactoryResolver
 
getLibraryName() - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
 
getLibraryPath() - Method in interface com.facebook.buck.android.NativeLibraryBuildRule
Returns the path to the directory containing .so files organized by target CPU architecture.
getLibraryPath() - Method in class com.facebook.buck.android.NdkLibrary
 
getLibraryPath() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
getLibType(BuildTarget) - Static method in class com.facebook.buck.cxx.CxxLibraryDescription
 
getLine() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
getLineNumber() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
 
getLineNumber() - Method in class com.facebook.buck.json.BuildFileSyntaxError
 
getLines() - Method in class com.facebook.buck.util.network.offline.ScribeData
 
getLinkables() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
 
getLinker() - Method in class com.facebook.buck.cxx.CxxLink
 
getLinker() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
getLinker() - Method in interface com.facebook.buck.haskell.HaskellConfig
 
getLinkerFlags() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getLinkerFlags() - Method in class com.facebook.buck.d.DBuckConfig
 
getLinkerFlags() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
getLinkerFlags() - Method in interface com.facebook.buck.haskell.HaskellConfig
 
getLinkerMapPath() - Method in class com.facebook.buck.cxx.CxxLink
 
getLinkerProvider(String, LinkerProvider.Type) - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getLinkRule() - Method in class com.facebook.buck.cxx.CxxBinary
 
getLinks() - Method in class com.facebook.buck.rules.SymlinkTree
 
getLinkScheduleInfo() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getLinkStyle(NativeLinkable.Linkage, Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.NativeLinkables
 
getLinkStyle() - Method in enum com.facebook.buck.haskell.HaskellBinaryDescription.Type
 
getLinkStyle() - Method in enum com.facebook.buck.rust.RustBinaryDescription.Type
 
getLinkStyle(BuildTarget, Optional<Linker.LinkableDepType>) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
getLinkTree() - Method in class com.facebook.buck.d.DIncludes
 
getLipo() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getListenerJars() - Method in class com.facebook.buck.cli.BuckConfig
 
getListWithoutComments(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getListWithoutComments(String, String, char) - Method in class com.facebook.buck.cli.BuckConfig
 
getListWithoutComments(String, String) - Method in class com.facebook.buck.config.Config
 
getListWithoutComments(String, String, char) - Method in class com.facebook.buck.config.Config
 
getLittleEndianInt(ByteBuffer) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
getLittleEndianLong(ByteBuffer) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
getLittleEndianShort(ByteBuffer) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
getLldb() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getLoadBalancingType() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.LinkEditDataCommand
 
getLoadCommandCommonFields() - Method in interface com.facebook.buck.macho.LoadCommand
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.SegmentCommand
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.SymTabCommand
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.UnknownCommand
 
getLoadCommandCommonFields() - Method in class com.facebook.buck.macho.UUIDCommand
 
getLoadedCells() - Method in class com.facebook.buck.rules.Cell
 
getLoadedCells() - Method in class com.facebook.buck.rules.CellProvider
 
getLoadLimit(BuckConfig) - Method in class com.facebook.buck.cli.AbstractCommand
 
getLoadLimit() - Method in class com.facebook.buck.cli.BuckConfig
 
getLocalCacheDirectory() - Method in class com.facebook.buck.cli.BuckConfig
 
getLocalConfigsContents() - Method in class com.facebook.buck.rage.UserLocalConfiguration
 
getLocale() - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
 
getLocalhost() - Method in class com.facebook.buck.cli.BuckConfig
 
getLocation(JavaFileManager.Location) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
getLocation(JavaFileManager.Location) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
getLog() - Method in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
 
getLog() - Method in class com.facebook.buck.tools.dxanalysis.RegisterSpecAnalyzer
 
getLog() - Method in class com.facebook.buck.tools.dxanalysis.StaticStateAnalyzer
 
getLogBook() - Method in class com.facebook.buck.distributed.DistBuildStatus
 
getLogConfig() - Method in class com.facebook.buck.cli.AbstractCommand
 
getLogConfig() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getLogConfig() - Method in interface com.facebook.buck.cli.Command
 
getLogConfig() - Method in class com.facebook.buck.cli.DoctorCommand
 
getLogConfig() - Method in class com.facebook.buck.cli.RageCommand
 
getLogConfig() - Method in class com.facebook.buck.cli.VersionCommand
 
getLogDir() - Method in class com.facebook.buck.io.BuckPaths
 
getLogDir() - Method in class com.facebook.buck.log.LogConfigSetup
 
getLogDirPath() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
 
getLogFileHandlerState() - Method in class com.facebook.buck.log.GlobalStateManager
Writers obtained by LogFileHandlerState.getWriters(java.lang.String) must not be closed! This class manages their lifetime.
getLogFilePath() - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
getLogFilePrefix() - Method in class com.facebook.buck.log.LogConfigSetup
 
getLogger() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getLogLevel(String) - Method in interface com.facebook.buck.log.ConsoleHandlerState
 
getLogs() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getLong(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getLong(String, String) - Method in class com.facebook.buck.config.Config
 
getLua(BuildRuleResolver) - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getLua(BuildRuleResolver) - Method in interface com.facebook.buck.lua.LuaConfig
 
getLuaConfig() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getLuaConfig() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getLuaCxxLibrary(BuildRuleResolver) - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getLuaCxxLibrary(BuildRuleResolver) - Method in interface com.facebook.buck.lua.LuaConfig
 
getLuaCxxLibraryTarget() - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getLuaCxxLibraryTarget() - Method in interface com.facebook.buck.lua.LuaConfig
 
getLuaPackageComponents() - Method in interface com.facebook.buck.lua.LuaPackageable
 
getMachineReadableLog() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
For more information how MachineReadableLog works check MachineReadableLoggerListener.
getMachineReadableLogFile() - Method in class com.facebook.buck.rage.BuildLogEntry
 
getMachMagicInfo(ByteBuffer) - Static method in class com.facebook.buck.macho.MachoMagicInfoUtils
Reads 4 bytes from the given byte buffer from position 0 and produces the MachoMagicInfo object which describes basic information about Mach Object file.
getMacroExpander() - Method in class com.facebook.buck.android.AndroidBinary
 
getMacroExpander() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
 
getMacroHandler(BuildRuleParams, BuildRuleResolver, TargetGraph, A) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
getMacroHandler(BuildRuleParams, BuildRuleResolver, TargetGraph, A) - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
getMacroHandlerForParseTimeDeps() - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
getMacroHandlerForParseTimeDeps() - Method in class com.facebook.buck.shell.AbstractGenruleDescription
 
getMacroInput() - Method in class com.facebook.buck.model.MacroMatchResult
 
getMacroMatchResults(String) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
getMacroReplacers(BuildTarget, CellPathResolver, BuildRuleResolver) - Method in class com.facebook.buck.rules.macros.MacroHandler
 
getMacroType() - Method in class com.facebook.buck.model.MacroMatchResult
 
getMagic() - Method in class com.facebook.buck.macho.FatHeader
 
getMagic() - Method in class com.facebook.buck.macho.MachoHeader
 
getMainClass() - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
 
getMainGroup() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getMainModule() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getMainModule() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getMainModule() - Method in class com.facebook.buck.python.PythonBinary
 
getMajorVersion() - Method in class com.facebook.buck.haskell.HaskellVersion
 
getManagedThreadCount() - Method in class com.facebook.buck.cli.BuckConfig
 
getMandatoryArguments() - Method in class com.facebook.buck.query.AllPathsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.AttrFilterFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.BuildFileFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.DepsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.FilterFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.InputsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.KindFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.LabelsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.OwnerFunction
 
getMandatoryArguments() - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
The number of arguments that are required.
getMandatoryArguments() - Method in class com.facebook.buck.query.RdepsFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.query.TestsOfFunction
 
getMandatoryArguments() - Method in class com.facebook.buck.rules.query.ClasspathFunction
 
getManifestEntries() - Method in class com.facebook.buck.android.AndroidBinary
 
getManifestFile() - Method in class com.facebook.buck.android.AndroidLibrary
 
getManifestFile() - Method in class com.facebook.buck.android.AndroidResource
 
getManifestFile() - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
 
getManifestInfoForFile(Path) - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Query the source control manifest for information on a file.
getManifestInfoForFile(Path) - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
getManifestPath() - Method in class com.facebook.buck.android.ApkInfo
 
getManifestPath() - Method in class com.facebook.buck.android.HasInstallableApk.AbstractApkInfo
 
getManifestPath() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
 
getManifestPath(BuildRule) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
getManifestRuleKey() - Method in class com.facebook.buck.rules.BuildRuleKeys
 
getManifestRuleKey(SupportsDependencyFileRuleKey) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
getMap(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getMap(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getMap(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getMapForEntry(UnixArchiveEntry) - Method in class com.facebook.buck.bsd.UnixArchive
 
getMappedPaths(Map<T, SourcePath>) - Method in class com.facebook.buck.rules.SourcePathResolver
 
getMarshaller() - Method in class com.facebook.buck.parser.Parser
 
getMatchingValues(String) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
getMatchingValues(ImmutableMap<BuildTarget, Version>) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
getMavenCoordinates(BuildRule) - Method in class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getMavenCoords() - Method in interface com.facebook.buck.jvm.java.HasMavenCoordinates
Used to identify this library within a maven repository
getMavenCoords() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.JavaSourceJar
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getMavenCoords() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getMavenDeps() - Method in class com.facebook.buck.jvm.java.JarShape.Summary
 
getMavenDeps() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getMavenDeps() - Method in interface com.facebook.buck.jvm.java.MavenPublishable
When published, these will be listed in pom.xml as dependencies
getMavenDeps() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getMavenDeps() - Method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
getMavenRepo() - Method in class com.facebook.buck.cli.DownloadConfig
 
getMax() - Method in class com.facebook.buck.counters.SamplingCounter
 
getMaxAcceptableLatencyMillis() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getMaxBytesAfterDeletion() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getMaxDebugLogLines() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
 
getMaxErrorPercentage() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getMaxFetchRetries() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getMaximumResourceAmounts() - Method in class com.facebook.buck.cli.BuckConfig
 
getMaximumTestOutputSize() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getMaximumValues() - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
 
getMaxLogCount() - Static method in class com.facebook.buck.log.LogFileHandler
 
getMaxLogSizeBytes() - Method in class com.facebook.buck.log.LogConfigSetup
 
getMaxNumberOfRetries() - Method in class com.facebook.buck.cli.DownloadConfig
 
getMaxPathCount() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getMaxprot() - Method in class com.facebook.buck.macho.SegmentCommand
 
getMaxSizeBytes() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
 
getMaxSizeBytes() - Static method in class com.facebook.buck.log.LogFileHandler
 
getMaxStoreSize() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getMaxStoreSizeBytes() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getMaxThreads() - Method in class com.facebook.buck.util.network.RemoteLogBuckConfig
 
getMaxTotalSizeBytes() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getMaxTraces() - Method in class com.facebook.buck.cli.BuckConfig
 
getMaxValueLength() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getMaxWorkers() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getMaxWorkers() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getMaxWorkers() - Method in class com.facebook.buck.shell.WorkerJobParams
Maximum number of tools that pool can have.
getMaxWorkers() - Method in interface com.facebook.buck.shell.WorkerTool
 
getMaybeBuildTarget(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getMd5Hash() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response.ReadPayloadInfo
 
getMemberPath() - Method in class com.facebook.buck.io.AbstractArchiveMemberPath
 
getMemberPath() - Method in class com.facebook.buck.io.ArchiveMemberPath
 
getMemberPath() - Method in class com.facebook.buck.rules.ArchiveMemberSourcePath
 
getMemory() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
 
getMemResident() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getMemSize() - Method in class com.facebook.buck.util.ProcessResourceConsumption
 
getMergedLinkables() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
 
getMergedLinkablesAssets() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
 
getMergedResources(StringResources) - Method in class com.facebook.buck.android.StringResources
 
getMessage() - Method in class com.facebook.buck.distributed.DistBuildStatus
 
getMessage() - Method in class com.facebook.buck.event.ConsoleEvent
 
getMessage() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getMessage() - Method in interface com.facebook.buck.event.external.events.ConsoleEventExternalInterface
 
getMessage() - Method in class com.facebook.buck.io.WatchmanDiagnostic
 
getMessage() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getMessage() - Method in class com.facebook.buck.rage.RageJsonResponse
 
getMessage() - Method in class com.facebook.buck.test.TestResultSummary
 
getMessage() - Method in class com.facebook.buck.test.TestStatusMessage
 
getMessage() - Method in class com.facebook.buck.util.PatternAndMessage
 
getMessageForResult(String) - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getMessageForUnexpectedResult(String) - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getMessageOfTheDay() - Method in class com.facebook.buck.cli.BuckConfig
 
getMetadata() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
 
getMetadata() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getMetadata() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getMetadata() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getMetadata() - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
 
getMetadata() - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
 
getMetadataPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getMetadataTxtPath() - Method in class com.facebook.buck.android.PreDexMerge
 
getMetaInfDirectory() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getMethodName() - Method in class com.facebook.buck.message_ipc.InvocationMessage
 
getMethodName() - Method in class com.facebook.buck.test.selectors.TestDescription
 
getMicroThreadUserTime() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getMicroTime() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getMin() - Method in class com.facebook.buck.counters.SamplingCounter
 
getMinAmountOfEntriesToKeep() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getMinAmountOfLogsToKeep() - Static method in class com.facebook.buck.log.LogFileHandler
 
getMinimumPerfEventTimeMs() - Method in class com.facebook.buck.parser.ParsePipeline
 
getMinSdkVersion() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getMinVersion() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getMinVersionFlagPrefix() - Method in class com.facebook.buck.apple.ApplePlatform
 
getMissingSymbolFromCompilerError(String) - Method in class com.facebook.buck.jvm.java.JavacErrorParser
 
getMode() - Method in class com.facebook.buck.cxx.HeaderVerification
 
getMode() - Method in class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
getMode() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
getModel() - Method in class com.facebook.buck.maven.Pom
 
getModule(CxxPlatform) - Method in class com.facebook.buck.lua.CxxLuaExtension
 
getModule() - Method in class com.facebook.buck.python.CxxPythonExtension
 
getModuleBasePath() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getModuleImlFilePath() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getModuleIndexEntries() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
getModuleMap() - Method in class com.facebook.buck.haskell.HaskellSources
 
getModuleMappedClasspathEntriesToDex() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Java classes to include in the package sorted into modules
getModuleNodes() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleGraph
 
getModules() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getModules() - Method in class com.facebook.buck.lua.LuaPackageComponents
 
getModules() - Method in class com.facebook.buck.python.PythonPackageComponents
 
getModules(BuildTarget, SourcePathResolver, String, Path, SourceList, PatternMatchedCollection<SourceList>, PythonPlatform, Optional<VersionMatchedCollection<SourceList>>, Optional<ImmutableMap<BuildTarget, Version>>) - Static method in class com.facebook.buck.python.PythonUtil
 
getModulesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getModulesToBeWritten() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
getModuleType() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getMomc() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getMountFor(Path) - Method in class com.facebook.buck.eden.EdenClient
 
getMountInfos() - Method in class com.facebook.buck.eden.EdenClient
 
getMtimeSortedMatchingDirectoryContents(Path, String) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns the files inside pathRelativeToProjectRoot which match globPattern, ordered in descending last modified time order.
getMultiInstallMode() - Method in class com.facebook.buck.cli.BuckConfig
 
getN_desc() - Method in class com.facebook.buck.macho.Nlist
 
getN_sect() - Method in class com.facebook.buck.macho.Nlist
 
getN_strx() - Method in class com.facebook.buck.macho.Nlist
 
getN_type() - Method in class com.facebook.buck.macho.Nlist
 
getN_value() - Method in class com.facebook.buck.macho.Nlist
 
getName() - Method in class com.facebook.buck.android.AndroidPlatformTarget
This is likely something like "Google Inc.:Google APIs:21".
getName() - Method in class com.facebook.buck.android.APKModule
 
getName() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.CxxRuntime
 
getName() - Method in class com.facebook.buck.apple.ApplePlatform
The full name of the platform.
getName() - Method in class com.facebook.buck.apple.AppleSdk
The full name of the SDK.
getName() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
 
getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
getName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getName() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getName() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getName() - Method in class com.facebook.buck.counters.Counter
 
getName() - Method in class com.facebook.buck.counters.CounterInfo
 
getName() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getName() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
 
getName() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
 
getName() - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
 
getName() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getName() - Method in interface com.facebook.buck.jvm.java.intellij.IjProjectElement
 
getName() - Method in class com.facebook.buck.jvm.java.intellij.SerializableAndroidAar
 
getName() - Method in class com.facebook.buck.model.Flavor
 
getName() - Method in class com.facebook.buck.model.FlavorDomain
 
getName() - Method in class com.facebook.buck.model.ImmutableFlavor
 
getName() - Method in class com.facebook.buck.query.AllPathsFunction
 
getName() - Method in class com.facebook.buck.query.AttrFilterFunction
 
getName() - Method in class com.facebook.buck.query.BuildFileFunction
 
getName() - Method in class com.facebook.buck.query.DepsFunction
 
getName() - Method in class com.facebook.buck.query.FilterFunction
 
getName() - Method in class com.facebook.buck.query.InputsFunction
 
getName() - Method in class com.facebook.buck.query.KindFunction
 
getName() - Method in class com.facebook.buck.query.LabelsFunction
 
getName() - Method in class com.facebook.buck.query.OwnerFunction
 
getName() - Method in interface com.facebook.buck.query.QueryEnvironment.QueryFunction
Name of the function as it appears in the query language.
getName() - Method in class com.facebook.buck.query.RdepsFunction
 
getName() - Method in class com.facebook.buck.query.TestsOfFunction
 
getName() - Method in enum com.facebook.buck.rules.BuildRuleCacheEvent.CacheStepType
 
getName() - Method in class com.facebook.buck.rules.BuildRuleType
 
getName() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
 
getName() - Method in class com.facebook.buck.rules.coercer.OcamlSource
 
getName() - Method in class com.facebook.buck.rules.keys.FieldValueExtractor
 
getName() - Method in interface com.facebook.buck.rules.keys.ValueExtractor
 
getName() - Method in class com.facebook.buck.rules.ParamInfo
 
getName() - Method in class com.facebook.buck.rules.query.ClasspathFunction
 
getName() - Method in class com.facebook.buck.rules.SourceRoot
 
getName() - Method in class com.facebook.buck.rules.VersionedTool
 
getName() - Method in class com.facebook.buck.versions.Version
 
getNamedSources() - Method in class com.facebook.buck.rules.coercer.SourceList
 
getNamedSources() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
 
getNames() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getNameToField() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
 
getNameToPathMap() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getNameWithoutExtension(Path) - Static method in class com.facebook.buck.io.MorePaths
 
getNanoTime() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getNanoTime() - Method in interface com.facebook.buck.event.BuckEvent
 
getNativeCompileDeps() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getNativeCompileDeps() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getNativeCompileDeps() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
Dependencies for the native (ocamlopt) build
getNativeIncludes() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getNativeLibAssetsDirectories() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Directories containing native libraries to be used as assets.
getNativeLibraries(Iterable<BuildRule>, CxxPlatform) - Static method in class com.facebook.buck.jvm.java.JavaLibraryRules
 
getNativeLibraries() - Method in class com.facebook.buck.lua.LuaPackageComponents
 
getNativeLibraries() - Method in class com.facebook.buck.python.PythonPackageComponents
 
getNativeLibsDirectories() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Directories containing native libraries.
getNativeLibsInfo() - Method in class com.facebook.buck.rules.ExopackageInfo
 
getNativeLibsSymlinkTreeTarget(BuildTarget) - Static method in class com.facebook.buck.lua.LuaBinaryDescription
 
getNativeLibsTargets() - Method in class com.facebook.buck.android.AndroidPackageableCollection
A set of build targets that produce native libraries.
getNativeLinkableDeps() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getNativeLinkableDeps() - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableDeps() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
Returns our AbstractBuildRule.getDeps(), limited to the subset of those which are NativeLinkable.
getNativeLinkableDeps() - Method in interface com.facebook.buck.cxx.NativeLinkable
 
getNativeLinkableDeps() - Method in class com.facebook.buck.d.DLibrary
 
getNativeLinkableDeps() - Method in class com.facebook.buck.halide.HalideLibrary
 
getNativeLinkableDeps() - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getNativeLinkableDepsForPlatform(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getNativeLinkableDepsForPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableDepsForPlatform(CxxPlatform) - Method in interface com.facebook.buck.cxx.NativeLinkable
 
getNativeLinkableDepsForPlatform(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
Returns our CxxPrecompiledHeaderTemplate.getExportedDeps(), limited to the subset of those which are NativeLinkable.
getNativeLinkableExportedDeps() - Method in interface com.facebook.buck.cxx.NativeLinkable
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.d.DLibrary
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.halide.HalideLibrary
 
getNativeLinkableExportedDeps() - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getNativeLinkableExportedDepsForPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableExportedDepsForPlatform(CxxPlatform) - Method in interface com.facebook.buck.cxx.NativeLinkable
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
This class doesn't add any native linkable code of its own, it just has deps which need to be passed along and up to the top-level (e.g.
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType) - Method in interface com.facebook.buck.cxx.NativeLinkable
Return input that *dependents* should put on their link line when linking against this linkable.
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType, NativeLinkable) - Static method in class com.facebook.buck.cxx.NativeLinkables
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType) - Method in class com.facebook.buck.d.DLibrary
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType) - Method in class com.facebook.buck.halide.HalideLibrary
 
getNativeLinkableInput(CxxPlatform, Linker.LinkableDepType) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getNativeLinkableInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Inputs for the native (ocamlopt) build
getNativeLinkableInput() - Method in interface com.facebook.buck.ocaml.OcamlLibrary
 
getNativeLinkableInputUncached(CxxPlatform, Linker.LinkableDepType) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkableRoots(Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.NativeLinkables
Find all NativeLinkable transitive roots reachable from the given BuildRules.
getNativeLinkables() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Native libraries mapped from modules.
getNativeLinkables(CxxPlatform, Iterable<? extends NativeLinkable>, Linker.LinkableDepType, Predicate<? super NativeLinkable>) - Static method in class com.facebook.buck.cxx.NativeLinkables
Extract from the dependency graph all the libraries which must be considered for linking.
getNativeLinkables(CxxPlatform, Iterable<? extends NativeLinkable>, Linker.LinkableDepType) - Static method in class com.facebook.buck.cxx.NativeLinkables
 
getNativeLinkablesAssets() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Native libraries to be packaged as assets.
getNativeLinkStrategy() - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getNativeLinkStrategy() - Method in interface com.facebook.buck.lua.LuaConfig
 
getNativeLinkStrategy() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getNativeLinkTarget(CxxPlatform) - Method in interface com.facebook.buck.cxx.CanProvideNativeLinkTarget
 
getNativeLinkTarget(Object, CxxPlatform) - Static method in class com.facebook.buck.cxx.NativeLinkables
 
getNativeLinkTarget(PythonPlatform) - Method in class com.facebook.buck.python.CxxPythonExtension
 
getNativeLinkTargetDeps(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkTargetDeps(CxxPlatform) - Method in interface com.facebook.buck.cxx.NativeLinkTarget
 
getNativeLinkTargetInput(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkTargetInput(CxxPlatform) - Method in interface com.facebook.buck.cxx.NativeLinkTarget
 
getNativeLinkTargetMode(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkTargetMode(CxxPlatform) - Method in interface com.facebook.buck.cxx.NativeLinkTarget
 
getNativeLinkTargetOutputPath(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getNativeLinkTargetOutputPath(CxxPlatform) - Method in interface com.facebook.buck.cxx.NativeLinkTarget
 
getNativeStarterLibrary() - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getNativeStarterLibrary() - Method in interface com.facebook.buck.lua.LuaConfig
 
getNativeStarterLibrary() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getNcmds() - Method in class com.facebook.buck.macho.MachoHeader
 
getNdkAppPlatform() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkClangVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkCompiler() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkCpuAbis() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkCxxRuntime() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkDirectory() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getNdkGccVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkOrAbsent() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getNdkOrAbsent() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getNdkOrThrow() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getNdkOrThrow() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getNdkVersion() - Method in class com.facebook.buck.android.AndroidBuckConfig
 
getNdkVersion() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getNdkVersion() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getNeededCoverage() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getNeededCoverageRatio() - Method in class com.facebook.buck.python.NeededCoverageSpec
 
getNeededDependencies(Collection<MissingSymbolEvent>) - Method in class com.facebook.buck.cli.MissingSymbolsHandler
Using missing symbol events from the build and the JavaSymbolFinder class, build a list of missing dependencies for each broken target.
getNetworkIO() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
 
getNfat_arch() - Method in class com.facebook.buck.macho.FatHeader
 
getNlistAtIndex(ByteBuffer, SymTabCommand, int, boolean) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Creates and returns the Nlist entry at the given index for the given SymTabCommand.
getNoAsNeededSharedLibsFlags() - Method in class com.facebook.buck.cxx.DarwinLinker
 
getNoAsNeededSharedLibsFlags() - Method in class com.facebook.buck.cxx.GnuLinker
 
getNoAsNeededSharedLibsFlags() - Method in interface com.facebook.buck.cxx.Linker
 
getNoAsNeededSharedLibsFlags() - Method in class com.facebook.buck.cxx.WindowsLinker
 
getNode(Cell, BuildTarget) - Method in class com.facebook.buck.parser.ParsePipeline
Obtain a TargetNode.
getNodeCount() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getNodeJob(Cell, BuildTarget) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
getNodeJob(Cell, BuildTarget) - Method in class com.facebook.buck.parser.ParsePipeline
Asynchronously get the TargetNode.
getNodeJob(Cell, BuildTarget) - Method in class com.facebook.buck.parser.RawNodeParsePipeline
 
getNodes() - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getNodes() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getNodes() - Method in interface com.facebook.buck.graph.TraversableGraph
 
getNodes() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleGraph
 
getNodes() - Method in class com.facebook.buck.rules.ActionGraph
 
getNodesFromQueryTargets(Iterable<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getNodesWithNoIncomingEdges() - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getNodesWithNoIncomingEdges() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getNodesWithNoIncomingEdges() - Method in interface com.facebook.buck.graph.TraversableGraph
 
getNodesWithNoOutgoingEdges() - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getNodesWithNoOutgoingEdges() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getNodesWithNoOutgoingEdges() - Method in interface com.facebook.buck.graph.TraversableGraph
 
getNoDxClasspathEntries() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Java classes that were used during compilation, but don't got into the package.
getNreloc() - Method in class com.facebook.buck.macho.Section
 
getNsects() - Method in class com.facebook.buck.macho.SegmentCommand
 
getNsyms() - Method in class com.facebook.buck.macho.SymTabCommand
 
getNumArrayValues() - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
getNumberOfSections() - Method in class com.facebook.buck.cxx.elf.Elf
 
getNumBuckets() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getNumEntries() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getNumParsingThreads() - Method in class com.facebook.buck.parser.ParserConfig
getNumRules() - Method in class com.facebook.buck.json.ParseBuckFileEvent.Finished
 
getNumRules() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
getNumRules() - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
getNumRulesToBuild(Iterable<BuildRule>) - Method in interface com.facebook.buck.rules.BuildEngine
Calculate the total number of transitive build rules processed from the given roots.
getNumRulesToBuild(Iterable<BuildRule>) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
getNumTestManagedThreads(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
 
getNumTestThreads(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
 
getNumThreads() - Method in class com.facebook.buck.cli.BuckConfig
 
getNumThreads(int) - Method in class com.facebook.buck.cli.BuckConfig
 
getObjcopy() - Method in class com.facebook.buck.cxx.ElfSharedLibraryInterfaceFactory
 
getObjcopyPrefix() - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
 
getObjdump() - Method in class com.facebook.buck.android.NdkCxxPlatform
 
getObjectFileExtension() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getObjectFiles() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getObjectMapper() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getObjectMapper() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getObjectMapper() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getObjectMapper() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getObjectMapper() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
getObjectMapper() - Method in class com.facebook.buck.step.ExecutionContext
 
getObjectNameForSourceName(String) - Static method in class com.facebook.buck.d.DCompileStep
 
getObjects() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getOcamlBytecodeCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlBytecodeCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlDebug() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlDebug() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlDepTool() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlDepTool() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlInput() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOcamlInteropIncludesDir() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getOcamlInteropIncludesDir() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getOctalStringAsInt(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
getOfflineLogDir() - Method in class com.facebook.buck.io.BuckPaths
 
getOffset() - Method in class com.facebook.buck.json.BuildFileSyntaxError
 
getOffset() - Method in class com.facebook.buck.macho.FatArch
 
getOffset() - Method in class com.facebook.buck.macho.Section
 
getOffsetInBinary() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
 
getOffsetInBinary() - Method in class com.facebook.buck.macho.Nlist
 
getOffsetInBinary() - Method in class com.facebook.buck.macho.Section
 
getOldCompDir() - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
getOneLineSummary(Locale, boolean, Ansi) - Method in class com.facebook.buck.test.TestCaseSummary
 
getOnlyMatchingValue(ImmutableMap<BuildTarget, Version>) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
getOpCode(boolean) - Method in enum com.facebook.buck.go.GoPackStep.Operation
 
getOperation() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getOperation() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
 
getOperation() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getOptimizationPasses() - Method in class com.facebook.buck.android.AndroidBinary
 
getOptimizedProguardConfig() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getOptional(BuildTarget) - Method in class com.facebook.buck.rules.TargetGraph
 
getOptionalExecutable(Path, ImmutableMap<String, String>) - Method in class com.facebook.buck.io.ExecutableFinder
 
getOptionalExecutable(Path, Path) - Method in class com.facebook.buck.io.ExecutableFinder
 
getOptionalExecutable(Path, ImmutableCollection<Path>, ImmutableCollection<String>) - Method in class com.facebook.buck.io.ExecutableFinder
 
getOptionalExecutable(Path, ImmutableCollection<Path>, ImmutableCollection<String>) - Method in class com.facebook.buck.io.FakeExecutableFinder
 
getOptionalFile(String, Iterable<Path>) - Static method in class com.facebook.buck.io.FileFinder
Tries to find a file with a specific name in a search path.
getOptionalFile(String, Iterable<Path>, Function<Path, Boolean>) - Static method in class com.facebook.buck.io.FileFinder
Tries to find a file with a specific name in a search path.
getOptionalFile(Set<String>, Iterable<Path>) - Static method in class com.facebook.buck.io.FileFinder
Tries to find a file with one of a number of possible names in a search path.
getOptionalFile(Set<String>, Iterable<Path>, Function<Path, Boolean>) - Static method in class com.facebook.buck.io.FileFinder
Tries to find a file with one of a number of possible names in a search path.
getOptionalListWithoutComments(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getOptionalListWithoutComments(String, String, char) - Method in class com.facebook.buck.cli.BuckConfig
 
getOptionalListWithoutComments(String, String) - Method in class com.facebook.buck.config.Config
ini4j leaves things that look like comments in the values of entries in the file.
getOptionalListWithoutComments(String, String, char) - Method in class com.facebook.buck.config.Config
 
getOptionalPathList(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getOptionalPathWhitelist() - Method in class com.facebook.buck.distributed.DistBuildConfig
 
getOptionalToolPath(String, ImmutableList<Path>) - Method in class com.facebook.buck.io.ExecutableFinder
 
getOptions() - Method in class com.facebook.buck.cli.AbstractCommand
 
getOptions() - Method in class com.facebook.buck.cli.BuildCommand
 
getOptions(JavacOptions, ProjectFilesystem, SourcePathResolver, Path, ExecutionContext, ImmutableSortedSet<Path>) - Static method in class com.facebook.buck.jvm.java.JavacStep
 
getOptions(BuildTarget, ThriftConstructorArg) - Method in class com.facebook.buck.thrift.ThriftCxxEnhancer
 
getOptions(BuildTarget, ThriftConstructorArg) - Method in class com.facebook.buck.thrift.ThriftJavaEnhancer
 
getOptions(BuildTarget, ThriftConstructorArg) - Method in interface com.facebook.buck.thrift.ThriftLanguageSpecificEnhancer
 
getOptions(BuildTarget, ThriftConstructorArg) - Method in class com.facebook.buck.thrift.ThriftPythonEnhancer
 
getOrCreateChildGroupByName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateChildVariantGroupByName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateChildVersionGroupsBySourceTreePath(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateDescendantGroupByPath(ImmutableList<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateFileReferenceBySourceTreePath(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
getOrCreateFileReferenceBySourceTreePath(SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
getOrCreateVariantFileReferenceByNameAndSourceTreePath(String, SourceTreePath) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXVariantGroup
 
getOrdinal() - Method in enum com.facebook.buck.util.unit.SizeUnit
 
getOrigin() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getOs() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getOtherFlags() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Other flags included as is.
getOutgoingNodesFor(T) - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
getOutgoingNodesFor(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
getOutgoingNodesFor(T) - Method in interface com.facebook.buck.graph.TraversableGraph
 
getOutput() - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
getOutput() - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
 
getOutput() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getOutput() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getOutput() - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
getOutput() - Method in interface com.facebook.buck.rage.ExtraInfoCollector.AbstractExtraInfoResult
 
getOutput() - Method in class com.facebook.buck.rage.ExtraInfoResult
 
getOutputAttributes() - Method in class com.facebook.buck.cli.TargetsCommand
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.BuildConfigFieldsTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.BuildTargetTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.ConstraintTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.EnumTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.FlavorTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.IdentityTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.LabelTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.ListTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.LogLevelTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.ManifestEntriesTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.NumberTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.OcamlSourceTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.PathTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.PatternTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SetTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SortedSetTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceListTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourcePathTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
 
getOutputClass() - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.UriTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
getOutputClass() - Method in class com.facebook.buck.rules.coercer.VersionTypeCoercer
 
getOutputClasspathJars(JavaLibrary, Optional<SourcePath>) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
 
getOutputClasspaths() - Method in class com.facebook.buck.android.AndroidAar
 
getOutputClasspaths() - Method in class com.facebook.buck.android.AndroidBinary
 
getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getOutputClasspaths() - Method in interface com.facebook.buck.jvm.java.HasClasspathEntries
 
getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getOutputClasspaths() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getOutputDir() - Method in class com.facebook.buck.apple.AppleAssetCatalog
 
getOutputDir() - Method in class com.facebook.buck.apple.CoreDataModel
 
getOutputDir(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.haskell.HaskellLinkRule
 
getOutputDir(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.rust.RustCompileRule
 
getOutputDir() - Method in class com.facebook.buck.thrift.ThriftSource
 
getOutputFileContentsByLine(Path) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getOutputFileContentsByLine(Path) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getOutputFileNameFormatForLibrary(boolean) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
getOutputHash(FileHashCache) - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
getOutputHash() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getOutputJarDirPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getOutputName() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getOutputName() - Method in class com.facebook.buck.cxx.CxxGenrule
 
getOutputName() - Method in interface com.facebook.buck.model.HasOutputName
 
getOutputName() - Method in class com.facebook.buck.shell.ExportFile
 
getOutputName() - Method in class com.facebook.buck.shell.Genrule
Get the output name of the generated file, as listed in the BUCK file.
getOutputName() - Method in class com.facebook.buck.zip.Zip
 
getOutputPath() - Method in class com.facebook.buck.cli.ShowOptions
 
getOutputPaths() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Returns the list (possibly empty) of files created as output of the shell script.
getOutputPaths() - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
getOutputPlist() - Method in class com.facebook.buck.apple.AppleAssetCatalog
 
getOutputSize() - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
getOutputSize() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getOutputStream() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
getOutputStream() - Method in interface com.facebook.buck.util.ProcessExecutor.LaunchedProcess
 
getOutputStream() - Method in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
getOutputToInputsMapSupplier(Path, Path) - Method in class com.facebook.buck.android.SplitZipStep
 
getOutputUrl() - Method in class com.facebook.buck.jvm.java.intellij.IntellijConfig
 
getOwnerId() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
 
getPackage() - Method in interface com.facebook.buck.android.AndroidManifestReader
 
getPackage() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
 
getPackage() - Method in class com.facebook.buck.haskell.HaskellPackageRule
 
getPackageableCollection() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPackageableRules(Iterable<BuildRule>) - Static method in class com.facebook.buck.android.AndroidPackageableCollector
Returns all BuildRules of the given rules that are AndroidPackageable.
getPackageAssetLibraries() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPackageConfigForPlatform(ApplePlatform) - Method in class com.facebook.buck.apple.AppleConfig
Returns the custom packager command specified in the config, if defined.
getPackageDb() - Method in class com.facebook.buck.haskell.HaskellPackage
 
getPackagedDependencies() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getPackagedDependencies() - Method in interface com.facebook.buck.jvm.java.MavenPublishable
When published, these will be included in the artifact.
getPackagedDependencies() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getPackagedDependencies() - Method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
getPackagedRules() - Method in class com.facebook.buck.jvm.java.JarShape.Summary
 
getPackageName() - Method in interface com.facebook.buck.event.external.events.InstallFinishedEventExternalInterface
 
getPackageName() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
getPackageName() - Method in class com.facebook.buck.event.UninstallEvent
 
getPackageName() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
 
getPackageNameFromSource(String) - Method in class com.facebook.buck.jvm.java.JavaFileParser
 
getPackagePrefix() - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
 
getPackager() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
getPackager() - Method in interface com.facebook.buck.haskell.HaskellConfig
 
getPackager(BuildRuleResolver) - Method in class com.facebook.buck.js.ReactNativeBuckConfig
The JavaScript packager tool to use for React Native rules.
getPackager() - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getPackager() - Method in interface com.facebook.buck.lua.LuaConfig
 
getPackagerSourcePath() - Method in class com.facebook.buck.js.ReactNativeBuckConfig
 
getPackages() - Method in class com.facebook.buck.haskell.HaskellCompileInput
 
getPackageStringAssets() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPackageStyle() - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getPackageStyle() - Method in interface com.facebook.buck.lua.LuaConfig
 
getPackageStyle() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getParallelizeBuild() - Method in class com.facebook.buck.apple.xcode.XCScheme.BuildAction
 
getParameters() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getParams() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getParams() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getParentAar(BuildRule) - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
getParentOrEmpty(Path) - Static method in class com.facebook.buck.io.MorePaths
 
getParser() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getParser() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getParser() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getParserState() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getParseStartTime() - Method in class com.facebook.buck.parser.Parser
 
getParseTimeDeps(CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxPlatforms
 
getParseTimeDeps(Iterable<CxxPlatform>) - Static method in class com.facebook.buck.cxx.CxxPlatforms
 
getParseTimeDeps() - Method in class com.facebook.buck.cxx.CxxToolProvider
 
getParseTimeDeps() - Method in class com.facebook.buck.cxx.DefaultLinkerProvider
 
getParseTimeDeps() - Method in interface com.facebook.buck.cxx.LinkerProvider
 
getParseTimeDeps() - Method in interface com.facebook.buck.cxx.SharedLibraryInterfaceFactory
 
getParseTimeDeps(HaskellConfig, Iterable<CxxPlatform>) - Static method in class com.facebook.buck.haskell.HaskellDescriptionUtils
 
getParseTimeDeps() - Method in class com.facebook.buck.rules.BinaryBuildRuleToolProvider
 
getParseTimeDeps() - Method in class com.facebook.buck.rules.ConstantToolProvider
 
getParseTimeDeps() - Method in interface com.facebook.buck.rules.ToolProvider
 
getPassedCount() - Method in class com.facebook.buck.test.TestCaseSummary
 
getPath() - Method in class com.facebook.buck.apple.AppleToolchain
The path to the toolchain.
getPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
 
getPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
getPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
getPath(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getPath(String, String, boolean) - Method in class com.facebook.buck.cli.BuckConfig
 
getPath(String, String) - Method in interface com.facebook.buck.cli.ConfigPathGetter
 
getPath(String, String) - Method in class com.facebook.buck.cli.NoOpConfigPathGetter
 
getPath(String) - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getPath() - Method in class com.facebook.buck.cxx.CxxSource
 
getPath() - Method in class com.facebook.buck.cxx.CxxToolProviderParams
 
getPath() - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
 
getPath() - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
 
getPath() - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
 
getPath() - Method in class com.facebook.buck.cxx.OmnibusLibrary
 
getPath() - Method in class com.facebook.buck.cxx.OmnibusRoot
 
getPath() - Method in class com.facebook.buck.cxx.ThinArchiveArg
 
getPath() - Method in class com.facebook.buck.event.ParsingEvent.SymlinkInvalidation
 
getPath() - Method in class com.facebook.buck.io.BorrowablePath
 
getPath() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
getPath(String, String...) - Method in class com.facebook.buck.io.ProjectFilesystem
Converts a path string (or sequence of strings) to a Path with the same VFS as this instance.
getPath(SourcePath) - Method in interface com.facebook.buck.jvm.java.intellij.IjLibraryFactoryResolver
Does it get an absolute path? Does it get a relative path? Who knows!
getPath() - Method in class com.facebook.buck.maven.Pom
 
getPath() - Method in class com.facebook.buck.query.QueryFileTarget
 
getPath() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
getPath() - Method in interface com.facebook.buck.rules.args.HasSourcePath
 
getPath() - Method in class com.facebook.buck.rules.args.SourcePathArg
 
getPath() - Method in class com.facebook.buck.rules.VersionedTool
The path to the tool.
getPath() - Method in class com.facebook.buck.rust.RustLibraryArg
 
getPath() - Method in class com.facebook.buck.step.fs.MakeCleanDirectoryStep
 
getPath() - Method in class com.facebook.buck.step.fs.MkdirStep
Get the path of the directory to make.
getPath() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
 
getPathElements() - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
getPathForRelativeExistingPath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
As ProjectFilesystem.getPathForRelativePath(java.nio.file.Path), but with the added twist that the existence of the path is checked before returning.
getPathForRelativePath(Path) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
getPathForRelativePath(Path) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
getPathForRelativePath(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getPathForRelativePath(String) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getPathForRelativePath(Path) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
getPathForRelativePath(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
getPathIfJavaLibrary(TargetNode<?, ?>) - Method in interface com.facebook.buck.jvm.java.intellij.IjLibraryFactoryResolver
 
getPathName() - Method in class com.facebook.buck.python.NeededCoverageSpec
 
getPathOrGlob() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
getPathRelativeToProjectRoot(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
getPathResolver() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getPathResolver() - Method in class com.facebook.buck.cxx.ThinArchiveArg
 
getPathResolver() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getPathResolver() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getPathResolver() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
getPathResolver() - Method in class com.facebook.buck.rules.args.GlobArg
 
getPathResolver() - Method in interface com.facebook.buck.rules.args.HasSourcePath
 
getPathResolver() - Method in class com.facebook.buck.rules.args.SourcePathArg
 
getPathResolver() - Method in class com.facebook.buck.rust.RustLibraryArg
 
getPathsChangedInWorkingDirectory() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
 
getPathSelector() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
 
getPathsFromRoot() - Method in class com.facebook.buck.jvm.java.DefaultJavaPackageFinder
 
getPathsToThirdPartyJars() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Prebuilt/third-party jars to be included in the package.
getPathToAdbExecutable() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getPathToAllLibsDir() - Method in class com.facebook.buck.android.CopyNativeLibraries
getPathToBuildReport(BuckConfig) - Method in class com.facebook.buck.cli.BuildCommand
 
getPathToDefaultAndroidManifest(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
getPathToDepFile(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.js.ReactNativeBundle
 
getPathToDex() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
getPathToDexFile() - Method in interface com.facebook.buck.android.DexWithClasses
 
getPathToGeneratedProguardConfigDir() - Method in class com.facebook.buck.android.AaptPackageResources
This is the path to the directory for generated files related to ProGuard.
getPathToJavaAgent() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getPathToJavaAgent() - Method in class com.facebook.buck.test.TestRunningOptions
 
getPathToJSBundleDir(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.js.ReactNativeBundle
 
getPathToMetadataDirectory(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.rules.BuildInfo
Returns the path to a directory where metadata files for a build rule with the specified target should be stored.
getPathToMetadataTxt() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getPathToNativeLibsAssetsDir() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getPathToNativeLibsDir() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getPathToOutput() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSources
 
getPathToOutput() - Method in class com.facebook.buck.android.AaptPackageResources
 
getPathToOutput() - Method in class com.facebook.buck.android.AndroidAar
 
getPathToOutput() - Method in class com.facebook.buck.android.AndroidBinary
 
getPathToOutput() - Method in class com.facebook.buck.android.AndroidBuildConfig
 
getPathToOutput() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getPathToOutput() - Method in class com.facebook.buck.android.AndroidManifest
 
getPathToOutput() - Method in class com.facebook.buck.android.AndroidResource
 
getPathToOutput() - Method in class com.facebook.buck.android.AssembleDirectories
 
getPathToOutput() - Method in class com.facebook.buck.android.ComputeExopackageDepsAbi
 
getPathToOutput() - Method in class com.facebook.buck.android.CopyNativeLibraries
 
getPathToOutput() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
getPathToOutput() - Method in class com.facebook.buck.android.DummyRDotJava
 
getPathToOutput() - Method in class com.facebook.buck.android.GenAidl
 
getPathToOutput() - Method in class com.facebook.buck.android.NdkLibrary
 
getPathToOutput() - Method in class com.facebook.buck.android.PackageStringAssets
 
getPathToOutput() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
getPathToOutput() - Method in class com.facebook.buck.android.PreDexMerge
 
getPathToOutput() - Method in class com.facebook.buck.android.ResourcesFilter
 
getPathToOutput() - Method in class com.facebook.buck.android.StripLinkable
 
getPathToOutput() - Method in class com.facebook.buck.android.UnzipAar
 
getPathToOutput() - Method in class com.facebook.buck.apple.AppleAssetCatalog
 
getPathToOutput() - Method in class com.facebook.buck.apple.AppleBundle
 
getPathToOutput() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getPathToOutput() - Method in class com.facebook.buck.apple.AppleDsym
 
getPathToOutput() - Method in class com.facebook.buck.apple.AppleTest
 
getPathToOutput() - Method in class com.facebook.buck.apple.BuiltinApplePackage
 
getPathToOutput() - Method in class com.facebook.buck.apple.CoreDataModel
 
getPathToOutput() - Method in class com.facebook.buck.apple.MultiarchFile
 
getPathToOutput() - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getPathToOutput() - Method in class com.facebook.buck.apple.SceneKitAssets
 
getPathToOutput() - Method in class com.facebook.buck.cxx.Archive
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxBinary
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxBoostTest
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxGtestTest
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxInferAnalyze
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxInferCapture
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxInferCaptureTransitive
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxInferComputeReport
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxLink
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getPathToOutput() - Method in class com.facebook.buck.cxx.CxxStrip
 
getPathToOutput() - Method in class com.facebook.buck.cxx.DirectHeaderMap
 
getPathToOutput() - Method in class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
getPathToOutput() - Method in class com.facebook.buck.d.DBinary
 
getPathToOutput() - Method in class com.facebook.buck.d.DCompileBuildRule
 
getPathToOutput() - Method in class com.facebook.buck.d.DTest
 
getPathToOutput() - Method in class com.facebook.buck.dotnet.CsharpLibrary
 
getPathToOutput() - Method in class com.facebook.buck.dotnet.PrebuiltDotnetLibrary
 
getPathToOutput() - Method in class com.facebook.buck.file.RemoteFile
 
getPathToOutput() - Method in class com.facebook.buck.file.WriteFile
 
getPathToOutput() - Method in class com.facebook.buck.go.GoBinary
 
getPathToOutput() - Method in class com.facebook.buck.go.GoCompile
 
getPathToOutput() - Method in class com.facebook.buck.go.GoTestMain
 
getPathToOutput() - Method in class com.facebook.buck.gwt.GwtBinary
 
getPathToOutput() - Method in class com.facebook.buck.gwt.GwtModule
 
getPathToOutput() - Method in class com.facebook.buck.halide.HalideCompile
 
getPathToOutput() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
getPathToOutput() - Method in class com.facebook.buck.haskell.HaskellLinkRule
 
getPathToOutput() - Method in class com.facebook.buck.haskell.HaskellPackageRule
 
getPathToOutput() - Method in class com.facebook.buck.js.AndroidReactNativeLibrary
 
getPathToOutput() - Method in class com.facebook.buck.js.ReactNativeBundle
 
getPathToOutput() - Method in class com.facebook.buck.json.JsonConcatenate
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.CalculateAbi
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.JarFattener
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.JavaSourceJar
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.Keystore
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getPathToOutput() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getPathToOutput() - Method in class com.facebook.buck.lua.LuaBinary
 
getPathToOutput() - Method in class com.facebook.buck.lua.LuaStandaloneBinary
 
getPathToOutput() - Method in class com.facebook.buck.ocaml.OcamlBinary
 
getPathToOutput() - Method in class com.facebook.buck.ocaml.OcamlBuild
 
getPathToOutput() - Method in class com.facebook.buck.ocaml.OcamlCCompile
 
getPathToOutput() - Method in class com.facebook.buck.ocaml.OcamlClean
 
getPathToOutput() - Method in class com.facebook.buck.ocaml.OcamlDebugLauncher
 
getPathToOutput() - Method in class com.facebook.buck.ocaml.OcamlLink
 
getPathToOutput() - Method in class com.facebook.buck.ocaml.OcamlMLCompile
 
getPathToOutput() - Method in class com.facebook.buck.python.PythonBinary
 
getPathToOutput() - Method in class com.facebook.buck.python.PythonTest
 
getPathToOutput() - Method in interface com.facebook.buck.rules.BuildRule
 
getPathToOutput() - Method in class com.facebook.buck.rules.DependencyAggregation
 
getPathToOutput() - Method in class com.facebook.buck.rules.NoopBuildRule
 
getPathToOutput() - Method in class com.facebook.buck.rules.SymlinkTree
 
getPathToOutput() - Method in class com.facebook.buck.rules.WriteStringTemplateRule
 
getPathToOutput() - Method in class com.facebook.buck.rust.RustCompileRule
 
getPathToOutput() - Method in class com.facebook.buck.rust.RustTest
 
getPathToOutput() - Method in class com.facebook.buck.shell.ExportFile
 
getPathToOutput() - Method in class com.facebook.buck.shell.Genrule
 
getPathToOutput() - Method in class com.facebook.buck.shell.ShBinary
 
getPathToOutput() - Method in class com.facebook.buck.thrift.SrcZip
 
getPathToOutput() - Method in class com.facebook.buck.thrift.ThriftCompiler
 
getPathToOutput() - Method in class com.facebook.buck.zip.Zip
 
getPathToPropertiesFile() - Method in class com.facebook.buck.jvm.java.Keystore
 
getPathToRDotJavaPackageFile() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getPathToRDotJavaPackageFile() - Method in class com.facebook.buck.android.AndroidResource
 
getPathToRDotJavaPackageFile() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getPathToRDotJavaPackageFile() - Method in class com.facebook.buck.android.UnzipAar
 
getPathToRDotTxtDir() - Method in class com.facebook.buck.android.AaptPackageResources
 
getPathToResources(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.js.ReactNativeBundle
 
getPathToRuntimeJar() - Method in class com.facebook.buck.jvm.kotlin.KotlinBuckConfig
Get the path to the Kotlin runtime jar.
getPathToSourceMap(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.js.ReactNativeBundle
 
getPathToStore() - Method in class com.facebook.buck.jvm.java.Keystore
 
getPathToStringAssetsZip() - Method in class com.facebook.buck.android.PackageStringAssets
 
getPathToTestExitCode() - Method in class com.facebook.buck.cxx.CxxTest
 
getPathToTestExitCode() - Method in class com.facebook.buck.d.DTest
 
getPathToTestExitCode() - Method in class com.facebook.buck.go.GoTest
 
getPathToTestMain(ProjectFilesystem) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPathToTestOutput() - Method in class com.facebook.buck.cxx.CxxTest
 
getPathToTestOutput() - Method in class com.facebook.buck.d.DTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.apple.AppleTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.cxx.CxxTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.d.DTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.go.GoTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.python.PythonTest
 
getPathToTestOutputDirectory() - Method in interface com.facebook.buck.rules.TestRule
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.rust.RustTest
 
getPathToTestOutputDirectory() - Method in class com.facebook.buck.shell.ShTest
 
getPathToTestOutputResult() - Method in class com.facebook.buck.python.PythonTest
 
getPathToTestResults() - Method in class com.facebook.buck.cxx.CxxTest
 
getPathToTestResults() - Method in class com.facebook.buck.go.GoTest
 
getPathToTestWorkingDirectory() - Method in class com.facebook.buck.go.GoTest
 
getPathToTextSymbolsFile() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getPathToTextSymbolsFile() - Method in class com.facebook.buck.android.AndroidResource
 
getPathToTextSymbolsFile() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getPathToXmlTestOutput() - Method in class com.facebook.buck.test.TestRunningOptions
 
getPattern(ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.FilterFunction
 
getPattern(ImmutableList<QueryEnvironment.Argument>) - Method in class com.facebook.buck.query.KindFunction
 
getPattern() - Method in class com.facebook.buck.rules.args.GlobArg
 
getPattern() - Method in class com.facebook.buck.util.PatternAndMessage
 
getPatternsAndValues() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
getPdcFlags() - Method in interface com.facebook.buck.cxx.Compiler
 
getPdcFlags() - Method in class com.facebook.buck.cxx.DefaultCompiler
 
getPdcFlags() - Method in class com.facebook.buck.cxx.WindowsCompiler
 
getPermState() - Method in class com.facebook.buck.parser.Parser
 
getPerServerData() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
 
getPerServerData() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
 
getPersistentWorkerKey() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getPersistentWorkerKey() - Method in class com.facebook.buck.shell.WorkerJobParams
If this value is set and if the current invocation allows to have persisted worker pools (buck is running as daemon), it will be used to obtain the instance of the persisted worker process pool.
getPersistentWorkerPools() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getPersistentWorkerPools() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getPersistentWorkerPools() - Method in class com.facebook.buck.step.ExecutionContext
Worker process pools that are persisted across buck invocations inside buck daemon.
getPexExecutor(BuildRuleResolver) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPexExecutorTarget() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPexExtension() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPexTarget() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPexTool(BuildRuleResolver) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPhase() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getPhase() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
getPicFlags() - Method in interface com.facebook.buck.cxx.Compiler
 
getPicFlags() - Method in class com.facebook.buck.cxx.DefaultCompiler
 
getPicFlags() - Method in class com.facebook.buck.cxx.WindowsCompiler
 
getPicType() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getPid() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
getPid() - Method in class com.facebook.buck.util.ProcessHelper
Gets the native process identifier for the current process.
getPid(Object) - Method in class com.facebook.buck.util.ProcessHelper
Gets the native process identifier for the given process instance.
getPingEndpoint() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getPingLatencyMillis(long, int) - Method in class com.facebook.buck.slb.ServerHealthState
 
getPingLatencySampleCount() - Method in class com.facebook.buck.slb.ServerHealthState
 
getPingRequestCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getPingRequestErrorCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getPingRequestLatencyMillis() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getPingRequestLatencyMillis() - Method in class com.facebook.buck.slb.PerServerPingData
 
getPingRequestTimeoutCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getPlaceholders() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getPlatform() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
The apple cxx platform in question.
getPlatform() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getPlatform() - Method in class com.facebook.buck.cli.BuckConfig
 
getPlatform() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getPlatform() - Method in class com.facebook.buck.cxx.CxxPreprocessables.CxxPreprocessorInputCacheKey
 
getPlatform() - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
 
getPlatform() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getPlatform() - Method in class com.facebook.buck.step.ExecutionContext
 
getPlatform() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getPlatform() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getPlatformBuildVersion() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
The build version of the platform.
getPlatformCompilerFlags(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getPlatformFlags() - Method in class com.facebook.buck.cxx.CxxToolFlags
Flags that precede flags from #getRuleFlags().
getPlatformFlags() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
 
getPlatformFlags() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
 
getPlatformName() - Method in class com.facebook.buck.apple.AppleBundle
 
getPlatformPath() - Method in class com.facebook.buck.apple.AppleSdkPaths
Absolute path to tools and files which depend on a particular platform.
getPlatformPreprocessFlags(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getPlatforms(CxxBuckConfig, ProjectFilesystem, Path, NdkCxxPlatformCompiler, NdkCxxPlatforms.CxxRuntime, String, Set<String>, Platform) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
getPlatforms(CxxBuckConfig, ProjectFilesystem, Path, NdkCxxPlatformCompiler, NdkCxxPlatforms.CxxRuntime, String, Set<String>, Platform, ExecutableFinder, boolean) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
getPlatformWhitelist() - Method in class com.facebook.buck.cxx.HeaderVerification
 
getPluginClassLoader(ClassLoaderCache, JavaCompiler.CompilationTask) - Static method in class com.facebook.buck.jvm.java.plugin.PluginLoader
Returns a class loader that can be used to load classes from the compiler plugin jar.
getPluginName() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getPlugInsPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getPomTemplate() - Method in class com.facebook.buck.jvm.java.Javadoc
 
getPomTemplate() - Method in interface com.facebook.buck.jvm.java.MavenPublishable
 
getPomTemplate() - Method in class com.facebook.buck.jvm.java.MavenUberJar
 
getPomTemplate() - Method in class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
getPoolHash() - Method in class com.facebook.buck.shell.WorkerProcessPool
 
getPort() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
getPort() - Method in class com.facebook.buck.httpserver.WebServer
 
getPosixFilePermissions(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns the set of POSIX file permissions, or the empty set if the underlying file system does not support POSIX file attributes.
getPostBuildSteps(BuildContext) - Method in class com.facebook.buck.apple.AppleDsym
 
getPostBuildSteps(BuildContext) - Method in class com.facebook.buck.cxx.CxxInferCaptureTransitive
 
getPostBuildSteps(BuildContext) - Method in class com.facebook.buck.cxx.CxxInferComputeReport
 
getPostBuildSteps(BuildContext) - Method in class com.facebook.buck.jvm.java.JavaTest
 
getPostBuildSteps(BuildContext) - Method in interface com.facebook.buck.rules.HasPostBuildSteps
 
getPrebuiltJar() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getPrebuiltLibraries() - Method in class com.facebook.buck.python.PythonPackageComponents
 
getPrecompiledHeader() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
NOTE: precompiled_header is incompatible with prefix_header.
getPreDexMerge() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
 
getPredicate() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
Pick a linkage, any linkage.
getPreferredLinkage(CxxPlatform) - Method in interface com.facebook.buck.cxx.NativeLinkable
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.d.DLibrary
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getPreferredLinkage(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getPrefixHeader() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
NOTE: prefix_header is incompatible with precompiled_header.
getPrefixHeader() - Method in class com.facebook.buck.cxx.PreprocessorFlags
File set via -include.
getPreloadLibraries() - Method in class com.facebook.buck.python.PythonBinary
 
getPreloadNames(BuildRuleResolver, CxxPlatform, Iterable<BuildTarget>) - Static method in class com.facebook.buck.python.PythonUtil
 
getPreprocessor(CxxPlatform, AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getPreprocessorFlags() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
 
getPreprocessorOutputType(AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
 
getPreprocessorProvider(String) - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getPrereqs() - Method in class com.facebook.buck.cxx.Depfiles.Depfile
 
getPrimaryDexHash() - Method in class com.facebook.buck.android.PreDexMerge
 
getPrimaryDexPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.AndroidBinary
 
getPrintableName() - Method in enum com.facebook.buck.util.environment.Platform
 
getPrintJson() - Method in class com.facebook.buck.cli.TargetsCommand
 
getProcessExecutor() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getProcessExecutor() - Method in class com.facebook.buck.step.ExecutionContext
 
getProcessId() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getProcessManager() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getProcessManager() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getProcessOnly() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getProcessResourceConsumption(long) - Method in class com.facebook.buck.util.ProcessHelper
Gets resource consumption of the process with the given pid.
getProductName() - Method in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
getProductName() - Method in class com.facebook.buck.apple.AppleTestDescription.Arg
 
getProductName() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
 
getProductName(TargetNode<?, ?>, BuildTarget) - Static method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
getProductName() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getProductReference() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getProductType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
getProfile() - Method in class com.facebook.buck.json.BuildFilePythonResult
 
getProfile() - Method in class com.facebook.buck.json.ParseBuckFileEvent.Finished
 
getProfileAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getProfilePath() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
 
getProgressValue() - Method in interface com.facebook.buck.event.external.events.ProgressEventInterface
 
getProgressValue() - Method in class com.facebook.buck.event.ProgressEvent
 
getProguardAgentPath() - Method in class com.facebook.buck.android.ProGuardConfig
 
getProguardConfig() - Method in class com.facebook.buck.android.AndroidBinary
 
getProguardConfig() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getProguardConfigPath() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
 
getProguardConfigPath(TargetNode<AndroidBinaryDescription.Arg, ?>) - Method in interface com.facebook.buck.jvm.java.intellij.IjModuleFactoryResolver
 
getProguardConfigs() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Proguard configurations to include when running release builds.
getProguardJar() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getProguardJarOverride() - Method in class com.facebook.buck.android.ProGuardConfig
 
getProguardJvmArgs() - Method in class com.facebook.buck.android.AndroidBinary
 
getProguardMaxHeapSize() - Method in class com.facebook.buck.android.ProGuardConfig
 
getProjectFilesystem() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getProjectFilesystem() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getProjectFilesystem() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getProjectFilesystem() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getProjectFilesystem() - Method in interface com.facebook.buck.rules.BuildRule
 
getProjectFilesystem() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getProjectJdkName() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getProjectJdkType() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getProjectLanguageLevel() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
getProjectPath() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
getProjectPath() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
getProjectPrefix() - Method in class com.facebook.buck.io.ProjectWatch
 
getProjectRoot() - Method in class com.facebook.buck.eden.EdenMount
 
getProjectRoot() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getProjectRoots() - Method in class com.facebook.buck.rules.TargetGraphAndTargets
 
getProjectRootsPredicate() - Method in class com.facebook.buck.cli.ProjectPredicates
Predicate returning nodes that represent roots of the IDE project.
getProjectRule() - Method in class com.facebook.buck.rules.ProjectConfig
 
getProjectWatches() - Method in class com.facebook.buck.io.Watchman
 
GETPROP_TIMEOUT - Static variable in class com.facebook.buck.android.AdbHelper
 
getProperties() - Method in class com.facebook.buck.android.AndroidAar
 
getProperties() - Method in class com.facebook.buck.android.AndroidBinary
 
getProperties() - Method in class com.facebook.buck.android.AndroidLibrary
 
getProperties() - Method in class com.facebook.buck.android.AndroidResource
 
getProperties() - Method in class com.facebook.buck.android.ApkGenrule
 
getProperties() - Method in class com.facebook.buck.android.GenAidl
 
getProperties() - Method in class com.facebook.buck.android.NdkLibrary
 
getProperties() - Method in class com.facebook.buck.android.RobolectricTest
 
getProperties() - Method in class com.facebook.buck.d.DCompileBuildRule
 
getProperties() - Method in class com.facebook.buck.d.DTest
 
getProperties() - Method in class com.facebook.buck.go.GoBinary
 
getProperties() - Method in class com.facebook.buck.go.GoCompile
 
getProperties() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getProperties() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getProperties() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getProperties() - Method in class com.facebook.buck.python.PrebuiltPythonLibrary
 
getProperties() - Method in class com.facebook.buck.python.PythonLibrary
 
getProperties() - Method in class com.facebook.buck.python.PythonPackagedBinary
 
getProperties() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getProperties() - Method in interface com.facebook.buck.rules.BuildRule
 
getProperties() - Method in class com.facebook.buck.rust.RustLibrary
 
getProperty() - Method in class com.facebook.buck.cli.ConfigValue
 
getProtocolFactory(ThriftProtocol) - Static method in class com.facebook.buck.slb.ThriftUtil
 
getProvider() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getProvisioningProfileByUUID(String) - Method in class com.facebook.buck.apple.ProvisioningProfileStore
 
getProvisioningProfileReadCommand() - Method in class com.facebook.buck.apple.AppleConfig
 
getProvisioningProfiles() - Method in class com.facebook.buck.apple.ProvisioningProfileStore
 
getProvisioningProfileSearchPath() - Method in class com.facebook.buck.apple.AppleConfig
 
getProxy() - Method in class com.facebook.buck.cli.DownloadConfig
 
getProxyType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
getPythonAsyncioDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getPythonDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getPythonEnvironment(ProcessExecutor, Optional<String>) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPythonEnvironment(ProcessExecutor) - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPythonInterpreter() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getPythonInterpreter(Optional<String>) - Method in class com.facebook.buck.python.PythonBuckConfig
Returns the path to python interpreter.
getPythonInterpreter() - Method in class com.facebook.buck.python.PythonBuckConfig
 
getPythonModules() - Method in class com.facebook.buck.lua.LuaPackageComponents
 
getPythonModuleSearchPath() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getPythonModuleSearchPath() - Method in class com.facebook.buck.parser.ParserConfig
Returns the module search path PYTHONPATH to set for the parser, as specified by the 'python_path' key of the 'parser' section.
getPythonName() - Method in class com.facebook.buck.rules.ParamInfo
 
getPythonPackageComponents(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.CxxPythonExtension
 
getPythonPackageComponents(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.PrebuiltPythonLibrary
 
getPythonPackageComponents(PythonPlatform, CxxPlatform) - Method in class com.facebook.buck.python.PythonLibrary
 
getPythonPackageComponents(PythonPlatform, CxxPlatform) - Method in interface com.facebook.buck.python.PythonPackagable
 
getPythonPath() - Method in class com.facebook.buck.python.PythonEnvironment
 
getPythonPlatform() - Method in class com.facebook.buck.python.PythonBinary
 
getPythonPlatforms(ProcessExecutor) - Method in class com.facebook.buck.python.PythonBuckConfig
Constructs set of Python platform flavors given in a .buckconfig file, as is specified by section names of the form python#{flavor name}.
getPythonTwistedDep() - Method in class com.facebook.buck.thrift.ThriftBuckConfig
 
getPythonVersion() - Method in class com.facebook.buck.python.PythonEnvironment
 
getQueryParams() - Method in class com.facebook.buck.io.WatchmanQuery
 
getQueryPath() - Method in class com.facebook.buck.io.WatchmanQuery
 
getQueueLength() - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
 
getRageMessage() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
 
getRageUrl() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
 
getRageUrl() - Method in class com.facebook.buck.rage.RageJsonResponse
 
getRanlib() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getRanlibflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getRawConfig() - Method in class com.facebook.buck.config.Config
 
getRawConfig() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getRawConfigForDistBuild() - Method in class com.facebook.buck.cli.BuckConfig
 
getRawConfigForParser() - Method in class com.facebook.buck.cli.BuckConfig
 
getRawInputsHashCode() - Method in class com.facebook.buck.rules.TargetNode
 
getRawKeys() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getRawSelector() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
getRawSelector() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
getRawSelector() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
getRawSelectors() - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
getRawStream() - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
getRawTargetNode(PerBuildState, Cell, TargetNode<?, ?>) - Method in class com.facebook.buck.parser.Parser
 
getRawTargetNode(BuckEventBus, Cell, boolean, ListeningExecutorService, TargetNode<?, ?>) - Method in class com.facebook.buck.parser.Parser
 
getRDotJavaBinFolder(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.DummyRDotJava
 
getRDotJavaBinFolder() - Method in class com.facebook.buck.android.DummyRDotJava
 
getRDotJavaFiles() - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
getRDotJavaPackage() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getRDotJavaPackage() - Method in class com.facebook.buck.android.AndroidResource
 
getRDotJavaPackage() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getRDotJavaSrcFolder(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.android.DummyRDotJava
 
getReadHeaders() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getReadOnly(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
getReadOnlyPaths() - Method in class com.facebook.buck.parser.ParserConfig
getReason() - Method in class com.facebook.buck.event.WatchmanStatusEvent.Overflow
 
getRecord() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getRecordedPaths() - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
getRecursiveTargetNodeDependenciesOfTypes(TargetGraph, Optional<AppleDependenciesCache>, AppleBuildRules.RecursiveDependenciesMode, TargetNode<?, ?>, Optional<ImmutableSet<Class<? extends Description<?>>>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
getRedirectError() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, redirects stderr for the process to this location.
getRedirectErrorStream() - Method in class com.facebook.buck.util.ProcessExecutorParams
 
getRedirectInput() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, redirects stdout for the process to this location.
getRedirectOutput() - Method in class com.facebook.buck.util.ProcessExecutorParams
If present, redirects stdin for the process to this location.
getReferencedFiles(Path) - Method in class com.facebook.buck.cli.TargetsCommand
 
getRelativeArchiveMemberPath(SourcePath) - Method in class com.facebook.buck.rules.SourcePathResolver
 
getRelativeInputPathIfPossible(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getRelativeModulesDir() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getRelativeModulesDir() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRelativeNativeLibsDir() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRelativePath(Path, Path) - Static method in class com.facebook.buck.io.MorePaths
Get the path of a file relative to a base directory.
getRelativePath() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
Returns the relative path for the entry.
getRelativePath() - Method in class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
 
getRelativePath() - Method in class com.facebook.buck.rage.BuildLogEntry
 
getRelativePath() - Method in class com.facebook.buck.rules.PathSourcePath
 
getRelativePath(SourcePath) - Method in class com.facebook.buck.rules.SourcePathResolver
 
getRelativePythonModulesDir() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getRelativePythonModulesDir() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRelinkedLibs() - Method in class com.facebook.buck.android.relinker.NativeRelinker
 
getRelinkedLibsAssets() - Method in class com.facebook.buck.android.relinker.NativeRelinker
 
getReloff() - Method in class com.facebook.buck.macho.Section
 
getRemoteGlobalIDString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
getRemoteObjectProxy() - Method in class com.facebook.buck.message_ipc.Connection
 
getRemoteRunnablePath() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getRemoteSandboxDir() - Method in class com.facebook.buck.io.BuckPaths
 
getRemoteState() - Method in class com.facebook.buck.distributed.DistBuildState
 
getRemoveUnusedLibraries(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
getRepoCredentials(String) - Method in class com.facebook.buck.cli.DownloadConfig
 
getReportSubmitErrorMessage() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectSubmitResult
 
getReportSubmitErrorMessage() - Method in class com.facebook.buck.rage.DefectSubmitResult
 
getReportSubmitLocation() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectSubmitResult
 
getReportSubmitLocation() - Method in class com.facebook.buck.rage.DefectSubmitResult
 
getReportSubmitMessage() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectSubmitResult
 
getReportSubmitMessage() - Method in class com.facebook.buck.rage.DefectSubmitResult
 
getRepository() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getRepository() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
 
getRepository() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getRepository() - Method in class com.facebook.buck.cli.BuckConfig
 
getRepresentation() - Method in interface com.facebook.buck.rules.VisibilityPattern
Value used in a build file to specify this pattern.
getRepresentativePlatform() - Method in class com.facebook.buck.apple.MultiarchFileInfo
Returns a representative platform for use in retrieving architecture agnostic tools.
getRequestCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getRequestDurationMillis() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
getRequestedRuleKey() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getRequestErrorCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getRequestLengthBytes() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Request
 
getRequestProtocol() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectSubmitResult
Returns the protocol version of the request based on AbstractRageConfig.RageProtocolVersion.
getRequestProtocol() - Method in class com.facebook.buck.rage.DefectSubmitResult
Returns the protocol version of the request based on AbstractRageConfig.RageProtocolVersion.
getRequestSampleCount() - Method in class com.facebook.buck.slb.ServerHealthState
 
getRequestSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getRequestSizeBytes() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getRequestSizeBytes() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
 
getRequestSuccessful() - Method in class com.facebook.buck.rage.RageJsonResponse
 
getRequestTimeoutCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getRequiredBufferCapacity() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
getRequiredBuildTarget(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getRequiredBuildTargets() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
getRequiredBuildTargets() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
getRequiredBuildTargets() - Method in class com.facebook.buck.apple.project_generator.WorkspaceAndProjectGenerator
 
getRequiredPackageables() - Method in interface com.facebook.buck.android.AndroidPackageable
Get the set of packagables that need to be included in any package that includes this object.
getRequiredPackageables() - Method in class com.facebook.buck.android.AndroidResource
 
getRequiredPackageables() - Method in class com.facebook.buck.android.NdkLibrary
 
getRequiredPackageables() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
getRequiredPackageables() - Method in class com.facebook.buck.cxx.CxxLibrary
 
getRequiredPackageables() - Method in class com.facebook.buck.js.AndroidReactNativeLibrary
 
getRequiredPackageables() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getRequiredPackageables() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getRequiredPackageables() - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getRequiredPath(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getRequiredRuntimeDeps(AppleDebugFormat, BuildRule, ProvidesLinkedBinaryDeps, Optional<AppleDsym>) - Static method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getRequiredTool(String, String, BuildRuleResolver) - Method in class com.facebook.buck.cli.BuckConfig
 
getRequiredValue(BuildTarget) - Method in class com.facebook.buck.model.FlavorDomain
 
getRes() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getRes() - Method in class com.facebook.buck.android.AndroidResource
 
getRes() - Method in interface com.facebook.buck.android.HasAndroidResourceDeps
 
getRes() - Method in class com.facebook.buck.jvm.java.intellij.SerializableAndroidAar
 
getResDir() - Method in class com.facebook.buck.io.BuckPaths
 
getResDirectories() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
 
getResDirectories() - Method in class com.facebook.buck.android.IdentityResourcesProvider
 
getResDirectories() - Method in class com.facebook.buck.android.ResourcesFilter
 
getResDirectoryForProject(BuildRuleResolver, TargetNode<AndroidResourceDescription.Arg, ?>) - Static method in class com.facebook.buck.android.AndroidResourceDescription
 
getReserved() - Method in class com.facebook.buck.macho.MachoHeader
 
getReserved1() - Method in class com.facebook.buck.macho.Section
 
getReserved2() - Method in class com.facebook.buck.macho.Section
 
getReserved3() - Method in class com.facebook.buck.macho.Section
 
getResolvedPath() - Method in class com.facebook.buck.rules.BuildTargetSourcePath
 
getResolver() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getResolver() - Method in class com.facebook.buck.rules.AbstractBuildRuleWithResolver
 
getResolver() - Method in class com.facebook.buck.rules.ActionGraphAndResolver
 
getResourceAllocationFairness() - Method in class com.facebook.buck.cli.BuckConfig
 
getResourceAmountsPerRuleType() - Method in class com.facebook.buck.cli.BuckConfig
 
getResourceApkPath() - Method in class com.facebook.buck.android.AaptPackageResources
 
getResourceCompressionMode() - Method in class com.facebook.buck.android.AndroidBinary
 
getResourceConsumption() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getResourceDeps() - Method in class com.facebook.buck.android.UnsortedAndroidResourceDeps
 
getResourceDetails() - Method in class com.facebook.buck.android.AndroidPackageableCollection
 
getResourceDirectories() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
A list of "res" directories that should be passed to the aapt command to build the APK, sorted topologically.
getResourceDirs() - Method in class com.facebook.buck.apple.AppleBundleResources
Directories that should be copied into the bundle as directories of files with the same name.
getResourceFiles() - Method in class com.facebook.buck.apple.AppleBundleResources
Files that are copied to the root of the resources subdirectory.
getResourceFilter() - Method in class com.facebook.buck.android.AndroidBinary
 
getResourceIdentifier() - Method in class com.facebook.buck.util.PackagedResource
Use this as unique ID for resource when hashing is not enabled
getResourcePackageHash() - Method in class com.facebook.buck.android.AaptPackageResources
 
getResourcePaths() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
 
getResources() - Method in class com.facebook.buck.android.aapt.AaptResourceCollector
 
getResources() - Method in class com.facebook.buck.js.ReactNativeBundle
 
getResources() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getResources() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getResources() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getResources(PythonPlatform) - Method in class com.facebook.buck.python.PythonLibrary
 
getResources() - Method in class com.facebook.buck.python.PythonPackageComponents
 
getResources() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
 
getResourcesPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getResourcesRoot() - Method in class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
getResourcesWithEmptyResButNonEmptyAssetsDir() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
getResourcesWithNonEmptyResDir() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
A list of build targets belonging to AndroidResources with non-empty "res" directory, sorted topologically.
getResourceVariantFiles() - Method in class com.facebook.buck.apple.AppleBundleResources
Resource files with localization variants.
getResponse() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
getResponseBody() - Method in class com.facebook.buck.util.network.HttpResponse
 
getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
 
getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getResponseSizeBytes() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getResponseSizeBytes() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getResponseSizeBytes() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
 
getRestartAdbOnFailure() - Method in class com.facebook.buck.cli.BuckConfig
 
getResult() - Method in class com.facebook.buck.jvm.java.classes.ClasspathTraversal
Subclasses can override this method to return a value of any type.
getResultClass() - Method in class com.facebook.buck.rules.ParamInfo
Returns the type that input values will be coerced to.
getResultFile(File) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
getResultForMatcher(ChromeTraceParser.ChromeTraceEventMatcher<T>, Map<ChromeTraceParser.ChromeTraceEventMatcher<?>, Object>) - Static method in class com.facebook.buck.util.trace.ChromeTraceParser
Designed for use with the result of ChromeTraceParser.parse(Path, Set).
getResults() - Method in class com.facebook.buck.command.BuildExecutionResult
 
getResults() - Method in interface com.facebook.buck.event.external.events.IndividualTesEventFinishedExternalInterface
 
getResults() - Method in interface com.facebook.buck.event.external.events.TestRunFinishedEventInterface
 
getResults() - Method in class com.facebook.buck.rules.IndividualTestEvent.Finished
 
getResults() - Method in class com.facebook.buck.rules.TestRunEvent.Finished
 
getResultsCacheMode(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
 
getResultString() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getResultSummaryVerbosity() - Method in class com.facebook.buck.test.TestConfig
 
getReverseDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getReverseDeps(Iterable<QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the direct reverse dependencies of the specified targets.
getReverseDeps(Iterable<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getRevisionIdOffTracked() - Method in class com.facebook.buck.rage.SourceControlInfo
 
getRight() - Method in class com.facebook.buck.model.Either
 
getRobolectricLogPath() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getRoot() - Method in class com.facebook.buck.cxx.CxxHeaders
 
getRoot() - Method in class com.facebook.buck.cxx.CxxHeadersDir
 
getRoot() - Method in class com.facebook.buck.cxx.CxxSandboxInclude
 
getRoot() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
 
getRoot() - Method in class com.facebook.buck.rules.args.GlobArg
 
getRoot() - Method in class com.facebook.buck.rules.Cell
 
getRoot() - Method in class com.facebook.buck.rules.DefaultCellPathResolver
 
getRoot() - Method in class com.facebook.buck.rules.SymlinkTree
 
getRoot() - Method in exception com.facebook.buck.versions.VersionException
 
getRootAPKModule() - Method in class com.facebook.buck.android.APKModuleGraph
Get the APKModule representing the core application that is always included in the apk
getRootBuildTargetsForIntelliJ(ProjectCommand.Ide, TargetGraph, ProjectPredicates) - Static method in class com.facebook.buck.cli.ProjectCommand
 
getRootCell() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getRootCell() - Method in class com.facebook.buck.distributed.DistBuildState
 
getRootPath() - Method in class com.facebook.buck.io.ProjectFilesystem
 
getRoots() - Method in class com.facebook.buck.cxx.OmnibusLibraries
 
getRotateLog() - Method in class com.facebook.buck.log.LogConfigSetup
 
getRound() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getRule() - Method in class com.facebook.buck.rules.BuildResult
 
getRule(BuildTarget) - Method in class com.facebook.buck.rules.BuildRuleResolver
Returns the BuildRule with the buildTarget.
getRule(SourcePath) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
 
getRuleFinder() - Method in class com.facebook.buck.android.RobolectricTest
 
getRuleFinder() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getRuleFinder() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getRuleFinder() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRuleFlags() - Method in class com.facebook.buck.cxx.CxxToolFlags
Flags that succeed flags from #getPlatformFlags().
getRuleFlags() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
 
getRuleFlags() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
 
getRuleKey() - Method in class com.facebook.buck.cli.ShowOptions
 
getRuleKey(BuildTarget) - Method in interface com.facebook.buck.rules.BuildEngine
This is a temporary hack to expose a build rule's rule key to the associated buildable.
getRuleKey() - Method in class com.facebook.buck.rules.BuildRuleEvent.Resumed
 
getRuleKey() - Method in class com.facebook.buck.rules.BuildRuleEvent.Suspended
 
getRuleKey() - Method in class com.facebook.buck.rules.BuildRuleKeys
 
getRuleKey(BuildTarget) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
getRuleKey(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getRuleKey(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
Returns the RuleKey for the rule whose output is currently stored on disk.
getRuleKey() - Method in class com.facebook.buck.shell.DefaultWorkerTool.Data
 
getRuleKeyLoggerLogFile() - Method in class com.facebook.buck.rage.BuildLogEntry
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
 
getRuleKeys() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
 
getRuleKeys() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
 
getRuleKeys() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getRuleOptional(BuildTarget) - Method in class com.facebook.buck.rules.BuildRuleResolver
 
getRuleOptionalWithType(BuildTarget, Class<T>) - Method in class com.facebook.buck.rules.BuildRuleResolver
 
getRuleOrThrow(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.SourcePathRuleFinder
 
getRuleResolver() - Method in class com.facebook.buck.command.Build
 
getRuleResolver() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getRuleResolver() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getRules() - Method in class com.facebook.buck.android.relinker.NativeRelinker
 
getRules() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
 
getRules() - Method in class com.facebook.buck.json.ParseBuckFileEvent.Finished
 
getRules() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
 
getRuleScheduleInfo() - Method in class com.facebook.buck.cxx.CxxLink
 
getRuleScheduleInfo() - Method in interface com.facebook.buck.rules.OverrideScheduleRule
 
getRulesToExcludeFromDex() - Method in class com.facebook.buck.android.AndroidBinary
 
getRuleWithType(BuildTarget, Class<T>) - Method in class com.facebook.buck.rules.BuildRuleResolver
 
getRunId() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
 
getRunnablePath() - Method in class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
getRunTestSeparately() - Method in class com.facebook.buck.apple.AppleTestDescription.Arg
 
getRunTestSeparately() - Method in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
getRunTestSeparately() - Method in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
getRunTestSeparately() - Method in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
getRuntimeDeps() - Method in class com.facebook.buck.android.AndroidBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
getRuntimeDeps() - Method in class com.facebook.buck.android.AndroidPrebuiltAar
 
getRuntimeDeps() - Method in class com.facebook.buck.android.RobolectricTest
 
getRuntimeDeps() - Method in class com.facebook.buck.apple.AppleBundle
 
getRuntimeDeps() - Method in class com.facebook.buck.apple.AppleDebuggableBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.apple.AppleTest
 
getRuntimeDeps() - Method in class com.facebook.buck.cxx.CxxBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.cxx.CxxBoostTest
 
getRuntimeDeps() - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
getRuntimeDeps() - Method in class com.facebook.buck.cxx.CxxGtestTest
 
getRuntimeDeps() - Method in class com.facebook.buck.cxx.CxxInferCaptureTransitive
 
getRuntimeDeps() - Method in class com.facebook.buck.cxx.CxxLibrary
 
getRuntimeDeps() - Method in class com.facebook.buck.cxx.CxxTest
 
getRuntimeDeps() - Method in class com.facebook.buck.d.DBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.d.DTest
 
getRuntimeDeps() - Method in class com.facebook.buck.go.GoTest
 
getRuntimeDeps() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getRuntimeDeps() - Method in class com.facebook.buck.lua.LuaBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.ocaml.OcamlBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.python.PythonBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.python.PythonInPlaceBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.python.PythonLibrary
 
getRuntimeDeps() - Method in class com.facebook.buck.python.PythonPackagedBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.python.PythonTest
 
getRuntimeDeps() - Method in class com.facebook.buck.rules.BinaryWrapperRule
 
getRuntimeDeps() - Method in interface com.facebook.buck.rules.HasRuntimeDeps
 
getRuntimeDeps() - Method in class com.facebook.buck.rules.SymlinkTree
 
getRuntimeDeps() - Method in class com.facebook.buck.rust.RustTest
 
getRuntimeDeps() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getRuntimeDeps() - Method in class com.facebook.buck.shell.ExportFile
 
getRuntimeDeps() - Method in class com.facebook.buck.shell.ShBinary
 
getRuntimeDeps() - Method in class com.facebook.buck.shell.ShTest
 
getRuntimeLdflags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getSafeAnnotationProcessors() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getSampleRate() - Method in class com.facebook.buck.util.SampleRate
 
getSandboxSymlinkTreePath(ProjectFilesystem, BuildTarget) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getSandboxTree() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
 
getScalac(BuildRuleResolver) - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getScalacTarget() - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getScalaLibraryTarget() - Method in class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
getSchedulerService() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getScheduleType() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getScheduleType() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getSchemeBuildableTargetNodes(TargetGraph, Optional<AppleDependenciesCache>, TargetNode<?, ?>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
getScope() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
 
getScratchDir() - Method in class com.facebook.buck.io.BuckPaths
 
getScratchPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.model.BuildTargets
Return a path to a file in the buck-out/bin/ directory.
getScriptFileContents(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getScriptFilePath(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getSCRoot() - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
 
getSCRoot() - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
getScrubbers() - Method in interface com.facebook.buck.cxx.Archiver
 
getScrubbers() - Method in class com.facebook.buck.cxx.BsdArchiver
 
getScrubbers(ImmutableCollection<Path>) - Method in class com.facebook.buck.cxx.DarwinLinker
 
getScrubbers() - Method in class com.facebook.buck.cxx.GnuArchiver
 
getScrubbers(ImmutableCollection<Path>) - Method in class com.facebook.buck.cxx.GnuLinker
 
getScrubbers() - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
getScrubbers(ImmutableCollection<Path>) - Method in interface com.facebook.buck.cxx.Linker
 
getScrubbers() - Method in class com.facebook.buck.cxx.WindowsArchiver
 
getScrubbers(ImmutableCollection<Path>) - Method in class com.facebook.buck.cxx.WindowsLinker
 
getSdkDirectory() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getSdkName() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getSdkOrAbsent() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getSdkOrAbsent() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getSdkOrThrow() - Method in interface com.facebook.buck.android.AndroidDirectoryResolver
 
getSdkOrThrow() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
getSdkPath() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Returns the Apple SDK path.
getSdkPath() - Method in class com.facebook.buck.apple.AppleSdkPaths
Absolute path to tools and files which depend on a particular SDK on a particular platform.
getSdkType() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getSdkVersion() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
The sdk version of the platform.
getSearchPathElements() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
getSecond() - Method in class com.facebook.buck.model.Pair
 
getSecondaryDexDirectories() - Method in class com.facebook.buck.android.PreDexMerge
 
getSection(String) - Method in class com.facebook.buck.cli.BuckConfig
 
getSection() - Method in class com.facebook.buck.cli.ConfigValue
 
getSection() - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
 
getSectionByIndex(int) - Method in class com.facebook.buck.cxx.elf.Elf
 
getSectionByName(String) - Method in class com.facebook.buck.cxx.elf.Elf
 
getSectionName(ElfSectionHeader) - Method in class com.facebook.buck.cxx.elf.Elf
 
getSections() - Method in class com.facebook.buck.cli.BuckConfig
 
getSections() - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
 
getSectionToEntries() - Method in class com.facebook.buck.config.Config
 
getSectname() - Method in class com.facebook.buck.macho.Section
 
getSegname() - Method in class com.facebook.buck.macho.Section
 
getSegname() - Method in class com.facebook.buck.macho.SegmentCommand
 
getSelectedVersions() - Method in class com.facebook.buck.rules.TargetNode
 
getSelectedVersions(BuildTarget) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
getSemaphore() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
getSequenceNumber() - Method in class com.facebook.buck.test.TestResults
 
getSerialNumber() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
getSerialNumber() - Method in class com.facebook.buck.step.TargetDeviceOptions
 
getServedLocalCache() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getServer() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
 
getServer() - Method in class com.facebook.buck.slb.PerServerData
 
getServer() - Method in class com.facebook.buck.slb.PerServerPingData
 
getServer() - Method in class com.facebook.buck.slb.ServerHealthState
 
getServerNotHealthyCount() - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getServerPool() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
 
getService() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
 
getServices() - Method in class com.facebook.buck.thrift.ThriftSource
 
getSettings() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
getSha1(Path) - Method in class com.facebook.buck.eden.EdenMount
 
getSharedLibFlag() - Method in class com.facebook.buck.cxx.DarwinLinker
 
getSharedLibFlag() - Method in class com.facebook.buck.cxx.GnuLinker
 
getSharedLibFlag() - Method in interface com.facebook.buck.cxx.Linker
 
getSharedLibFlag() - Method in class com.facebook.buck.cxx.WindowsLinker
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
Doesn't really apply to us.
getSharedLibraries(CxxPlatform) - Method in interface com.facebook.buck.cxx.NativeLinkable
 
getSharedLibraries(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<? extends Arg>, Iterable<? extends NativeLinkTarget>, Iterable<? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.Omnibus
An alternate link strategy for languages which need to package native deps up as shared libraries, which only links native nodes which have an explicit edge from non-native code as separate, and statically linking all other native nodes into a single giant shared library.
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.d.DLibrary
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.halide.HalideLibrary
 
getSharedLibraries(CxxPlatform) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getSharedLibraryExtension() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getSharedLibraryInterfaceFactory() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getSharedLibraryPath(ProjectFilesystem, BuildTarget, String) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getSharedLibrarySoname(Optional<String>, BuildTarget, CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getSharedLibrarySymlinkTreePath(ProjectFilesystem, BuildTarget, Flavor) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getSharedLibraryVersionedExtensionFormat() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getSharedName() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.CxxRuntime
 
getShellCommand(SourcePathResolver, Path) - Method in class com.facebook.buck.cxx.CxxBoostTest
 
getShellCommand(SourcePathResolver, Path) - Method in class com.facebook.buck.cxx.CxxGtestTest
 
getShellCommand(SourcePathResolver, Path) - Method in class com.facebook.buck.cxx.CxxTest
 
getShellCommand(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
This method is idempotent.
getShellCommand() - Method in class com.facebook.buck.step.fs.RmStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.AaptStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.AidlStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.DxStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.InstrumentationStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.NdkBuildStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.android.ZipalignStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.cxx.CxxLinkStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.cxx.RanlibStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.cxx.StripStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.d.DCompileStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.dotnet.CsharpLibraryCompile
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoAssembleStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoCompileStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoLinkStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoPackStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.go.GoTestMainStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.halide.HalideCompilerStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.jvm.scala.ScalacStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlCCompileStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlDepToolStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlLexStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlLinkStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.ocaml.OcamlYaccStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.python.PexStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.BashStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.DefaultShellStep
 
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
Implementations of this method should not have any observable side-effects.
getShellCommandInternal(ExecutionContext) - Method in class com.facebook.buck.thrift.ThriftCompilerStep
 
getShellPath() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Returns the path to the shell under which the script is to be executed.
getShellScript() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Gets the contents of the shell script to execute under the shell returned by PBXShellScriptBuildPhase.getShellPath().
getShortDescription() - Method in class com.facebook.buck.cli.AuditAliasCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditCellCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditInputCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditRulesCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AuditTestsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.AutodepsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.BuckCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.BuildCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.CacheCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.CleanCommand
 
getShortDescription() - Method in interface com.facebook.buck.cli.Command
 
getShortDescription() - Method in class com.facebook.buck.cli.DistBuildCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.DistBuildRunCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.DistBuildStatusCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.DoctorCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.FetchCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.InstallCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.MachOAbsolutifyObjectPathsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.MachOFixCompDirCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.MachOUtilsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.ProjectCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.PublishCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.QueryCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.RageCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.RootCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.RunCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.ServerCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.ServerStatusCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.SuggestCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.TargetsCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.TestCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.UninstallCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.VerifyHashCacheCommand
 
getShortDescription() - Method in class com.facebook.buck.cli.VersionCommand
 
getShortDescription() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
getShortName() - Method in class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
 
getShortName() - Method in class com.facebook.buck.android.aapt.MiniAapt
 
getShortName() - Method in class com.facebook.buck.android.AaptStep
 
getShortName() - Method in class com.facebook.buck.android.AidlStep
 
getShortName() - Method in class com.facebook.buck.android.ApkBuilderStep
 
getShortName() - Method in class com.facebook.buck.android.ApkInstallStep
 
getShortName() - Method in class com.facebook.buck.android.CompileStringsStep
 
getShortName() - Method in class com.facebook.buck.android.ConcatStep
 
getShortName() - Method in class com.facebook.buck.android.DxStep
 
getShortName() - Method in class com.facebook.buck.android.FilterResourcesStep
 
getShortName() - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
getShortName() - Method in class com.facebook.buck.android.GenerateManifestStep
 
getShortName() - Method in class com.facebook.buck.android.GetStringsFilesStep
 
getShortName() - Method in class com.facebook.buck.android.InstrumentationStep
 
getShortName() - Method in class com.facebook.buck.android.IntraDexReorderStep
 
getShortName() - Method in class com.facebook.buck.android.MergeAndroidResourcesStep
 
getShortName() - Method in class com.facebook.buck.android.NdkBuildStep
 
getShortName() - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
getShortName() - Method in class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
 
getShortName() - Method in class com.facebook.buck.android.SmartDexingStep
 
getShortName() - Method in class com.facebook.buck.android.SplitZipStep
 
getShortName() - Method in class com.facebook.buck.android.ZipalignStep
 
getShortName() - Method in class com.facebook.buck.autodeps.DepsForBuildFiles.DepsForRule
 
getShortName() - Method in class com.facebook.buck.cxx.ArchiveStep
 
getShortName() - Method in class com.facebook.buck.cxx.CxxCollectAndLogInferDependenciesStep
 
getShortName() - Method in class com.facebook.buck.cxx.CxxLinkStep
 
getShortName() - Method in class com.facebook.buck.cxx.CxxPrepareForLinkStep
 
getShortName() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep
 
getShortName() - Method in class com.facebook.buck.cxx.CxxWriteArgsToFileStep
 
getShortName() - Method in class com.facebook.buck.cxx.HeaderMapStep
 
getShortName() - Method in class com.facebook.buck.cxx.RanlibStep
 
getShortName() - Method in class com.facebook.buck.cxx.StripStep
 
getShortName() - Method in class com.facebook.buck.cxx.StripSymbolsStep
 
getShortName() - Method in class com.facebook.buck.d.DCompileStep
 
getShortName() - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
getShortName() - Method in class com.facebook.buck.dotnet.CsharpLibraryCompile
 
getShortName() - Method in class com.facebook.buck.file.DownloadStep
 
getShortName() - Method in class com.facebook.buck.go.GoAssembleStep
 
getShortName() - Method in class com.facebook.buck.go.GoCompileStep
 
getShortName() - Method in class com.facebook.buck.go.GoLinkStep
 
getShortName() - Method in class com.facebook.buck.go.GoPackStep
 
getShortName() - Method in class com.facebook.buck.go.GoTestMainStep
 
getShortName() - Method in class com.facebook.buck.halide.HalideCompilerStep
 
getShortName() - Method in class com.facebook.buck.js.ReactNativeBundleWorkerStep
 
getShortName() - Method in class com.facebook.buck.js.ReactNativeDepsWorkerStep
 
getShortName() - Method in class com.facebook.buck.json.JsonConcatenateStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.CalculateAbiStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.CopyResourcesStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getShortName() - Method in class com.facebook.buck.jvm.java.GenerateCodeCoverageReportStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.JarDirectoryStep
 
getShortName() - Method in interface com.facebook.buck.jvm.java.Javac
 
getShortName() - Method in class com.facebook.buck.jvm.java.JavacDirectToJarStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.JavacStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getShortName() - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getShortName() - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getShortName() - Method in class com.facebook.buck.jvm.kotlin.KotlincStep
 
getShortName() - Method in class com.facebook.buck.jvm.scala.ScalacStep
 
getShortName() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlBuildStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlCCompileStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlDebugLauncherStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlDepToolStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlLexStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlLinkStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlMLCompileStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
getShortName() - Method in class com.facebook.buck.ocaml.OcamlYaccStep
 
getShortName() - Method in class com.facebook.buck.python.PexStep
 
getShortName() - Method in class com.facebook.buck.python.PythonRunTestsStep
 
getShortName() - Method in class com.facebook.buck.rules.RecordFileSha1Step
 
getShortName() - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
getShortName() - Method in class com.facebook.buck.shell.BashStep
 
getShortName() - Method in class com.facebook.buck.shell.DefaultShellStep
 
getShortName() - Method in class com.facebook.buck.shell.RunShTestAndRecordResultStep
 
getShortName() - Method in class com.facebook.buck.shell.WorkerShellStep
 
getShortName() - Method in class com.facebook.buck.step.AbstractExecutionStep
 
getShortName() - Method in class com.facebook.buck.step.AbstractTestStep
 
getShortName() - Method in class com.facebook.buck.step.CompositeStep
 
getShortName() - Method in class com.facebook.buck.step.ConditionalStep
 
getShortName() - Method in class com.facebook.buck.step.fs.CopyStep
 
getShortName() - Method in class com.facebook.buck.step.fs.FileScrubberStep
 
getShortName() - Method in class com.facebook.buck.step.fs.FindAndReplaceStep
 
getShortName() - Method in class com.facebook.buck.step.fs.MakeExecutableStep
 
getShortName() - Method in class com.facebook.buck.step.fs.MkdirStep
 
getShortName() - Method in class com.facebook.buck.step.fs.MoveStep
 
getShortName() - Method in class com.facebook.buck.step.fs.RmStep
 
getShortName() - Method in class com.facebook.buck.step.fs.StringTemplateStep
 
getShortName() - Method in class com.facebook.buck.step.fs.SymCopyStep
 
getShortName() - Method in class com.facebook.buck.step.fs.SymlinkFileStep
 
getShortName() - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
getShortName() - Method in class com.facebook.buck.step.fs.TouchStep
 
getShortName() - Method in class com.facebook.buck.step.fs.WriteFileStep
 
getShortName() - Method in class com.facebook.buck.step.fs.XzStep
 
getShortName() - Method in interface com.facebook.buck.step.Step
 
getShortName() - Method in class com.facebook.buck.thrift.ThriftCompilerStep
 
getShortName() - Method in class com.facebook.buck.zip.RepackZipEntriesStep
 
getShortName() - Method in class com.facebook.buck.zip.UnzipStep
 
getShortName() - Method in class com.facebook.buck.zip.ZipScrubberStep
 
getShortName() - Method in class com.facebook.buck.zip.ZipStep
 
getShortStepName() - Method in interface com.facebook.buck.event.external.events.StepEventExternalInterface
 
getShortStepName() - Method in class com.facebook.buck.step.StepEvent
 
getShutdownFullyCompleteFuture() - Method in class com.facebook.buck.util.concurrent.ResourcePool
 
getSimulatorName() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
getSimulatorState() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
 
getSingleDevice() - Method in class com.facebook.buck.android.AdbHelper
 
getSize(Path) - Method in class com.facebook.buck.distributed.RecordingFileHashLoader
 
getSize(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
getSize(Path) - Method in interface com.facebook.buck.hashing.FileHashLoader
 
getSize(Path) - Method in class com.facebook.buck.hashing.FilePathHashLoader
 
getSize() - Method in interface com.facebook.buck.jvm.java.classes.FileLike
Returns the size of the entry in bytes.
getSize() - Method in class com.facebook.buck.macho.FatArch
 
getSize() - Method in class com.facebook.buck.macho.Section
 
getSize() - Method in class com.facebook.buck.rage.BuildLogEntry
 
getSize(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
getSize(Path) - Method in class com.facebook.buck.util.cache.NullFileHashCache
 
getSize(Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
getSizeInBytes(boolean) - Static method in class com.facebook.buck.macho.NlistUtils
 
getSizeofcmds() - Method in class com.facebook.buck.macho.MachoHeader
 
getSkipCheckingMissingDeps() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getSkippedCount() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getSkippedCount() - Method in class com.facebook.buck.test.TestCaseSummary
 
getSkipProguard() - Method in class com.facebook.buck.android.AndroidBinary
 
getSlbConfig() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getSnapshots() - Method in class com.facebook.buck.counters.CountersSnapshotEvent
 
getSocketPath() - Method in class com.facebook.buck.io.Watchman
 
getSoname() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
 
getSoname() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.CxxRuntime
 
getSoname() - Method in class com.facebook.buck.cxx.OmnibusLibrary
 
getSoname(BuildTarget, CellPathResolver, BuildRuleResolver, CxxPlatform, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
getSonameMapping() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
 
getSonameMergeMap() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
 
getSortedThreadIds(boolean) - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
getSortedThreadIds(boolean) - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
getSortedThreadIds(boolean) - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
 
getSortedThreadIds(boolean) - Method in interface com.facebook.buck.event.listener.ThreadStateRenderer
 
getSortOrder() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
 
getSource() - Method in class com.facebook.buck.cxx.CxxToolProviderParams
 
getSource() - Method in class com.facebook.buck.rules.coercer.OcamlSource
 
getSource() - Method in class com.facebook.buck.step.fs.MkdirAndSymlinkFileStep
 
getSourceControlInfo() - Method in class com.facebook.buck.rage.AbstractReport
 
getSourceControlInfo() - Method in class com.facebook.buck.rage.AutomatedReport
 
getSourceControlInfo() - Method in class com.facebook.buck.rage.DefectReport
 
getSourceControlInfo() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectReport
 
getSourceControlInfo() - Method in class com.facebook.buck.rage.DoctorInteractiveReport
 
getSourceControlInfo() - Method in class com.facebook.buck.rage.InteractiveReport
 
getSourceFlags() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
 
getSourceGroup() - Method in class com.facebook.buck.apple.GroupedSource
 
getSourceGroupName() - Method in class com.facebook.buck.apple.GroupedSource
 
getSourceGroupPathRelativeToTarget() - Method in class com.facebook.buck.apple.GroupedSource
 
getSourceJar() - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
 
getSourceJar() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getSourceLevel() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getSourcePath() - Method in class com.facebook.buck.android.StrippedObjectDescription
 
getSourcePath() - Method in class com.facebook.buck.apple.GroupedSource
 
getSourcePath(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getSourcePath() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
 
getSourcePath() - Method in class com.facebook.buck.rules.NonHashableSourcePathContainer
 
getSourcePath() - Method in class com.facebook.buck.rules.SourceWithFlags
 
getSourcePathForAbsolutePath(Path) - Method in class com.facebook.buck.cxx.HeaderPathNormalizer
 
getSourcePathName(BuildTarget, SourcePath) - Method in class com.facebook.buck.rules.SourcePathResolver
 
getSourcePathNames(BuildTarget, String, Iterable<SourcePath>) - Method in class com.facebook.buck.rules.SourcePathResolver
Resolved the logical names for a group of SourcePath objects into a map, throwing an error on duplicates.
getSourcePathNames(BuildTarget, String, Iterable<T>, Function<T, SourcePath>) - Method in class com.facebook.buck.rules.SourcePathResolver
Resolves the logical names for a group of objects that have a SourcePath into a map, throwing an error on duplicates.
getSourcePathResolver() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getSourcePathResolver() - Method in class com.facebook.buck.rules.BuildContext
 
getSourcePaths() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
 
getSourcePaths() - Method in class com.facebook.buck.cxx.FrameworkDependencies
 
getSourcePaths(SourcePathResolver) - Method in class com.facebook.buck.jvm.java.JarArchiveDependencySupplier
 
getSourcePathToOutput() - Method in interface com.facebook.buck.rules.BuildRule
 
getSourceRoots() - Method in class com.facebook.buck.rules.ProjectConfig
 
getSources() - Method in class com.facebook.buck.d.DIncludes
 
getSources() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getSources() - Method in interface com.facebook.buck.jvm.java.HasSources
 
getSources() - Method in interface com.facebook.buck.jvm.java.JavaLibrary
 
getSources() - Method in class com.facebook.buck.jvm.java.JavaSourceJar
 
getSources() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getSourcesSet() - Method in class com.facebook.buck.cxx.CxxSourceSet
 
getSourceToBootclasspath() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getSourceTree() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
getSourceTree() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
getSourceTreePath() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
 
getSourceType() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
 
getSourceWithFlags() - Method in class com.facebook.buck.apple.GroupedSource
 
getSourceZipBuildTarget(UnflavoredBuildTarget, String) - Method in class com.facebook.buck.thrift.ThriftJavaEnhancer
 
getSpecsDir() - Method in class com.facebook.buck.cxx.CxxInferAnalyze
 
getSpoolMode() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getSrcRoots() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
getSrcRule() - Method in class com.facebook.buck.rules.ProjectConfig
 
getSrcs() - Method in class com.facebook.buck.graphql.GraphqlLibrary
 
getSrcs(PythonPlatform) - Method in class com.facebook.buck.python.PythonLibrary
 
getSrcs() - Method in class com.facebook.buck.shell.Genrule
 
getStack() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getStacktrace() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getStackTrace() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
 
getStacktrace() - Method in class com.facebook.buck.test.TestResultSummary
 
getStampedeBuildId() - Method in class com.facebook.buck.cli.AbstractDistBuildCommand
 
getStampedeBuildId() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getStampedeBuildIdOptional() - Method in class com.facebook.buck.cli.AbstractDistBuildCommand
 
getStart() - Method in class com.facebook.buck.event.listener.EventPair
 
getStarter() - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
 
getStarterType() - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getStarterType() - Method in interface com.facebook.buck.lua.LuaConfig
 
getStartIndex() - Method in class com.facebook.buck.model.MacroMatchResult
 
getStartupArgs() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getStartupArgs() - Method in class com.facebook.buck.shell.WorkerJobParams
All args combined into single string and separated with a white space, e.g.
getStartupArgs() - Method in class com.facebook.buck.shell.WorkerToolDescription.Arg
 
getStartupCommand() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getStartupCommand() - Method in class com.facebook.buck.shell.WorkerJobParams
Command that is used to start the worker job, e.g.
getStartupEnvironment() - Method in class com.facebook.buck.shell.WorkerJobParams
Environment that will be used to start the worker tool.
getState() - Method in class com.facebook.buck.distributed.DistBuildCellIndexer
 
getState() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
 
getStaticLibraryDeps() - Method in class com.facebook.buck.apple.MultiarchFile
 
getStaticLibraryDeps() - Method in class com.facebook.buck.cxx.CxxBinary
 
getStaticLibraryDeps() - Method in class com.facebook.buck.cxx.CxxLink
 
getStaticLibraryDeps() - Method in interface com.facebook.buck.cxx.ProvidesLinkedBinaryDeps
 
getStaticLibraryExtension() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getStaticLibraryPath(ProjectFilesystem, BuildTarget, Flavor, AbstractCxxSourceRuleFactory.PicType, String) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
getStaticName() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.CxxRuntime
 
getStats() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
getStatus() - Method in class com.facebook.buck.distributed.DistBuildStatus
 
getStatus() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
 
getStatus() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
 
getStatus() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getStdErr() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getStdErr() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getStderr() - Method in class com.facebook.buck.shell.ShellStep
 
getStderr() - Method in class com.facebook.buck.shell.WorkerJobResult
 
getStdErr() - Method in class com.facebook.buck.step.ExecutionContext
 
getStderr() - Method in class com.facebook.buck.step.StepExecutionResult
 
getStdErr() - Method in class com.facebook.buck.test.TestResultSummary
 
getStdErr() - Method in class com.facebook.buck.util.Console
 
getStderr() - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getStderr() - Method in class com.facebook.buck.util.SimpleProcessListener
Gets the entire contents of stderr sent by the process.
getStdErrLogLevel() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getStdErrPath() - Method in class com.facebook.buck.shell.WorkerProcessCommand
Path to file where stderr can be written out.
getStdIn() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getStdIn() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getStdin(ExecutionContext) - Method in class com.facebook.buck.python.PexStep
Return the manifest as a JSON blob to write to the pex processes stdin.
getStdin(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
 
getStdOut() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getStdout() - Method in class com.facebook.buck.shell.ShellStep
 
getStdout() - Method in class com.facebook.buck.shell.WorkerJobResult
 
getStdOut() - Method in class com.facebook.buck.step.ExecutionContext
 
getStdOut() - Method in class com.facebook.buck.test.TestResultSummary
 
getStdOut() - Method in class com.facebook.buck.util.Console
 
getStdout() - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
getStdout() - Method in class com.facebook.buck.util.SimpleProcessListener
Gets the entire contents of stdout sent by the process.
getStdOutLogLevel() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getStdOutPath() - Method in class com.facebook.buck.shell.WorkerProcessCommand
Path to file where stdout can be written out.
getStep() - Method in exception com.facebook.buck.step.StepFailedException
 
getSteps() - Method in class com.facebook.buck.cli.TestRun
 
getStoreBuilder() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
getStoreClient() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getStoreData() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished
 
getStorepass() - Method in class com.facebook.buck.android.KeystoreProperties
 
getStream() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
 
getStreamingWebSocketServlet() - Method in class com.facebook.buck.httpserver.WebServer
 
getStringAssetsZipHash() - Method in class com.facebook.buck.android.PackageStringAssets
 
getStringFiles() - Method in interface com.facebook.buck.android.FilteredResourcesProvider
 
getStringFiles() - Method in class com.facebook.buck.android.IdentityResourcesProvider
 
getStringFiles() - Method in class com.facebook.buck.android.ResourcesFilter
 
GetStringsFilesStep - Class in com.facebook.buck.android
Generates a list of strings.xml files The ordering of strings files is consistent with the order of the input resource directories
getStringTableEntryForNlist(ByteBuffer, SymTabCommand, Nlist, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Returns the string entry from the string table described by the given Nlist entry of the given command.
getStringToFilter(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, QueryTarget) - Method in class com.facebook.buck.query.FilterFunction
 
getStringToFilter(QueryEnvironment, ImmutableList<QueryEnvironment.Argument>, QueryTarget) - Method in class com.facebook.buck.query.KindFunction
 
getStrip() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getStripFlags() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getStrippedObjectName() - Method in class com.facebook.buck.android.StrippedObjectDescription
 
getStripStyle() - Method in class com.facebook.buck.cxx.CxxStrip
 
getStripToolArgs() - Method in enum com.facebook.buck.cxx.StripStyle
 
getStroff() - Method in class com.facebook.buck.macho.SymTabCommand
 
getStrsize() - Method in class com.facebook.buck.macho.SymTabCommand
 
getStubBinary() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getStubBinaryPath() - Method in class com.facebook.buck.apple.ApplePlatform
 
getSubcommand() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.AuditCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.BuckCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.DistBuildCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.MachOUtilsCommand
 
getSubcommand() - Method in class com.facebook.buck.cli.ServerCommand
 
getSubCommand() - Method in class com.facebook.buck.log.InvocationInfo
 
getSubCommandNameForLogging() - Method in class com.facebook.buck.cli.BuckCommand
 
getSubcommandsFieldName() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
getSubgraph(Iterable<? extends TargetNode<? extends T, ?>>) - Method in class com.facebook.buck.rules.TargetGraph
Get the subgraph of the the current graph containing the passed in roots and all of their transitive dependencies as nodes.
getSubjectCommonName() - Method in class com.facebook.buck.apple.CodeSignIdentity
Returns the full name of the identity.
getSuccess() - Method in class com.facebook.buck.rules.BuildResult
 
getSuccessType() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
getSuggestion() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
 
getSuggestions() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
 
getSuggestions() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getSuggestions() - Method in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
 
getSuperConsoleEnabled() - Method in class com.facebook.buck.log.InvocationInfo
 
getSupportedArchitectures() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Set of strings containing the architectures supported by this simulator (i.e., i386, x86_64, etc.)
getSupportedProductFamilyIDs() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Set of integers describing which Apple product families this simulator supports (1: iPhone, 2: iPad, 4: Apple Watch, etc.) We don't return an enum here since new identifiers are introduced over time, and we don't want to lost the information at this level.
getSwift() - Method in class com.facebook.buck.swift.SwiftPlatform
 
getSwiftCompilerFlags() - Method in class com.facebook.buck.apple.AppleNativeTargetDescriptionArg
 
getSwiftCompilerFlags() - Method in interface com.facebook.buck.swift.HasSwiftCompilerFlags
 
getSwiftName() - Method in class com.facebook.buck.apple.ApplePlatform
The Swift name for the platform.
getSwiftPlatform() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getSwiftRuntimePaths() - Method in class com.facebook.buck.swift.SwiftPlatform
 
getSwiftStaticRuntimePaths() - Method in class com.facebook.buck.swift.SwiftPlatform
 
getSwiftStdlibTool() - Method in class com.facebook.buck.swift.SwiftPlatform
 
getSymbol() - Method in class com.facebook.buck.event.MissingSymbolEvent
 
getSymbolNameTool() - Method in class com.facebook.buck.cxx.CxxPlatform
 
getSymbols(ProcessExecutor, Tool, SourcePathResolver, Path) - Static method in class com.facebook.buck.android.relinker.Symbols
 
getSymoff() - Method in class com.facebook.buck.macho.SymTabCommand
 
getSyntaxError() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
 
getSystemCompiler() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
getSystemLua() - Method in class com.facebook.buck.lua.LuaBuckConfig
 
getSystemMemory() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getSystemPackager() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
getTags() - Method in class com.facebook.buck.counters.Counter
 
getTags() - Method in class com.facebook.buck.counters.CounterInfo
 
getTags() - Method in class com.facebook.buck.counters.CounterSnapshot
 
getTagSets() - Method in class com.facebook.buck.counters.CounterSnapshot
 
getTagsForServer(URI) - Static method in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
getTarget() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getTarget(ImmutableMap<String, String>) - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getTarget() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getTarget() - Method in interface com.facebook.buck.event.external.events.CompilerErrorEventExternalInterface
 
getTarget() - Method in class com.facebook.buck.event.MissingSymbolEvent
 
getTarget() - Method in class com.facebook.buck.lua.LuaScriptStarter
 
getTarget() - Method in class com.facebook.buck.lua.NativeExecutableStarter
 
getTarget() - Method in class com.facebook.buck.rules.BuildTargetSourcePath
 
getTarget() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getTarget() - Method in class com.facebook.buck.step.fs.MkdirAndSymlinkFileStep
 
getTargetAppPlatform() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getTargetArch() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getTargetArchAbi() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getTargetCpuType() - Method in class com.facebook.buck.android.StrippedObjectDescription
 
getTargetDevice() - Method in class com.facebook.buck.step.ExecutionContext
 
getTargetDeviceOptional() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
getTargetDeviceOptional() - Method in class com.facebook.buck.cli.TestCommand
 
getTargetDeviceOptions() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
getTargetDeviceOptions() - Method in class com.facebook.buck.cli.TestCommand
 
getTargetDeviceOptions() - Method in class com.facebook.buck.step.ExecutionContext
 
getTargetForId(String, AndroidDirectoryResolver, Optional<Path>) - Static method in class com.facebook.buck.android.AndroidPlatformTarget
 
getTargetGraph() - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetGraph() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
 
getTargetGraph() - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
 
getTargetGraph() - Method in class com.facebook.buck.rules.TargetGraphAndTargets
 
getTargetGraphAndBuildTargets() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
 
getTargetGraphAndBuildTargets() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
 
getTargetGraphAndBuildTargets() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
 
getTargetHash() - Method in class com.facebook.buck.cli.ShowOptions
 
getTargetHashFileMode() - Method in class com.facebook.buck.cli.TargetsCommand
 
getTargetHashModifiedPaths() - Method in class com.facebook.buck.cli.TargetsCommand
 
getTargetKind(QueryTarget) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetKind(QueryTarget) - Method in interface com.facebook.buck.query.QueryEnvironment
 
getTargetKind(QueryTarget) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTargetLevel() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getTargetNames() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
getTargetNode(BuckEventBus, Cell, boolean, ListeningExecutorService, BuildTarget) - Method in class com.facebook.buck.parser.Parser
 
getTargetNode(BuildTarget) - Method in class com.facebook.buck.parser.PerBuildState
 
getTargetNodes() - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
 
getTargetProxy() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
getTargets() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
getTargets() - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
 
getTargets() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
 
getTargets() - Method in interface com.facebook.buck.jvm.java.intellij.IjProjectElement
 
getTargetSdkVersion(ApplePlatform) - Method in class com.facebook.buck.apple.AppleConfig
 
getTargetSdkVersion() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getTargetsFromBuildTargetsContainer(Iterable<? extends HasBuildTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetsInAttribute(QueryTarget, String) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetsInAttribute(QueryTarget, String) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the existing targets in the value of `attribute` of the given `target`.
getTargetsInAttribute(TargetNode<T, ?>, String) - Static method in class com.facebook.buck.query.QueryTargetAccessor
 
getTargetsInAttribute(QueryTarget, String) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTargetsMatchingPattern(String, ListeningExecutorService) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTargetsMatchingPattern(String, ListeningExecutorService) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the set of target nodes in the graph for the specified target pattern, in 'buck build' syntax.
getTargetsMatchingPattern(String, ListeningExecutorService) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTargetsToBuild(String) - Method in class com.facebook.buck.distributed.MinionWorkloadAllocator
 
getTargetsToBuild(String) - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
getTargetsVersions() - Method in class com.facebook.buck.cli.BuckConfig
 
getTargetType() - Method in interface com.facebook.buck.parser.TargetNodeSpec
 
getTempDir() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getTempDir() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getTempDir() - Method in class com.facebook.buck.shell.WorkerJobParams
Temp folder location.
getTempDir() - Method in interface com.facebook.buck.shell.WorkerTool
 
getTempFilePatterns() - Method in class com.facebook.buck.parser.ParserConfig
getTempFilePatterns() - Method in class com.facebook.buck.rules.Cell
 
getTemplateForRequest(Request) - Method in interface com.facebook.buck.httpserver.TemplateHandlerDelegate
 
getTemplateForRequest(Request) - Method in class com.facebook.buck.httpserver.TraceHandlerDelegate
 
getTemplateForRequest(Request) - Method in class com.facebook.buck.httpserver.TracesHandlerDelegate
 
getTemplates() - Method in interface com.facebook.buck.httpserver.TemplateHandlerDelegate
 
getTest() - Method in class com.facebook.buck.cli.TestRun
 
getTestables() - Method in class com.facebook.buck.apple.xcode.XCScheme.TestAction
 
getTestAction() - Method in class com.facebook.buck.apple.xcode.XCScheme
 
getTestCaseName() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getTestCaseName() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getTestCaseName() - Method in class com.facebook.buck.rules.TestSummaryEvent
 
getTestCaseName() - Method in class com.facebook.buck.test.TestCaseSummary
 
getTestCaseName() - Method in class com.facebook.buck.test.TestResultSummary
 
getTestCases() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
getTestCases() - Method in class com.facebook.buck.test.TestResults
 
getTestClasses() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getTestCommand(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.apple.AppleTest
 
getTestEventsByThread() - Method in class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
getTestFilter() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getTestHostApp() - Method in class com.facebook.buck.apple.TestHostInfo
 
getTestHostAppBinarySourcePath() - Method in class com.facebook.buck.apple.TestHostInfo
Location of the test host binary that can be passed as the "bundle loader" option when linking the test library.
getTestLogDirectoryEnvironmentVariable() - Method in class com.facebook.buck.apple.AppleConfig
 
getTestLogLevel() - Method in class com.facebook.buck.apple.AppleConfig
 
getTestLogLevelEnvironmentVariable() - Method in class com.facebook.buck.apple.AppleConfig
 
getTestLogPaths() - Method in class com.facebook.buck.test.TestResults
 
getTestMainName() - Static method in class com.facebook.buck.python.PythonTestDescription
 
getTestModulesListName() - Static method in class com.facebook.buck.python.PythonTestDescription
 
getTestModulesListPath(BuildTarget, ProjectFilesystem) - Static method in class com.facebook.buck.python.PythonTestDescription
 
getTestName() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getTestName() - Method in class com.facebook.buck.rules.TestSummaryEvent
 
getTestName() - Method in class com.facebook.buck.test.TestResultSummary
 
getTestPackage() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getTestReportingCallback() - Method in class com.facebook.buck.cli.TestRun
 
getTestResultCacheMode() - Method in class com.facebook.buck.test.TestRunningOptions
 
getTestResults() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getTestResults() - Method in class com.facebook.buck.test.TestCaseSummary
 
getTestResultsCallable() - Method in class com.facebook.buck.cli.TestRun
 
getTestResultSummary() - Method in class com.facebook.buck.rules.TestSummaryEvent.Finished
 
getTestRule() - Method in class com.facebook.buck.rules.ProjectConfig
 
getTestRunner() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getTestRunnerClasspath() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
 
getTestRunnerClasspath() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getTests() - Method in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
getTests() - Method in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
getTests() - Method in class com.facebook.buck.cxx.CxxConstructorArg
 
getTests() - Method in class com.facebook.buck.go.GoLibraryDescription.Arg
 
getTests() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getTests() - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription.Args
 
getTests() - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
getTests() - Method in interface com.facebook.buck.jvm.java.JavaLibraryWithTests
 
getTests() - Method in interface com.facebook.buck.model.HasTests
 
getTests() - Method in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
getTests() - Method in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
getTests() - Method in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
getTests() - Method in class com.facebook.buck.rust.RustLibraryDescription.Arg
 
getTests() - Method in class com.facebook.buck.shell.AbstractGenruleDescription.Arg
 
getTestSelectorList() - Method in class com.facebook.buck.cli.TestSelectorOptions
 
getTestSelectorList() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getTestSelectorList() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
getTestSelectorList() - Method in class com.facebook.buck.test.TestRunningOptions
 
getTestsForTarget(QueryTarget) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTestsForTarget(QueryTarget) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the tests associated with the given target.
getTestsForTarget(QueryTarget) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTestsSourceRoots() - Method in class com.facebook.buck.rules.ProjectConfig
 
getTestStatusMessage() - Method in class com.facebook.buck.rules.TestStatusMessageEvent
 
getTestTargetsForNode(TargetNode<?, ?>) - Static method in class com.facebook.buck.rules.TargetNodes
If node refers to a node which contains references to its tests, returns the tests associated with that node.
getTestType() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
getText() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
 
getText() - Method in class com.facebook.buck.json.BuildFileSyntaxError
 
getThinTargets() - Method in class com.facebook.buck.apple.MultiarchFileInfo
 
getThreadCount() - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
getThreadCount() - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
getThreadCount() - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
 
getThreadCount() - Method in interface com.facebook.buck.event.listener.ThreadStateRenderer
 
getThreadId() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getThreadId() - Method in interface com.facebook.buck.event.BuckEvent
 
getThreadId() - Method in class com.facebook.buck.event.ChromeTraceEvent
 
getThreadId() - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
 
getThreadIdToCommandIdMapper() - Method in class com.facebook.buck.log.GlobalStateManager
 
getThreadLineLimit() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
getThreadLineLimitOnError() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
getThreadLineLimitOnWarning() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
getThreadPoolKeepAliveDurationMillis() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getThreadPoolSize() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getThreadToCommandRegister() - Method in class com.facebook.buck.log.GlobalStateManager
 
getThreadUserNanoTime() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getThreadUserNanoTime() - Method in interface com.facebook.buck.event.BuckEvent
 
getThriftCompilerOutputDir(ProjectFilesystem, BuildTarget, String) - Method in class com.facebook.buck.thrift.ThriftLibraryDescription
Get the output directory for the generated sources used when compiling the given thrift source for the given language.
getThriftData() - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
 
getThriftDeps() - Method in class com.facebook.buck.thrift.ThriftLibrary
 
getThriftEndpointPath() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
 
getThrowableOrigin(Throwable) - Static method in class com.facebook.buck.util.MoreThrowables
Returns string representing class, method, filename and line number that throwable was thrown from
getTime() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getTime(BuildTarget) - Method in class com.facebook.buck.event.listener.AccumulatedTimeTracker
 
getTime() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getTime() - Method in class com.facebook.buck.test.TestResultSummary
 
getTimeout() - Method in class com.facebook.buck.android.InstrumentationStep
 
getTimeout() - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getTimeout() - Method in class com.facebook.buck.shell.ShellStep
 
getTimeoutHandler(ExecutionContext) - Method in class com.facebook.buck.jvm.java.JUnitStep
 
getTimeoutHandler(ExecutionContext) - Method in class com.facebook.buck.shell.ShellStep
 
getTimeoutSeconds() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getTimeSpentInGcMs() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
getTimestamp() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getTimestamp() - Method in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
getTimestamp() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
 
getTimestamp() - Method in class com.facebook.buck.rules.TestStatusMessageEvent
 
getTimestampMillis() - Method in class com.facebook.buck.log.InvocationInfo
 
getTimestampMillis() - Method in class com.facebook.buck.test.TestStatusMessage
 
getTmpDir() - Method in class com.facebook.buck.io.BuckPaths
 
getToBuildTargetSourcePath() - Static method in class com.facebook.buck.rules.SourcePaths
 
getToBuildTargetSourcePath(BuildTarget) - Static method in class com.facebook.buck.rules.SourcePaths
 
getTool(String, String, BuildRuleResolver) - Method in class com.facebook.buck.cli.BuckConfig
 
getTool(BuildRule) - Method in class com.facebook.buck.rules.macros.ExecutableMacroExpander
 
getTool(BuildRule) - Method in class com.facebook.buck.rules.macros.WorkerMacroExpander
 
getTool() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
getTool() - Method in interface com.facebook.buck.shell.WorkerTool
 
getToolchain() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getToolchainPaths() - Method in class com.facebook.buck.apple.AppleSdkPaths
Absolute paths to tools and files independent of the platform.
getToolchains() - Method in class com.facebook.buck.apple.AppleSdk
The toolchains used by the SDK.
getToolchainsOverrideForSDKName(String) - Method in class com.facebook.buck.apple.AppleConfig
 
getToolchainTarget() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
 
getToolProvider(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getToolProvider(String) - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
getTotalCompletedTimeFromEventPairs(Collection<EventPair>) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Get the summed elapsed time from all matched event pairs.
getTotalDeps() - Method in class com.facebook.buck.rules.BuildRuleParams
 
getTotalMemory() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getTotalMemory() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getTotalMemoryBytes() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
getTotalNumberOfTests() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
getTotalNumberOfTests() - Method in class com.facebook.buck.test.TestResults
 
getTotalResourceConsumption(long) - Method in class com.facebook.buck.util.ProcessHelper
Gets resource consumption of the process subtree rooted at the process with the given pid.
getTotalSizeBytes() - Method in class com.facebook.buck.util.DirectoryCleaner.PathStats
 
getTotalTime() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
getTotalTime() - Method in class com.facebook.buck.test.TestCaseSummary
 
getTraceAttributesFor(String) - Method in class com.facebook.buck.util.trace.BuildTraces
 
getTraceAttributesFor(Path) - Method in class com.facebook.buck.util.trace.BuildTraces
Parses a trace file and returns the command that the user executed to create the trace.
getTraceDir() - Method in class com.facebook.buck.io.BuckPaths
 
getTraceFile() - Method in class com.facebook.buck.rage.BuildLogEntry
 
getTrackCellAgnosticTarget() - Method in class com.facebook.buck.parser.ParserConfig
getTrackClassUsageNotDisabled() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
getTraits() - Method in class com.facebook.buck.log.ErrorLogRecord
 
getTransitiveAnalyzeRules() - Method in class com.facebook.buck.cxx.CxxInferAnalyze
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.android.AndroidAar
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.android.AndroidBinary
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getTransitiveClasspathDeps() - Method in interface com.facebook.buck.jvm.java.HasClasspathEntries
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getTransitiveClasspathDeps(JavaLibrary) - Static method in class com.facebook.buck.jvm.java.JavaLibraryClasspathProvider
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getTransitiveClasspathDeps() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getTransitiveClasspaths() - Method in class com.facebook.buck.android.AndroidAar
 
getTransitiveClasspaths() - Method in class com.facebook.buck.android.AndroidBinary
 
getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
getTransitiveClasspaths() - Method in interface com.facebook.buck.jvm.java.HasClasspathEntries
 
getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.JavaTest
 
getTransitiveClasspaths() - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
getTransitiveClosure(Set<QueryTarget>) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
getTransitiveClosure(Set<QueryTarget>) - Method in interface com.facebook.buck.query.QueryEnvironment
Returns the forward transitive closure of all of the targets in "targets".
getTransitiveClosure(Set<QueryTarget>) - Method in class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
getTransitiveCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.apple.PrebuiltAppleFramework
 
getTransitiveCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.cxx.CxxLibrary
 
getTransitiveCxxPreprocessorInput(BuildRuleParams, BuildRuleResolver, CxxPlatform, ImmutableMultimap<AbstractCxxSource.Type, String>, ImmutableMap<Path, SourcePath>, ImmutableSet<FrameworkPath>, boolean) - Static method in class com.facebook.buck.cxx.CxxLibraryDescription
 
getTransitiveCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
getTransitiveCxxPreprocessorInput(CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
Find and return the CxxPreprocessorInput objects from CxxPreprocessorDep found while traversing the dependencies starting from the BuildRule objects given.
getTransitiveCxxPreprocessorInput(CxxPlatform, Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
 
getTransitiveCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in interface com.facebook.buck.cxx.CxxPreprocessorDep
 
getTransitiveCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.halide.HalideLibrary
 
getTransitiveCxxPreprocessorInput(CxxPlatform, HeaderVisibility) - Method in class com.facebook.buck.lua.SystemLuaCxxLibrary
 
getTransitiveCxxPreprocessorInputCache(CxxPreprocessorDep) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
 
getTransitiveNativeLinkableInput(CxxPlatform, Iterable<? extends BuildRule>, Linker.LinkableDepType, Predicate<Object>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.NativeLinkables
Collect up and merge all NativeLinkableInput objects from transitively traversing all unbroken dependency chains of NativeLinkable objects found via the passed in BuildRule roots.
getTransitiveNativeLinkableInput(CxxPlatform, Iterable<? extends BuildRule>, Linker.LinkableDepType, Predicate<Object>) - Static method in class com.facebook.buck.cxx.NativeLinkables
Collect up and merge all NativeLinkableInput objects from transitively traversing all unbroken dependency chains of NativeLinkable objects found via the passed in BuildRule roots.
getTransitiveNativeLinkables(CxxPlatform, Iterable<? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.NativeLinkables
 
getTransitiveOcamlInput(Iterable<? extends BuildRule>) - Static method in class com.facebook.buck.ocaml.OcamlUtil
 
getTransitivePathMapping() - Method in class com.facebook.buck.rules.DefaultCellPathResolver
Recursively walks configuration files to find all possible Cell locations.
getTransitiveRuntimeDeps(HasRuntimeDeps, SourcePathRuleFinder) - Static method in class com.facebook.buck.rules.BuildRules
 
getTransitiveSharedLibraries(CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.NativeLinkables
Collect all the shared libraries generated by NativeLinkables found by transitively traversing all unbroken dependency chains of NativeLinkable objects found via the passed in BuildRule roots.
getTransitiveSharedLibraries(CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.NativeLinkables
Collect all the shared libraries generated by NativeLinkables found by transitively traversing all unbroken dependency chains of NativeLinkable objects found via the passed in BuildRule roots.
getTranslateMacrosFn(CxxPlatform) - Static method in class com.facebook.buck.cxx.CxxFlags
 
getTrashDir() - Method in class com.facebook.buck.io.BuckPaths
 
getTrashPath() - Static method in class com.facebook.buck.util.BuckConstant
 
getTwoLevelCachingEnabled() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getTwoLevelCachingMaximumSize() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getTwoLevelCachingMinimumSize() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
getType() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
 
getType() - Method in class com.facebook.buck.apple.GroupedSource
 
getType() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
getType() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
getType() - Method in class com.facebook.buck.cxx.CxxSource
 
getType() - Method in class com.facebook.buck.cxx.CxxToolProviderParams
 
getType() - Method in class com.facebook.buck.cxx.DefaultLinkerProvider
 
getType() - Method in interface com.facebook.buck.cxx.LinkerProvider
 
getType() - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
 
getType() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
 
getType() - Method in class com.facebook.buck.event.MissingSymbolEvent
 
getType() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
getType() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
 
getType() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
 
getType() - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
 
getType() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
getType() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
getType() - Method in interface com.facebook.buck.rules.BuildRule
 
getType() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
 
getType() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
 
getType() - Method in class com.facebook.buck.rules.coercer.SourceList
 
getType() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
 
getType() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
 
getType() - Method in class com.facebook.buck.shell.Genrule
 
getType() - Method in class com.facebook.buck.test.TestResultSummary
 
getType() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
 
getType() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
 
getTypeFromVersionOutput(Iterable<String>) - Static method in class com.facebook.buck.cxx.CxxToolProvider
 
getTypes() - Method in class com.facebook.buck.cli.AuditRulesCommand
 
getTypes() - Method in class com.facebook.buck.cli.TargetsCommand
 
getUdid() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
 
getUnchecked() - Method in class com.facebook.buck.io.LazyPath
Does not invoke the path supplier, assuming it was invoked previously.
getUnexpectedFlavorsMessages() - Method in class com.facebook.buck.cli.BuckConfig
 
getUnflavoredBuildTarget() - Method in class com.facebook.buck.model.BuildTarget
 
getUnnamedSources() - Method in class com.facebook.buck.rules.coercer.SourceList
 
getUnnamedSources() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
 
getUnsafeClasses() - Method in class com.facebook.buck.tools.dxanalysis.StaticStateAnalyzer
 
getUnsignedApkPath() - Method in class com.facebook.buck.android.AndroidBinary
 
getUnzippedOutputFilePathToBinary() - Method in class com.facebook.buck.apple.AppleBundle
 
getUpdatedCompDir() - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
getUpdatedRulesCount() - Method in interface com.facebook.buck.event.external.events.CacheRateStatsUpdateExternalEventInterface
 
getUpdatedRulesCount() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getUrl() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getUrl(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getUrl(String, String) - Method in class com.facebook.buck.config.Config
 
getUrl() - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot
 
getUrl() - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
 
getUsedClassesFileWriter() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getUseMercurialGlob() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getUser() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
 
getUserId() - Method in class com.facebook.buck.util.UnixUserIdFetcher
 
getUserId() - Method in interface com.facebook.buck.util.UserIdFetcher
Returns the user ID for the current user.
getUserIssueDescription() - Method in class com.facebook.buck.rage.UserReport
 
getUserLocalConfiguration() - Method in class com.facebook.buck.rage.DefectReport
 
getUserLocalConfiguration() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectReport
 
getUsername() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getUsername() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getUserReport() - Method in class com.facebook.buck.rage.AbstractReport
 
getUserReport() - Method in class com.facebook.buck.rage.AutomatedReport
 
getUserReport() - Method in class com.facebook.buck.rage.DefectReport
 
getUserReport() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractDefectReport
 
getUserReport() - Method in class com.facebook.buck.rage.DoctorInteractiveReport
 
getUserReport() - Method in class com.facebook.buck.rage.InteractiveReport
 
getUseWatchmanGlob() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getUUID() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
 
getUuid() - Method in class com.facebook.buck.macho.UUIDCommand
 
getUuid() - Method in class com.facebook.buck.step.StepEvent
 
getValue() - Method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase.Destination
 
getValue(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
getValue() - Method in class com.facebook.buck.cli.ConfigValue
 
getValue(String, String) - Method in class com.facebook.buck.config.Config
 
getValue() - Method in class com.facebook.buck.event.EventKey
 
getValue() - Method in class com.facebook.buck.event.PerfEventId
 
getValue() - Method in enum com.facebook.buck.event.SimplePerfEvent.Type
 
getValue(Flavor) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
getValue(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
getValue(BuildTarget) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
getValue(Platform, Architecture) - Method in class com.facebook.buck.go.GoPlatformFlavorDomain
 
getValue() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
 
getValue() - Method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit
 
getValue() - Method in class com.facebook.buck.message_ipc.ReturnResultMessage
 
getValue(Set<Flavor>) - Method in class com.facebook.buck.model.FlavorDomain
 
getValue(BuildTarget) - Method in class com.facebook.buck.model.FlavorDomain
 
getValue(Flavor) - Method in class com.facebook.buck.model.FlavorDomain
 
getValue() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
 
getValue(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getValue(Object) - Method in class com.facebook.buck.rules.keys.FieldValueExtractor
 
getValue(Object) - Method in interface com.facebook.buck.rules.keys.ValueExtractor
 
getValue(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getValue() - Method in enum com.facebook.buck.zip.ZipCompressionLevel
 
getValuePairs() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
getValues() - Method in class com.facebook.buck.config.CellConfig
 
getValues() - Method in class com.facebook.buck.config.RawConfig
 
getValues() - Method in class com.facebook.buck.counters.CounterSnapshot
 
getValues() - Method in class com.facebook.buck.json.BuildFilePythonResult
 
getValues() - Method in class com.facebook.buck.model.FlavorDomain
 
getValues() - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
getValues() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
getValues(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getValues(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
 
getValuesOrThrow(String) - Method in class com.facebook.buck.rules.DefaultOnDiskBuildInfo
 
getValuesOrThrow(String) - Method in interface com.facebook.buck.rules.OnDiskBuildInfo
Tries to read the values and if it fails it logs the attributes of the file it tried to read.
getValueString() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
getValueString() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent
 
getValueString() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Shutdown
 
getValueString() - Method in class com.facebook.buck.counters.CounterRegistry.AsyncCounterRegistrationEvent
 
getValueString() - Method in class com.facebook.buck.counters.CountersSnapshotEvent
 
getValueString() - Method in class com.facebook.buck.distributed.DistBuildStatusEvent
 
getValueString() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
getValueString() - Method in class com.facebook.buck.event.ActionGraphEvent
 
getValueString() - Method in class com.facebook.buck.event.ActionGraphEvent.Processed
 
getValueString() - Method in class com.facebook.buck.event.ArtifactCompressionEvent
 
getValueString() - Method in class com.facebook.buck.event.BuckInitializationDurationEvent
 
getValueString() - Method in class com.facebook.buck.event.CommandEvent
 
getValueString() - Method in class com.facebook.buck.event.CompilerErrorEvent
 
getValueString() - Method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
getValueString() - Method in class com.facebook.buck.event.ConsoleEvent
 
getValueString() - Method in class com.facebook.buck.event.DaemonEvent
 
getValueString() - Method in class com.facebook.buck.event.InstallEvent
 
getValueString() - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper.CacheRateStatsUpdateEvent
 
getValueString() - Method in class com.facebook.buck.event.MissingSymbolEvent
 
getValueString() - Method in class com.facebook.buck.event.NetworkEvent.BytesReceivedEvent
 
getValueString() - Method in class com.facebook.buck.event.ParsingEvent
 
getValueString() - Method in class com.facebook.buck.event.ProgressEvent
 
getValueString() - Method in class com.facebook.buck.event.ProjectGenerationEvent
 
getValueString() - Method in class com.facebook.buck.event.StartActivityEvent
 
getValueString() - Method in class com.facebook.buck.event.UninstallEvent
 
getValueString() - Method in class com.facebook.buck.event.WatchmanStatusEvent
 
getValueString() - Method in class com.facebook.buck.file.DownloadEvent
 
getValueString() - Method in class com.facebook.buck.file.DownloadProgressEvent
 
getValueString() - Method in class com.facebook.buck.io.WatchmanDiagnosticEvent
 
getValueString() - Method in class com.facebook.buck.json.ParseBuckFileEvent
 
getValueString() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Finished
 
getValueString() - Method in class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
 
getValueString() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
getValueString() - Method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
getValueString() - Method in class com.facebook.buck.parser.ParseEvent
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.Started
 
getValueString() - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
getValueString() - Method in class com.facebook.buck.rules.BuildRuleCacheEvent
 
getValueString() - Method in class com.facebook.buck.rules.BuildRuleEvent
 
getValueString() - Method in class com.facebook.buck.rules.IndividualTestEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.IndividualTestEvent.Started
 
getValueString() - Method in class com.facebook.buck.rules.TestRunEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
getValueString() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.TestStatusMessageEvent.Started
 
getValueString() - Method in class com.facebook.buck.rules.TestSummaryEvent.Finished
 
getValueString() - Method in class com.facebook.buck.rules.TestSummaryEvent.Started
 
getValueString() - Method in class com.facebook.buck.slb.LoadBalancedServiceEvent
 
getValueString() - Method in class com.facebook.buck.slb.LoadBalancerPingEvent
 
getValueString() - Method in class com.facebook.buck.slb.ServerHealthManagerEvent
 
getValueString() - Method in class com.facebook.buck.step.StepEvent
 
getValueString() - Method in class com.facebook.buck.test.TestRuleEvent
 
getValueString() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFinished
 
getValueString() - Method in class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshStarted
 
getValueString() - Method in class com.facebook.buck.util.perf.PerfStatsTracking.PerfStatsEvent
 
getValueString() - Method in class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
getValueString() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
 
getValueString() - Method in class com.facebook.buck.versions.VersionedTargetGraphEvent
 
getVerbosity() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
 
getVerbosity() - Method in class com.facebook.buck.step.ExecutionContext
 
getVerbosity() - Method in class com.facebook.buck.util.Console
 
getVerbosityForLevel(int) - Static method in class com.facebook.buck.cli.VerbosityParser
 
getVerificationErrors() - Method in interface com.facebook.buck.util.cache.FileHashCache.AbstractFileHashCacheVerificationResult
 
getVerificationErrors() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
 
getVerifyStep() - Method in class com.facebook.buck.rules.SymlinkTree
 
getVersion() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
 
getVersion() - Method in class com.facebook.buck.apple.AppleSdk
The version number of the SDK.
getVersion() - Method in class com.facebook.buck.apple.AppleToolchain
The version number of the toolchain.
getVersion() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
 
getVersion() - Method in class com.facebook.buck.jvm.java.ExternalJavac
 
getVersion() - Method in interface com.facebook.buck.jvm.java.Javac
 
getVersion() - Method in class com.facebook.buck.jvm.java.Jsr199Javac
 
getVersion() - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
getVersion() - Static method in class com.facebook.buck.model.BuckVersion
 
getVersion() - Method in class com.facebook.buck.rules.VersionedTool
 
getVersion() - Method in class com.facebook.buck.swift.SwiftBuckConfig
 
getVersion() - Method in class com.facebook.buck.versions.ExactConstraint
 
getVersionCode() - Method in interface com.facebook.buck.android.AndroidManifestReader
 
getVersionCode() - Method in class com.facebook.buck.android.DefaultAndroidManifestReader
 
getVersionCode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getVersionControlStats() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
 
getVersionDomain() - Method in class com.facebook.buck.versions.VersionInfo
 
getVersionedTargetGraph(BuckEventBus, TargetGraphAndBuildTargets, ImmutableMap<String, VersionUniverse>, ForkJoinPool) - Method in class com.facebook.buck.versions.VersionedTargetGraphCache
 
getVersionedTargetGraphCache() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getVersionedTargetGraphCache() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getVersionGroupType() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
getVersionName() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
 
getVersions() - Method in class com.facebook.buck.versions.VersionUniverse
 
getVersionString() - Method in class com.facebook.buck.jvm.java.JavacVersion
 
getVersionString() - Method in class com.facebook.buck.python.PythonVersion
 
getVersionUniverse(TargetNode<?, ?>) - Method in class com.facebook.buck.versions.VersionUniverseVersionSelector
 
getVersionUniverses() - Method in class com.facebook.buck.versions.VersionBuckConfig
 
getVersionUniverses() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
 
getView(Class<T>) - Method in class com.facebook.buck.cli.BuckConfig
Get a ConfigView of this config.
getView(Class<V>) - Method in class com.facebook.buck.config.ConfigViewCache
 
getVisibility() - Method in class com.facebook.buck.cxx.CxxPreprocessables.CxxPreprocessorInputCacheKey
 
getVisibility() - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
 
getVisibilityPatterns() - Method in class com.facebook.buck.rules.TargetNode
 
getVmaddr() - Method in class com.facebook.buck.macho.SegmentCommand
 
getVmsize() - Method in class com.facebook.buck.macho.SegmentCommand
 
getWarningsFlags() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getWatchAppPath() - Method in class com.facebook.buck.apple.AppleBundleDestinations
 
getWatchCells() - Method in class com.facebook.buck.parser.ParserConfig
getWatchman() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getWatchman() - Method in class com.facebook.buck.rules.Cell
 
getWatchmanClient() - Method in class com.facebook.buck.io.Watchman
 
getWatchmanCursor() - Method in class com.facebook.buck.parser.ParserConfig
getWatchmanDiagReport() - Method in interface com.facebook.buck.rage.DefectReporter.AbstractFileChangesIgnoredReport
 
getWatchmanDiagReport() - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
 
getWatchmanGlobSanityCheck() - Method in class com.facebook.buck.parser.ParserConfig
getWatchmanGlobStatResults() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getWatchmanQueryTimeoutMs() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getWatchmanQueryTimeoutMs() - Method in class com.facebook.buck.parser.ParserConfig
getWatchmanUseGlobGenerator() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
 
getWatchRoot() - Method in class com.facebook.buck.io.ProjectWatch
 
getWebServer() - Method in interface com.facebook.buck.cli.AbstractCommandRunnerParams
 
getWebServer() - Method in class com.facebook.buck.cli.CommandRunnerParams
 
getWeightEstimate() - Method in interface com.facebook.buck.android.DexWithClasses
 
getWhitelist() - Method in class com.facebook.buck.cxx.HeaderVerification
 
getWhitelistedStringDirectories() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
A set of "res" directories that contain "whitelisted" strings, i.e.
getWhitelistPatterns() - Method in class com.facebook.buck.cxx.HeaderVerification
 
getWifiSsid() - Method in class com.facebook.buck.util.environment.DefaultExecutionEnvironment
 
getWifiSsid() - Method in interface com.facebook.buck.util.environment.ExecutionEnvironment
 
getWord() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
getWorkerHash() - Method in class com.facebook.buck.rules.args.WorkerMacroArg
 
getWorkerHash() - Method in class com.facebook.buck.shell.WorkerJobParams
Hash to identify the specific worker pool and kind of a mechanism for invalidating existing pools.
getWorkerProcessPool(ExecutionContext, WorkerJobParams) - Method in class com.facebook.buck.shell.WorkerProcessPoolFactory
Returns an existing WorkerProcessPool for the given job params if one exists, otherwise creates a new one.
getWorkerProcessPools() - Method in class com.facebook.buck.step.ExecutionContext
Worker process pools that you can populate as needed.
getWorkingTimeFromLastStartUntilNow(Collection<EventPair>, long) - Static method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Takes a collection of start and finished events.
getWorkspaceNameFromArg(XcodeWorkspaceConfigDescription.Arg) - Static method in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
getWriteHeaders() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
 
getWriter(String) - Method in interface com.facebook.buck.log.ConsoleHandlerState
 
getWriters(String) - Method in interface com.facebook.buck.log.LogFileHandlerState
 
getXcodeBuildVersion() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getXcodeBuildVersionSupplier(Path, ProcessExecutor) - Method in class com.facebook.buck.apple.AppleConfig
For some inscrutable reason, the Xcode build number isn't in the toolchain's plist (or in any .plist under Developer/) We have to run `Developer/usr/bin/xcodebuild -version` to get it.
getXcodeCompileScriptPath() - Method in class com.facebook.buck.halide.HalideBuckConfig
 
getXcodeDisableParallelizeBuild() - Method in class com.facebook.buck.apple.AppleConfig
 
getXcodeProductType() - Method in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
getXcodeProductType() - Method in class com.facebook.buck.apple.AppleTestDescription.Arg
 
getXcodeProductType() - Method in interface com.facebook.buck.apple.HasAppleBundleFields
 
getXcodeVersion() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getXctest() - Method in class com.facebook.buck.apple.AppleCxxPlatform
 
getXctestPlatformNames() - Method in class com.facebook.buck.apple.AppleConfig
 
getXctoolDefaultDestinationSpecifier() - Method in class com.facebook.buck.apple.AppleConfig
 
getXctoolPath() - Method in class com.facebook.buck.apple.AppleConfig
 
getXctoolStutterTimeoutMs() - Method in class com.facebook.buck.apple.AppleConfig
 
getXctoolZipTarget() - Method in class com.facebook.buck.apple.AppleConfig
 
getYaccCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuckConfig
 
getYaccCompiler() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
getZipalignExecutable() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
getZipMembers(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
GidGenerator - Class in com.facebook.buck.apple.xcode
Generator for Global ID (GID) which are present on every xcode project object.
GidGenerator(Set<String>) - Constructor for class com.facebook.buck.apple.xcode.GidGenerator
 
global - Variable in class com.facebook.buck.android.relinker.Symbols
 
GLOBAL_HEADER - Static variable in class com.facebook.buck.cxx.ObjectFileScrubbers
 
GLOBAL_THIN_HEADER - Static variable in class com.facebook.buck.cxx.ObjectFileScrubbers
 
GlobalStateManager - Class in com.facebook.buck.log
 
GlobalStateManager() - Constructor for class com.facebook.buck.log.GlobalStateManager
 
GlobalStateManager.LoggerIsMappedToThreadScope - Interface in com.facebook.buck.log
 
GlobArg - Class in com.facebook.buck.rules.args
An Arg implementation which resolves to all files under a directory represented by a SourcePath.
GlobArg.Builder - Class in com.facebook.buck.rules.args
Builds instances of type GlobArg.
GnuArchiver - Class in com.facebook.buck.cxx
 
GnuArchiver(Tool) - Constructor for class com.facebook.buck.cxx.GnuArchiver
 
GnuLinker - Class in com.facebook.buck.cxx
A specialization of Linker containing information specific to the GNU implementation.
GnuLinker(Tool) - Constructor for class com.facebook.buck.cxx.GnuLinker
 
GoAssembleStep - Class in com.facebook.buck.go
 
GoAssembleStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, ImmutableList<Path>, GoPlatform, Path) - Constructor for class com.facebook.buck.go.GoAssembleStep
 
GoBinary - Class in com.facebook.buck.go
 
GoBinary(BuildRuleParams, SourcePathResolver, Optional<Linker>, SymlinkTree, GoCompile, Tool, ImmutableList<String>, GoPlatform) - Constructor for class com.facebook.buck.go.GoBinary
 
GoBinaryDescription - Class in com.facebook.buck.go
 
GoBinaryDescription(GoBuckConfig) - Constructor for class com.facebook.buck.go.GoBinaryDescription
 
GoBinaryDescription.Arg - Class in com.facebook.buck.go
 
GoBuckConfig - Class in com.facebook.buck.go
 
GoBuckConfig(BuckConfig, ProcessExecutor, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.go.GoBuckConfig
 
GoCompile - Class in com.facebook.buck.go
 
GoCompile(BuildRuleParams, SymlinkTree, Path, ImmutableMap<Path, Path>, ImmutableSet<SourcePath>, ImmutableList<String>, Tool, ImmutableList<String>, ImmutableList<Path>, Tool, Tool, GoPlatform) - Constructor for class com.facebook.buck.go.GoCompile
 
GoCompileStep - Class in com.facebook.buck.go
 
GoCompileStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, ImmutableList<Path>, ImmutableMap<Path, Path>, ImmutableList<Path>, Optional<Path>, boolean, GoPlatform, Path) - Constructor for class com.facebook.buck.go.GoCompileStep
 
GoLibraryDescription - Class in com.facebook.buck.go
 
GoLibraryDescription(GoBuckConfig) - Constructor for class com.facebook.buck.go.GoLibraryDescription
 
GoLibraryDescription.Arg - Class in com.facebook.buck.go
 
GoLinkable - Class in com.facebook.buck.go
Immutable implementation of AbstractGoLinkable.
GoLinkable.Builder - Class in com.facebook.buck.go
Builds instances of type GoLinkable.
GoLinkStep - Class in com.facebook.buck.go
 
GoLinkStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<Path>, GoPlatform, Path, GoLinkStep.LinkMode, Path) - Constructor for class com.facebook.buck.go.GoLinkStep
 
GoPackStep - Class in com.facebook.buck.go
 
GoPackStep(Path, ImmutableMap<String, String>, ImmutableList<String>, GoPackStep.Operation, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.go.GoPackStep
 
GoPackStep.Operation - Enum in com.facebook.buck.go
 
GoPlatform - Class in com.facebook.buck.go
Immutable implementation of AbstractGoPlatform.
GoPlatform.Builder - Class in com.facebook.buck.go
Builds instances of type GoPlatform.
GoPlatformFlavorDomain - Class in com.facebook.buck.go
 
GoPlatformFlavorDomain(Platform, Architecture, FlavorDomain<CxxPlatform>, Map<String, Platform>, Map<String, Architecture>) - Constructor for class com.facebook.buck.go.GoPlatformFlavorDomain
 
GoPlatformFlavorDomain(Platform, Architecture, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.go.GoPlatformFlavorDomain
 
GoTest - Class in com.facebook.buck.go
 
GoTest(BuildRuleParams, SourcePathResolver, GoBinary, ImmutableSet<Label>, ImmutableSet<String>, Optional<Long>, boolean, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.go.GoTest
 
GoTestDescription - Class in com.facebook.buck.go
 
GoTestDescription(GoBuckConfig, Optional<Long>) - Constructor for class com.facebook.buck.go.GoTestDescription
 
GoTestDescription.Arg - Class in com.facebook.buck.go
 
GoTestMain - Class in com.facebook.buck.go
 
GoTestMain(BuildRuleParams, Tool, ImmutableSet<SourcePath>, Path) - Constructor for class com.facebook.buck.go.GoTestMain
 
GoTestMainStep - Class in com.facebook.buck.go
 
GoTestMainStep(Path, ImmutableMap<String, String>, ImmutableList<String>, String, ImmutableMap<Path, ImmutableMap<String, Path>>, Path, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.go.GoTestMainStep
 
GoTestStep - Class in com.facebook.buck.go
Run a go test command and stream the output to a file.
GoTestStep(ProjectFilesystem, Path, ImmutableList<String>, ImmutableMap<String, String>, Path, Optional<Long>, Path) - Constructor for class com.facebook.buck.go.GoTestStep
 
GraphEnhancementQueryEnvironment - Class in com.facebook.buck.rules.query
A query environment that can be used for graph-enhancement, including macro expansion or dynamic dependency resolution.
GraphEnhancementQueryEnvironment(Optional<BuildRuleResolver>, Optional<TargetGraph>, CellPathResolver, BuildTargetPatternParser<BuildTargetPattern>, Set<BuildTarget>) - Constructor for class com.facebook.buck.rules.query.GraphEnhancementQueryEnvironment
 
GraphqlLibrary - Class in com.facebook.buck.graphql
 
GraphqlLibrary(BuildRuleParams, SourcePathResolver, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.graphql.GraphqlLibrary
 
GraphqlLibraryDescription - Class in com.facebook.buck.graphql
 
GraphqlLibraryDescription() - Constructor for class com.facebook.buck.graphql.GraphqlLibraryDescription
 
GraphqlLibraryDescription.Arg - Class in com.facebook.buck.graphql
 
GraphTraversable<T> - Interface in com.facebook.buck.graph
 
GRAYSCALE_IMAGE_IDENTIFIER - Static variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
GroovyBuckConfig - Class in com.facebook.buck.jvm.groovy
 
GroovyBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.jvm.groovy.GroovyBuckConfig
 
GroovyLibraryDescription - Class in com.facebook.buck.jvm.groovy
 
GroovyLibraryDescription(GroovyBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.jvm.groovy.GroovyLibraryDescription
 
GroovyLibraryDescription.Arg - Class in com.facebook.buck.jvm.groovy
 
GroovyTestDescription - Class in com.facebook.buck.jvm.groovy
 
GroovyTestDescription(GroovyBuckConfig, JavaOptions, JavacOptions, Optional<Long>) - Constructor for class com.facebook.buck.jvm.groovy.GroovyTestDescription
 
GroovyTestDescription.Arg - Class in com.facebook.buck.jvm.groovy
 
GroupedSource - Class in com.facebook.buck.apple
Immutable implementation of AbstractGroupedSource.
GroupedSource.Builder - Class in com.facebook.buck.apple
Builds instances of type GroupedSource.
GuavaRuleKeyHasher - Class in com.facebook.buck.rules.keys
An implementation of RuleKeyHasher that wraps Guava's Hasher.
GuavaRuleKeyHasher(Hasher) - Constructor for class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
GWT_MODULE_FLAVOR - Static variable in interface com.facebook.buck.jvm.java.JavaLibrary
This Buildable is expected to support the GWT flavor, which is a BuildRule whose output file is a JAR containing the files necessary to use this JavaLibrary as a GWT module.
GwtBinary - Class in com.facebook.buck.gwt
Buildable that produces a GWT application as a WAR file, which is a zip of the outputs produced by the GWT compiler.
GwtBinaryDescription - Class in com.facebook.buck.gwt
 
GwtBinaryDescription(JavaOptions) - Constructor for class com.facebook.buck.gwt.GwtBinaryDescription
 
GwtBinaryDescription.Arg - Class in com.facebook.buck.gwt
 
gwtJar - Variable in class com.facebook.buck.jvm.java.PrebuiltJarDescription.Arg
 
GwtModule - Class in com.facebook.buck.gwt
BuildRule whose output file is a JAR containing the .java files and resources suitable for a GWT module.

H

HALIDE_COMPILE_FLAVOR - Static variable in class com.facebook.buck.halide.HalideLibraryDescription
 
HALIDE_COMPILER_FLAVOR - Static variable in class com.facebook.buck.halide.HalideLibraryDescription
 
HALIDE_SECTION_NAME - Static variable in class com.facebook.buck.halide.HalideBuckConfig
 
HALIDE_XCODE_COMPILE_SCRIPT_KEY - Static variable in class com.facebook.buck.halide.HalideBuckConfig
 
HalideBuckConfig - Class in com.facebook.buck.halide
A Halide-specific "view" of BuckConfig.
HalideBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.halide.HalideBuckConfig
 
HalideCompile - Class in com.facebook.buck.halide
 
HalideCompile(BuildRuleParams, Tool, String, Optional<ImmutableList<String>>, Optional<String>) - Constructor for class com.facebook.buck.halide.HalideCompile
 
HalideCompilerStep - Class in com.facebook.buck.halide
 
HalideCompilerStep(Path, ImmutableMap<String, String>, ImmutableList<String>, Path, String, String, Optional<ImmutableList<String>>) - Constructor for class com.facebook.buck.halide.HalideCompilerStep
 
HalideLibrary - Class in com.facebook.buck.halide
 
HalideLibrary(BuildRuleParams, BuildRuleResolver, SourcePathResolver, Optional<Pattern>) - Constructor for class com.facebook.buck.halide.HalideLibrary
 
HalideLibraryDescription - Class in com.facebook.buck.halide
 
HalideLibraryDescription(CxxBuckConfig, CxxPlatform, FlavorDomain<CxxPlatform>, HalideBuckConfig) - Constructor for class com.facebook.buck.halide.HalideLibraryDescription
 
HalideLibraryDescription.Arg - Class in com.facebook.buck.halide
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class com.facebook.buck.httpserver.ArtifactCacheHandler
 
handleConsoleEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
handleFallback(Object) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
handleLine(String) - Method in interface com.facebook.buck.util.InputStreamConsumer.Handler
 
HangMonitor - Class in com.facebook.buck.cli
 
HangMonitor(Consumer<String>, Duration) - Constructor for class com.facebook.buck.cli.HangMonitor
 
HangMonitor.AutoStartInstance - Class in com.facebook.buck.cli
 
HasAndroidResourceDeps - Interface in com.facebook.buck.android
Indicates that this class may have android resources that should be packaged into an APK.
HasAppleBundleFields - Interface in com.facebook.buck.apple
 
hasAssumptionViolations() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
hasAssumptionViolations() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
hasAssumptionViolations() - Method in class com.facebook.buck.test.TestCaseSummary
 
hasAssumptionViolations() - Method in class com.facebook.buck.test.TestResults
 
hasAtLeastOneWriteableCache() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig
 
HasBuildTarget - Interface in com.facebook.buck.model
 
HasClasspathEntries - Interface in com.facebook.buck.jvm.java
Implemented by build rules where the output has a classpath environment.
HasDefaultFlavors - Interface in com.facebook.buck.model
A constructor arg of rules which have default flavors.
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.LeafTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.OcamlSourceTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceListTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
 
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
 
hasElementClass(Class<?>...) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
Returns whether the leaf nodes of this type coercer outputs value that is an instance of the given class or its subclasses.
hasElementClass(Class<?>...) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
hasElementTypes(Class<?>...) - Method in class com.facebook.buck.rules.ParamInfo
 
hasEntries() - Method in class com.facebook.buck.io.DeterministicJarManifestWriter
 
hasFilePathSizeLimitations() - Method in class com.facebook.buck.cxx.DarwinLinker
 
hasFilePathSizeLimitations() - Method in class com.facebook.buck.cxx.GnuLinker
 
hasFilePathSizeLimitations() - Method in interface com.facebook.buck.cxx.Linker
 
hasFilePathSizeLimitations() - Method in class com.facebook.buck.cxx.WindowsLinker
https://msdn.microsoft.com/en-us/library/ts7eyw4s.aspx - LNK1104 error if Path for filename expands to more than 260 characters.
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.android.AndroidResourceDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleBundleDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.ApplePackageDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleResourceDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.AppleTestDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.CoreDataModelDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.SceneKitAssetsDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.apple.XcodePrebuildScriptDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.go.GoTestDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.halide.HalideLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.haskell.HaskellLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.AndroidReactNativeLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.js.IosReactNativeLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.java.JavaLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in interface com.facebook.buck.model.Flavored
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustBinaryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustTestDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.swift.SwiftLibraryDescription
 
hasFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.thrift.ThriftLibraryDescription
 
hash() - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
hash() - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
hash() - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
hash() - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
Computes the final hash.
hash() - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
hashCode() - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
hashCode() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Computes a hash code from attributes: packageableCollection, aaptPackageResources, copyNativeLibraries, packageStringAssets, preDexMerge, computeExopackageDepsAbi, packageAssetLibraries, compiledUberRDotJava, classpathEntriesToDex, finalDeps, aPKModuleGraph.
hashCode() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Computes a hash code from attributes: pathToAdbExecutable, directoryForTestResults, testPackage, testRunner, ddmlibJarPath, kxmlJarPath, guavaJarPath, androidToolsCommonJarPath, deviceSerial, instrumentationApkPath, apkUnderTestPath, testFilter, testRunnerClasspath.
hashCode() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Computes a hash code from attributes: copyNativeLibraries, sonameMergeMap.
hashCode() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Computes a hash code from attributes: resourceDetails, nativeLibsTargets, nativeLinkables, nativeLinkablesAssets, nativeLibsDirectories, nativeLibAssetsDirectories, assetsDirectories, proguardConfigs, classpathEntriesToDex, moduleMappedClasspathEntriesToDex, noDxClasspathEntries, buildConfigs, pathsToThirdPartyJars, javaLibrariesToDex, classNamesToHashesSupplier.
hashCode() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Computes a hash code from attributes: resourceDirectories, whitelistedStringDirectories, resourcesWithNonEmptyResDir, resourcesWithEmptyResButNonEmptyAssetsDir, hasResources.
hashCode() - Method in class com.facebook.buck.android.ApkInfo
Computes a hash code from attributes: manifestPath, apkPath, exopackageInfo.
hashCode() - Method in class com.facebook.buck.android.APKModule
Computes a hash code from attributes: name, rootModule, canaryClassName, buildTargets.
hashCode() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
hashCode() - Method in class com.facebook.buck.android.GenerateBuildConfigStep
 
hashCode() - Method in class com.facebook.buck.android.GenerateManifestStep
 
hashCode() - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Computes a hash code from attributes: soname, linkables.
hashCode() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Computes a hash code from attributes: mergedLinkables, mergedLinkablesAssets, sonameMapping.
hashCode() - Method in class com.facebook.buck.android.NdkCxxPlatform
Computes a hash code from attributes: cxxPlatform, cxxRuntime, objdump, cxxSharedRuntimePath.
hashCode() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Computes a hash code from attributes: type, version, gccVersion.
hashCode() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Computes a hash code from attributes: toolchain, toolchainTarget, targetArch, targetArchAbi, targetAppPlatform, compiler, compilerFlags, assemblerFlags, linkerFlags.
hashCode() - Method in class com.facebook.buck.android.ProGuardObfuscateStep
 
hashCode() - Method in class com.facebook.buck.android.StrippedObjectDescription
Computes a hash code from attributes: sourcePath, strippedObjectName, targetCpuType.
hashCode() - Method in class com.facebook.buck.apple.AppleBundleDestinations
Computes a hash code from attributes: metadataPath, resourcesPath, executablesPath, frameworksPath, plugInsPath, watchAppPath, headersPath, modulesPath.
hashCode() - Method in class com.facebook.buck.apple.AppleBundleResources
Computes a hash code from attributes: resourceDirs, dirsContainingResourceDirs, resourceFiles, resourceVariantFiles.
hashCode() - Method in class com.facebook.buck.apple.AppleCxxPlatform
Computes a hash code from attributes: cxxPlatform, swiftPlatform, appleSdk, appleSdkPaths, buildVersion, minVersion, actool, ibtool, momc, copySceneKitAssets, xctest, dsymutil, lipo, stubBinary, lldb, codesignAllocate, xcodeVersion, xcodeBuildVersion.
hashCode() - Method in class com.facebook.buck.apple.ApplePackageConfig
Computes a hash code from attributes: command, extension.
hashCode() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Computes a hash code from attributes: config, sdkVersion, platformBuildVersion, sdkPath.
hashCode() - Method in class com.facebook.buck.apple.ApplePlatform
Computes a hash code from attributes: name, swiftName, architectures, minVersionFlagPrefix, stubBinaryPath, appIncludesFrameworks.
hashCode() - Method in class com.facebook.buck.apple.AppleSdk
Computes a hash code from attributes: name, version, applePlatform, architectures, toolchains.
hashCode() - Method in class com.facebook.buck.apple.AppleSdkPaths
Computes a hash code from attributes: developerPath, toolchainPaths, platformPath, sdkPath.
hashCode() - Method in class com.facebook.buck.apple.AppleToolchain
Computes a hash code from attributes: identifier, version, path.
hashCode() - Method in class com.facebook.buck.apple.CodeSignIdentity
Computes a hash code from attributes: fingerprint, subjectCommonName.
hashCode() - Method in class com.facebook.buck.apple.GroupedSource
Computes a hash code from attributes: type, sourceWithFlags, sourcePath, sourceGroupName, sourceGroupPathRelativeToTarget, sourceGroup.
hashCode() - Method in class com.facebook.buck.apple.MultiarchFileInfo
Computes a hash code from attributes: fatTarget, thinTargets, representativePlatform.
hashCode() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Computes a hash code from attributes: projectPath, projectGenerated, requiredBuildTargets, buildTargetToGeneratedTargetMap.
hashCode() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Computes a hash code from attributes: appID, expirationDate, uUID, profilePath, entitlements, developerCertificateFingerprints.
hashCode() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Computes a hash code from attributes: name, udid, simulatorState.
hashCode() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Computes a hash code from attributes: supportedProductFamilyIDs, supportedArchitectures.
hashCode() - Method in class com.facebook.buck.apple.TestHostInfo
Computes a hash code from attributes: testHostApp, testHostAppBinarySourcePath, blacklist.
hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Computes a hash code from attributes: destination, path.
hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
Computes a hash code from attributes: identifier.
hashCode() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
hashCode() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Computes a hash code from attributes: ruleKeys, metadata, buildTarget, repository.
hashCode() - Method in class com.facebook.buck.artifact_cache.CacheResult
Computes a hash code from attributes: type, cacheSource, cacheError, metadata, artifactSizeBytes.
hashCode() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Computes a hash code from attributes: cacheDir, maxSizeBytes, cacheReadMode.
hashCode() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Computes a hash code from attributes: ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
hashCode() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Computes a hash code from attributes: responseSizeBytes, fetchResult, requestedRuleKey, artifactContentHash, artifactSizeBytes, errorMessage, associatedRuleKeys.
hashCode() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Computes a hash code from attributes: requestSizeBytes, wasStoreSuccessful, ruleKeys, artifactContentHash, artifactSizeBytes, errorMessage.
hashCode() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Computes a hash code from attributes: name, url, timeoutSeconds, readHeaders, writeHeaders, cacheReadMode, blacklistedWifiSsids, errorMessageFormat, maxStoreSize.
hashCode() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Computes a hash code from attributes: ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
hashCode() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Computes a hash code from attributes: cacheName, repository, scheduleType, fetchClient, storeClient, doStore, projectFilesystem, buckEventBus, httpWriteExecutorService, errorTextTemplate, maxStoreSizeBytes, thriftEndpointPath, distributedBuildModeEnabled.
hashCode() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Computes a hash code from attributes: rawKeys, ruleKeys, expectedHashCode, actualHashCode, artifactOnlyHashCode, responseSizeBytes, metadata.
hashCode() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
Computes a hash code from attributes: artifactContentHashCode, artifactSizeBytes.
hashCode() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Computes a hash code from attributes: fileNameLength, fileModificationTimestamp, ownerId, groupId, fileMode, fileSize, fileName, headerOffset, headerSize, fileOffset.
hashCode() - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
hashCode() - Method in class com.facebook.buck.cli.BuckConfig
 
hashCode() - Method in class com.facebook.buck.cli.CommandRunnerParams
Computes a hash code from attributes: console, stdIn, cell, versionedTargetGraphCache, artifactCacheFactory, parser, buckEventBus, androidPlatformTargetSupplier, platform, environment, javaPackageFinder, objectMapper, clock, processManager, webServer, persistentWorkerPools, buckConfig, fileHashCache, executors, buildEnvironmentDescription, actionGraphCache, knownBuildRuleTypesFactory, invocationInfo.
hashCode() - Method in class com.facebook.buck.cli.ConfigValue
Computes a hash code from attributes: key, section, property, value.
hashCode() - Method in class com.facebook.buck.cli.InstallResult
Computes a hash code from attributes: exitCode, launchedPid.
hashCode() - Method in class com.facebook.buck.cli.ProjectPredicates
Computes a hash code from attributes: projectRootsPredicate, associatedProjectPredicate.
hashCode() - Method in class com.facebook.buck.cli.ShowOptions
Computes a hash code from attributes: outputPath, ruleKey, targetHash.
hashCode() - Method in class com.facebook.buck.cli.TestRun
Computes a hash code from attributes: test, steps, testResultsCallable, testReportingCallback.
hashCode() - Method in class com.facebook.buck.command.BuildExecutionResult
Computes a hash code from attributes: results, failures.
hashCode() - Method in class com.facebook.buck.config.CellConfig
Computes a hash code from attributes: values.
hashCode() - Method in class com.facebook.buck.config.Config
 
hashCode() - Method in class com.facebook.buck.config.RawConfig
Computes a hash code from attributes: values.
hashCode() - Method in class com.facebook.buck.counters.Counter
 
hashCode() - Method in class com.facebook.buck.counters.CounterInfo
Computes a hash code from attributes: category, name, tags.
hashCode() - Method in class com.facebook.buck.counters.CounterSnapshot
Computes a hash code from attributes: category, tags, tagSets, values.
hashCode() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
Computes a hash code from attributes: sourcePaths.
hashCode() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Computes a hash code from attributes: directory, file, arguments, command.
hashCode() - Method in class com.facebook.buck.cxx.CxxHeadersDir
Computes a hash code from attributes: includeType, root.
hashCode() - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
Computes a hash code from attributes: cxxHeaders, cxxSources.
hashCode() - Method in class com.facebook.buck.cxx.CxxIncludePaths
Computes a hash code from attributes: iPaths, fPaths.
hashCode() - Method in class com.facebook.buck.cxx.CxxPlatform
Computes a hash code from attributes: flavor, as, asflags, aspp, asppflags, cc, cflags, cxx, cxxflags, cpp, cppflags, cxxpp, cxxppflags, cudapp, cudappflags, cuda, cudaflags, asmpp, asmppflags, asm, asmflags, ld, ldflags, runtimeLdflags, strip, stripFlags, ar, arflags, ranlib, ranlibflags, symbolNameTool, sharedLibraryExtension, sharedLibraryVersionedExtensionFormat, staticLibraryExtension, objectFileExtension, compilerDebugPathSanitizer, assemblerDebugPathSanitizer, headerVerification, flagMacros, sharedLibraryInterfaceFactory, binaryExtension.
hashCode() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Computes a hash code from attributes: preprocessorFlags, includes, frameworks, rules.
hashCode() - Method in class com.facebook.buck.cxx.CxxSandboxInclude
Computes a hash code from attributes: includeType, root, includeDir.
hashCode() - Method in class com.facebook.buck.cxx.CxxSource
Computes a hash code from attributes: type, path, flags.
hashCode() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Computes a hash code from attributes: params, resolver, pathResolver, ruleFinder, cxxBuckConfig, cxxPlatform, cxxPreprocessorInput, compilerFlags, prefixHeader, precompiledHeader, picType, sandboxTree.
hashCode() - Method in class com.facebook.buck.cxx.CxxSourceSet
Computes a hash code from attributes: sourcesSet.
hashCode() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Computes a hash code from attributes: includeType, root, includeRoot, headerMap, nameToPathMap.
hashCode() - Method in class com.facebook.buck.cxx.CxxTestStep
 
hashCode() - Method in class com.facebook.buck.cxx.CxxToolProviderParams
Computes a hash code from attributes: source, buildTarget, path, type.
hashCode() - Method in class com.facebook.buck.cxx.Depfiles.Depfile
 
hashCode() - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
Computes a hash code from attributes: filesystem, path.
hashCode() - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
Computes a hash code from attributes: filesystem, path.
hashCode() - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Computes a hash code from attributes: filesystem, objcopyPrefix, input, output, sections.
hashCode() - Method in class com.facebook.buck.cxx.ElfSharedLibraryInterfaceFactory
Computes a hash code from attributes: objcopy.
hashCode() - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
Computes a hash code from attributes: filesystem, path, section, allowMissing.
hashCode() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Computes a hash code from attributes: platformFlags, ruleFlags.
hashCode() - Method in class com.facebook.buck.cxx.FrameworkDependencies
Computes a hash code from attributes: sourcePaths.
hashCode() - Method in class com.facebook.buck.cxx.FrameworkPathArg
 
hashCode() - Method in class com.facebook.buck.cxx.HeaderMapStep
 
hashCode() - Method in class com.facebook.buck.cxx.HeaderVerification
Computes a hash code from attributes: mode, whitelist, platformWhitelist, whitelistPatterns.
hashCode() - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
Computes a hash code from attributes: platform, visibility.
hashCode() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Computes a hash code from attributes: platformFlags, ruleFlags.
hashCode() - Method in class com.facebook.buck.cxx.MachoHeader
Computes a hash code from attributes: commandsCount, is64Bit.
hashCode() - Method in class com.facebook.buck.cxx.NativeLinkableInput
Computes a hash code from attributes: args, frameworks, libraries.
hashCode() - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
Computes a hash code from attributes: type, libraryName.
hashCode() - Method in class com.facebook.buck.cxx.OmnibusLibraries
Computes a hash code from attributes: roots, libraries.
hashCode() - Method in class com.facebook.buck.cxx.OmnibusLibrary
Computes a hash code from attributes: soname, path.
hashCode() - Method in class com.facebook.buck.cxx.OmnibusRoot
Computes a hash code from attributes: path.
hashCode() - Method in class com.facebook.buck.cxx.OmnibusRoots
Computes a hash code from attributes: includedRoots, excludedRoots.
hashCode() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
Returns a constant hash code value.
hashCode() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Computes a hash code from attributes: sourceType, sourceFlags.
hashCode() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Computes a hash code from attributes: prefixHeader, otherFlags, includes, frameworkPaths.
hashCode() - Method in class com.facebook.buck.cxx.RelativeLinkArg
 
hashCode() - Method in class com.facebook.buck.cxx.ThinArchiveArg
Computes a hash code from attributes: pathResolver, path, contents.
hashCode() - Method in class com.facebook.buck.d.DIncludes
Computes a hash code from attributes: linkTree, sources.
hashCode() - Method in class com.facebook.buck.d.DTestStep
 
hashCode() - Method in class com.facebook.buck.dalvik.DalvikStatsTool.FieldReference
 
hashCode() - Method in class com.facebook.buck.dalvik.DalvikStatsTool.MethodReference
 
hashCode() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Computes a hash code from attributes: state, objectMapper, rootCell, parser, buckEventBus, executorService, actionGraphCache, cacheKeySeed, console, artifactCache, platform, clock, executors, provider, distBuildMode, coordinatorPort, stampedeBuildId.
hashCode() - Method in class com.facebook.buck.distributed.DistBuildStatus
Computes a hash code from attributes: eTAMillis, status, message, logBook.
hashCode() - Method in class com.facebook.buck.doctor.config.DoctorConfig
Computes a hash code from attributes: delegate.
hashCode() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Computes a hash code from attributes: buildId, logDirPath, machineReadableLog, rageMessage, rageUrl.
hashCode() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Computes a hash code from attributes: errorMessage, suggestions.
hashCode() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Computes a hash code from attributes: status, area, suggestion.
hashCode() - Method in class com.facebook.buck.dotnet.DotnetFramework
 
hashCode() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
hashCode() - Method in class com.facebook.buck.event.EventKey
Computes a hash code from attributes: value.
hashCode() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
hashCode() - Method in class com.facebook.buck.event.listener.EventPair
Computes a hash code from attributes: start, finish.
hashCode() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
Computes a hash code from attributes: timestamp.
hashCode() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
Computes a hash code from attributes: runId, stream.
hashCode() - Method in class com.facebook.buck.event.PerfEventId
Computes a hash code from attributes: value.
hashCode() - Method in class com.facebook.buck.event.StartActivityEvent.Finished
 
hashCode() - Method in class com.facebook.buck.event.UninstallEvent.Finished
 
hashCode() - Method in class com.facebook.buck.go.GoLinkable
Computes a hash code from attributes: goLinkInput, exportedDeps.
hashCode() - Method in class com.facebook.buck.go.GoPlatform
Computes a hash code from attributes: goOs, goArch, cxxPlatform.
hashCode() - Method in class com.facebook.buck.go.GoTestStep
 
hashCode() - Method in class com.facebook.buck.graph.DirectedAcyclicGraph
 
hashCode() - Method in class com.facebook.buck.haskell.HaskellCompileInput
Computes a hash code from attributes: flags, includes, packages.
hashCode() - Method in class com.facebook.buck.haskell.HaskellPackage
Computes a hash code from attributes: info, packageDb, libraries, interfaces.
hashCode() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Computes a hash code from attributes: name, version, identifier.
hashCode() - Method in class com.facebook.buck.haskell.HaskellSources
Computes a hash code from attributes: moduleMap.
hashCode() - Method in class com.facebook.buck.haskell.HaskellVersion
Computes a hash code from attributes: majorVersion.
hashCode() - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Computes a hash code from attributes: threadId, locale.
hashCode() - Method in class com.facebook.buck.io.ArchiveMemberPath
Computes a hash code from attributes: archivePath, memberPath.
hashCode() - Method in class com.facebook.buck.io.BuckPaths
Computes a hash code from attributes: buckOut, configuredBuckOut, currentVersionFile, genDir, resDir, scratchDir, annotationDir, logDir, traceDir, cacheDir, tmpDir, trashDir, offlineLogDir, remoteSandboxDir.
hashCode() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
hashCode() - Method in class com.facebook.buck.io.ProjectFilesystem
 
hashCode() - Method in class com.facebook.buck.io.ProjectWatch
Computes a hash code from attributes: watchRoot, projectPrefix.
hashCode() - Method in class com.facebook.buck.io.WatchmanDiagnostic
Computes a hash code from attributes: level, message.
hashCode() - Method in class com.facebook.buck.io.WatchmanQuery
Computes a hash code from attributes: queryPath, queryParams.
hashCode() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Computes a hash code from attributes: type, value, syntaxError, stackTrace.
hashCode() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Computes a hash code from attributes: fileName, lineNumber, functionName, text.
hashCode() - Method in class com.facebook.buck.json.BuildFilePythonResult
Computes a hash code from attributes: values, diagnostics, profile.
hashCode() - Method in class com.facebook.buck.json.BuildFileSyntaxError
Computes a hash code from attributes: fileName, lineNumber, offset, text.
hashCode() - Method in class com.facebook.buck.json.ParseBuckFileEvent.Finished
 
hashCode() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Computes a hash code from attributes: projectRoot, cellRoots, pythonInterpreter, pythonModuleSearchPath, allowEmptyGlobs, ignorePaths, buildFileName, defaultIncludes, descriptions, rawConfig, useWatchmanGlob, watchmanGlobStatResults, watchmanUseGlobGenerator, autodepsFilesHaveSignatures, watchman, useMercurialGlob, watchmanQueryTimeoutMs, enableBuildFileSandboxing, buildFileImportWhitelist.
hashCode() - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Computes a hash code from attributes: directToJarOutputPath, classesToRemoveFromJar, entriesToJar, mainClass, manifestFile.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot
Computes a hash code from attributes: url, folders.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
Computes a hash code from attributes: data, type, sortOrder.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
Computes a hash code from attributes: name, scope, exported.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Computes a hash code from attributes: name, targets, binaryJar, classPaths, sourceJar, javadocUrl.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Computes a hash code from attributes: name, targets, moduleBasePath, folders, dependencies, androidFacet, extraClassPathDependencies, generatedSourceCodeFolders, sdkName, sdkType, languageLevel, moduleType, metaInfDirectory, moduleImlFilePath.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Computes a hash code from attributes: manifestPath, resourcePaths, assetPaths, proguardConfigPath, androidLibrary, packageName, autogenerateSources, generatedSourcePath.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Computes a hash code from attributes: javaBuckConfig, buckConfig, autogenerateAndroidFacetSourcesEnabled, projectJdkName, projectJdkType, androidModuleSdkName, androidModuleSdkType, intellijModuleSdkName, intellijSdkTargets, javaModuleSdkName, javaModuleSdkType, projectLanguageLevel, excludedResourcePaths, depToGeneratedSourcesMap.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
Computes a hash code from attributes: type, url, isTestSource, isAndroidResources, packagePrefix.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
Computes a hash code from attributes: fileUrl, filePath, group.
hashCode() - Method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit
Computes a hash code from attributes: value.
hashCode() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Computes a hash code from attributes: eventSink, stdErr, classLoaderCache, objectMapper, verbosity, cellPathResolver, javaPackageFinder, projectFilesystem, usedClassesFileWriter, environment, processExecutor, absolutePathsForInputs, directToJarOutputSettings.
hashCode() - Method in class com.facebook.buck.jvm.java.JavacOptions
Computes a hash code from attributes: javacPath, javacJarPath, compilerClassName, spoolMode, productionBuild, verbose, sourceLevel, targetLevel, annotationProcessingParams, safeAnnotationProcessors, extraArguments, classesToRemoveFromJar, bootclasspath, sourceToBootclasspath, trackClassUsageNotDisabled, javacLocation, abiGenerationMode.
hashCode() - Method in class com.facebook.buck.jvm.java.JavacVersion
Computes a hash code from attributes: versionString.
hashCode() - Method in class com.facebook.buck.jvm.java.JavaOptions
Computes a hash code from attributes: javaPath.
hashCode() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Computes a hash code from attributes: directoryForTestResults, classpathFile, testType, debugEnabled, codeCoverageEnabled, inclNoLocationClassesEnabled, shouldExplainTestSelectorList, pathToJavaAgent, buildId, buckModuleBaseSourceCodePath, stdOutLogLevel, stdErrLogLevel, robolectricLogPath, testRunnerClasspath, extraJvmArgs, testClasses, testSelectorList.
hashCode() - Method in class com.facebook.buck.log.ErrorLogRecord
Computes a hash code from attributes: record, logs, traits, message, category, time, logger, buildUuid, isSuperConsoleEnabled, isDaemon, stack, errorMessage, initialError, initialErrorMsg, origin.
hashCode() - Method in class com.facebook.buck.log.InvocationInfo
Computes a hash code from attributes: buildId, superConsoleEnabled, isDaemon, subCommand, buckLogDir, timestampMillis.
hashCode() - Method in class com.facebook.buck.log.LogConfigSetup
Computes a hash code from attributes: logDir, rotateLog, count, maxLogSizeBytes, logFilePrefix.
hashCode() - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Computes a hash code from attributes: starter, components.
hashCode() - Method in class com.facebook.buck.lua.LuaPackageComponents
Computes a hash code from attributes: modules, pythonModules, nativeLibraries.
hashCode() - Method in class com.facebook.buck.lua.LuaScriptStarter
Computes a hash code from attributes: baseParams, ruleResolver, pathResolver, ruleFinder, luaConfig, cxxPlatform, target, output, mainModule, relativeModulesDir, relativePythonModulesDir.
hashCode() - Method in class com.facebook.buck.lua.NativeExecutableStarter
Computes a hash code from attributes: baseParams, ruleResolver, pathResolver, ruleFinder, luaConfig, cxxBuckConfig, cxxPlatform, target, output, mainModule, nativeStarterLibrary, relativeModulesDir, relativePythonModulesDir, relativeNativeLibsDir.
hashCode() - Method in class com.facebook.buck.macho.FatArch
Computes a hash code from attributes: cputype, cpusubtype, offset, size, align.
hashCode() - Method in class com.facebook.buck.macho.FatHeader
Computes a hash code from attributes: magic, nfat_arch.
hashCode() - Method in class com.facebook.buck.macho.LinkEditDataCommand
Computes a hash code from attributes: loadCommandCommonFields, dataoff, datasize.
hashCode() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Computes a hash code from attributes: offsetInBinary, cmd, cmdsize.
hashCode() - Method in class com.facebook.buck.macho.MachoHeader
Computes a hash code from attributes: magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags, reserved.
hashCode() - Method in class com.facebook.buck.macho.Nlist
Computes a hash code from attributes: offsetInBinary, n_strx, n_type, n_sect, n_desc, n_value.
hashCode() - Method in class com.facebook.buck.macho.Section
Computes a hash code from attributes: offsetInBinary, sectname, segname, addr, size, offset, align, reloff, nreloc, flags, reserved1, reserved2, reserved3.
hashCode() - Method in class com.facebook.buck.macho.SegmentCommand
Computes a hash code from attributes: loadCommandCommonFields, segname, vmaddr, vmsize, fileoff, filesize, maxprot, initprot, nsects, flags.
hashCode() - Method in class com.facebook.buck.macho.SymTabCommand
Computes a hash code from attributes: loadCommandCommonFields, symoff, nsyms, stroff, strsize.
hashCode() - Method in class com.facebook.buck.macho.UnknownCommand
Computes a hash code from attributes: loadCommandCommonFields.
hashCode() - Method in class com.facebook.buck.macho.UUIDCommand
Computes a hash code from attributes: loadCommandCommonFields, uuid.
hashCode() - Method in class com.facebook.buck.model.BuildId
 
hashCode() - Method in class com.facebook.buck.model.BuildTarget
Returns a precomputed-on-construction hash code from attributes: unflavoredBuildTarget, flavors.
hashCode() - Method in class com.facebook.buck.model.Either
 
hashCode() - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
 
hashCode() - Method in class com.facebook.buck.model.ImmutableFlavor
Computes a hash code from attributes: name.
hashCode() - Method in class com.facebook.buck.model.MacroMatchResult
Computes a hash code from attributes: macroType, macroInput, startIndex, endIndex, escaped.
hashCode() - Method in class com.facebook.buck.model.Pair
 
hashCode() - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
 
hashCode() - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
 
hashCode() - Method in class com.facebook.buck.model.UnflavoredBuildTarget
Computes a hash code from attributes: cellPath, cell, baseName, shortName.
hashCode() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Computes a hash code from attributes: buildTarget, projectFilesystem, sourcePathResolver, library, flags, input, nativeIncludes, bytecodeIncludes, nativeLinkableInput, bytecodeLinkableInput, cLinkableInput, ocamlInput, cxxPreprocessorInput, nativeCompileDeps, bytecodeCompileDeps, bytecodeLinkDeps, ocamlDepTool, ocamlCompiler, ocamlDebug, yaccCompiler, lexCompiler, ocamlBytecodeCompiler, cFlags, ocamlInteropIncludesDir, ldFlags, cPreprocessor.
hashCode() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Computes a hash code from attributes: rules, nativeCompileDeps, bytecodeCompileDeps, objectFiles, bytecodeLink.
hashCode() - Method in class com.facebook.buck.parser.BuildFileSpec
Computes a hash code from attributes: basePath, recursive, cellPath.
hashCode() - Method in class com.facebook.buck.parser.BuildTargetSpec
Computes a hash code from attributes: buildTarget, buildFileSpec.
hashCode() - Method in class com.facebook.buck.parser.ParserConfig
Computes a hash code from attributes: delegate.
hashCode() - Method in class com.facebook.buck.parser.SpeculativeParsing
Computes a hash code from attributes: value.
hashCode() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
Computes a hash code from attributes: predicate, buildFileSpec.
hashCode() - Method in class com.facebook.buck.python.NeededCoverageSpec
Computes a hash code from attributes: neededCoverageRatio, buildTarget, pathName.
hashCode() - Method in class com.facebook.buck.python.PythonPackageComponents
Computes a hash code from attributes: modules, resources, nativeLibraries, prebuiltLibraries, zipSafe.
hashCode() - Method in class com.facebook.buck.python.PythonPlatform
Computes a hash code from attributes: flavor, environment, cxxLibrary.
hashCode() - Method in class com.facebook.buck.python.PythonVersion
Computes a hash code from attributes: interpreterName, versionString.
hashCode() - Method in class com.facebook.buck.query.FunctionExpression
 
hashCode() - Method in class com.facebook.buck.query.QueryBuildTarget
Computes a hash code from attributes: buildTarget.
hashCode() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
hashCode() - Method in class com.facebook.buck.query.QueryFileTarget
Computes a hash code from attributes: path.
hashCode() - Method in class com.facebook.buck.query.TargetLiteral
 
hashCode() - Method in class com.facebook.buck.rage.BuildLogEntry
Computes a hash code from attributes: relativePath, buildId, commandArgs, exitCode, ruleKeyLoggerLogFile, machineReadableLogFile, traceFile, size, lastModifiedTime.
hashCode() - Method in class com.facebook.buck.rage.DefectReport
Computes a hash code from attributes: userReport, highlightedBuildIds, includedPaths, buildEnvironmentDescription, sourceControlInfo, extraInfo, fileChangesIgnoredReport, userLocalConfiguration.
hashCode() - Method in class com.facebook.buck.rage.DefectSubmitResult
Computes a hash code from attributes: isRequestSuccessful, requestProtocol, reportSubmitLocation, reportSubmitMessage, reportSubmitErrorMessage.
hashCode() - Method in class com.facebook.buck.rage.ExtraInfoResult
Computes a hash code from attributes: output, extraFiles.
hashCode() - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
Computes a hash code from attributes: watchmanDiagReport.
hashCode() - Method in class com.facebook.buck.rage.RageConfig
Computes a hash code from attributes: delegate.
hashCode() - Method in class com.facebook.buck.rage.RageJsonResponse
Computes a hash code from attributes: requestSuccessful, errorMessage, rageUrl, message.
hashCode() - Method in class com.facebook.buck.rage.SourceControlInfo
Computes a hash code from attributes: currentRevisionId, basedOffWhichTracked, revisionIdOffTracked, diff, dirtyFiles.
hashCode() - Method in class com.facebook.buck.rage.UserLocalConfiguration
Computes a hash code from attributes: noBuckCheckPresent, localConfigsContents.
hashCode() - Method in class com.facebook.buck.rage.UserReport
Computes a hash code from attributes: userIssueDescription.
hashCode() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
hashCode() - Method in class com.facebook.buck.rules.ActionGraphAndResolver
Computes a hash code from attributes: actionGraph, resolver.
hashCode() - Method in class com.facebook.buck.rules.args.Arg
 
hashCode() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
hashCode() - Method in class com.facebook.buck.rules.args.GlobArg
Computes a hash code from attributes: pathResolver, root, pattern.
hashCode() - Method in class com.facebook.buck.rules.args.MacroArg
 
hashCode() - Method in class com.facebook.buck.rules.args.SanitizedArg
 
hashCode() - Method in class com.facebook.buck.rules.args.SourcePathArg
 
hashCode() - Method in class com.facebook.buck.rules.args.StringArg
 
hashCode() - Method in class com.facebook.buck.rules.BuildContext
Computes a hash code from attributes: actionGraph, sourcePathResolver, javaPackageFinder, eventBus, androidPlatformTargetSupplier.
hashCode() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Computes a hash code from attributes: buildContext, artifactCache, objectMapper, clock, buildId, environment, keepGoing.
hashCode() - Method in class com.facebook.buck.rules.BuildEvent.Finished
 
hashCode() - Method in class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
hashCode() - Method in class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
hashCode() - Method in class com.facebook.buck.rules.BuildRuleKeys
Computes a hash code from attributes: ruleKey, inputRuleKey, depFileRuleKey, manifestRuleKey.
hashCode() - Method in class com.facebook.buck.rules.BuildRuleType
Computes a hash code from attributes: name, testRule.
hashCode() - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
Computes a hash code from attributes: delegate.
hashCode() - Method in class com.facebook.buck.rules.Cell
 
hashCode() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Computes a hash code from attributes: type, name, value.
hashCode() - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
Computes a hash code from attributes: nameToField.
hashCode() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Computes a hash code from attributes: type, sourceTreePath, sourcePath.
hashCode() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Computes a hash code from attributes: minSdkVersion, targetSdkVersion, versionCode, versionName, debugMode, placeholders.
hashCode() - Method in class com.facebook.buck.rules.coercer.OcamlSource
Computes a hash code from attributes: name, source.
hashCode() - Method in class com.facebook.buck.rules.coercer.SourceList
Computes a hash code from attributes: type, unnamedSources, namedSources.
hashCode() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Computes a hash code from attributes: type, unnamedSources, namedSources.
hashCode() - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
Computes a hash code from attributes: metadata, directory.
hashCode() - Method in class com.facebook.buck.rules.ExopackageInfo
Computes a hash code from attributes: dexInfo, nativeLibsInfo.
hashCode() - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
Computes a hash code from attributes: metadata, directory.
hashCode() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Computes a hash code from attributes: target, type, command, neededCoverage, env, labels, contacts.
hashCode() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Computes a hash code from attributes: pathToFile, pathWithinArchive.
hashCode() - Method in class com.facebook.buck.rules.Label
Computes a hash code from attributes: labelString.
hashCode() - Method in class com.facebook.buck.rules.ParamInfo
 
hashCode() - Method in class com.facebook.buck.rules.PathSourcePath
 
hashCode() - Method in class com.facebook.buck.rules.RelativeCellName
Computes a hash code from attributes: components.
hashCode() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Computes a hash code from attributes: resourceAwareSchedulingEnabled, defaultResourceAmounts, amountsPerRuleType.
hashCode() - Method in class com.facebook.buck.rules.RuleKey
 
hashCode() - Method in class com.facebook.buck.rules.RuleScheduleInfo
Computes a hash code from attributes: jobsMultiplier.
hashCode() - Method in class com.facebook.buck.rules.SourceWithFlags
Computes a hash code from attributes: sourcePath, flags.
hashCode() - Method in class com.facebook.buck.rules.TargetGraph
 
hashCode() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Computes a hash code from attributes: targetGraph, buildTargets.
hashCode() - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
Computes a hash code from attributes: targetGraph, targetNodes.
hashCode() - Method in class com.facebook.buck.rules.VersionedTool
Computes a hash code from attributes: path, extraArgs, name, version.
hashCode() - Method in class com.facebook.buck.rust.RustLibraryArg
 
hashCode() - Method in class com.facebook.buck.shell.WorkerJobParams
Computes a hash code from attributes: tempDir, startupCommand, startupArgs, startupEnvironment, jobArgs, maxWorkers, persistentWorkerKey, workerHash.
hashCode() - Method in class com.facebook.buck.shell.WorkerJobResult
Computes a hash code from attributes: exitCode, stdout, stderr.
hashCode() - Method in class com.facebook.buck.shell.WorkerProcessCommand
Computes a hash code from attributes: argsPath, stdOutPath, stdErrPath.
hashCode() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Computes a hash code from attributes: clock, schedulerService, serverPool, eventBus, errorCheckTimeRangeMillis, latencyCheckTimeRangeMillis, maxAcceptableLatencyMillis, connectionTimeoutMillis, healthCheckIntervalMillis, pingEndpoint, maxErrorPercentage.
hashCode() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Computes a hash code from attributes: server, exception, requestSizeBytes, responseSizeBytes.
hashCode() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
Computes a hash code from attributes: perServerData.
hashCode() - Method in class com.facebook.buck.slb.PerServerData
Computes a hash code from attributes: server, serverUnhealthy, bestServer.
hashCode() - Method in class com.facebook.buck.slb.PerServerPingData
Computes a hash code from attributes: server, exception, pingRequestLatencyMillis.
hashCode() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Computes a hash code from attributes: noHealthyServersAvailable, perServerData.
hashCode() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Computes a hash code from attributes: service.
hashCode() - Method in class com.facebook.buck.step.AbstractTestStep
 
hashCode() - Method in class com.facebook.buck.step.CompositeStep
 
hashCode() - Method in class com.facebook.buck.step.ExecutionContext
Computes a hash code from attributes: console, buckEventBus, platform, environment, javaPackageFinder, objectMapper, executors, targetDevice, targetDeviceOptions, adbOptions, persistentWorkerPools, cellPathResolver, androidPlatformTargetSupplier, defaultTestTimeoutMillis, codeCoverageEnabled, inclNoLocationClassesEnabled, shouldReportAbsolutePaths, debugEnabled, workerProcessPools, concurrencyLimit, classLoaderCache, processExecutor, verbosity, stdErr, stdOut, buildId, ansi.
hashCode() - Method in class com.facebook.buck.step.fs.MakeCleanDirectoryStep
 
hashCode() - Method in class com.facebook.buck.step.fs.MkdirAndSymlinkFileStep
 
hashCode() - Method in class com.facebook.buck.step.fs.SymlinkTreeStep
 
hashCode() - Method in class com.facebook.buck.step.fs.TouchStep
 
hashCode() - Method in class com.facebook.buck.step.StepEvent.Finished
 
hashCode() - Method in class com.facebook.buck.step.StepExecutionResult
Computes a hash code from attributes: exitCode, stderr, success.
hashCode() - Method in class com.facebook.buck.swift.SwiftPlatform
Computes a hash code from attributes: swift, swiftStdlibTool, swiftRuntimePaths, swiftStaticRuntimePaths.
hashCode() - Method in class com.facebook.buck.test.selectors.TestDescription
 
hashCode() - Method in class com.facebook.buck.test.TestResults
Computes a hash code from attributes: buildTarget, success, hasAssumptionViolations, failureCount, failures, testCases, contacts, labels, testLogPaths, dependenciesPassTheirTests, sequenceNumber, totalNumberOfTests.
hashCode() - Method in class com.facebook.buck.test.TestResultSummary
 
hashCode() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Computes a hash code from attributes: includeStdErr, includeStdOut, maxDebugLogLines.
hashCode() - Method in class com.facebook.buck.test.TestRunningOptions
Computes a hash code from attributes: codeCoverageEnabled, runAllTests, testSelectorList, shouldExplainTestSelectorList, testResultCacheMode, shufflingTests, pathToXmlTestOutput, pathToJavaAgent, coverageReportFormat, coverageReportTitle, environmentOverrides, coverageExcludes, coverageIncludes.
hashCode() - Method in class com.facebook.buck.test.TestStatusMessage
Computes a hash code from attributes: message, level, timestampMillis.
hashCode() - Method in class com.facebook.buck.thrift.ThriftCompilerStep
 
hashCode() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Computes a hash code from attributes: enabled, ignoredPaths.
hashCode() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
Computes a hash code from attributes: hash, flags.
hashCode() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Computes a hash code from attributes: cachesExamined, filesExamined, verificationErrors.
hashCode() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Computes a hash code from attributes: type, getHashCode, children.
hashCode() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Computes a hash code from attributes: future, resources.
hashCode() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Computes a hash code from attributes: cpu, memory, diskIO, networkIO.
hashCode() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Computes a hash code from attributes: pathSelector, maxTotalSizeBytes, maxPathCount, minAmountOfEntriesToKeep, maxBytesAfterDeletion.
hashCode() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Computes a hash code from attributes: user, hostname, os, availableCores, systemMemory, buckDirty, buckCommit, javaVersion, cacheModes, extraData, jsonProtocolVersion, buildType.
hashCode() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
hashCode() - Method in class com.facebook.buck.util.network.offline.ScribeData
Computes a hash code from attributes: category, lines.
hashCode() - Method in class com.facebook.buck.util.PatternAndMessage
Computes a hash code from attributes: pattern, message.
hashCode() - Method in class com.facebook.buck.util.ProcessExecutorParams
Computes a hash code from attributes: command, directory, environment, redirectInput, redirectOutput, redirectError, redirectErrorStream.
hashCode() - Method in class com.facebook.buck.util.ProcessResourceConsumption
Computes a hash code from attributes: memResident, memSize, cpuReal, cpuUser, cpuSys, cpuTotal, ioBytesRead, ioBytesWritten, ioTotal.
hashCode() - Method in class com.facebook.buck.util.SampleRate
Computes a hash code from attributes: sampleRate.
hashCode() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
 
hashCode() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
Computes a hash code from attributes: pathsChangedInWorkingDirectory, currentRevisionId, baseBookmarks, branchedFromMasterRevisionId.
hashCode() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Computes a hash code from attributes: inputs, targetGraphAndBuildTargets.
hashCode() - Method in class com.facebook.buck.versions.ExactConstraint
Computes a hash code from attributes: version.
hashCode() - Method in class com.facebook.buck.versions.Version
Computes a hash code from attributes: name.
hashCode() - Method in class com.facebook.buck.versions.VersionedAliasDescription
Returns a constant hash code value.
hashCode() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Computes a hash code from attributes: type, targetGraphAndBuildTargets.
hashCode() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Computes a hash code from attributes: targetGraphAndBuildTargets, versionUniverses.
hashCode() - Method in class com.facebook.buck.versions.VersionInfo
Computes a hash code from attributes: versionDomain.
hashCode() - Method in class com.facebook.buck.versions.VersionUniverse
Computes a hash code from attributes: versions.
HashCodeAndFileType - Class in com.facebook.buck.util.cache
Immutable implementation of AbstractHashCodeAndFileType.
HashCodeAndFileType.Builder - Class in com.facebook.buck.util.cache
Builds instances of type HashCodeAndFileType.
HashedFileTool - Class in com.facebook.buck.rules
 
HashedFileTool(Path) - Constructor for class com.facebook.buck.rules.HashedFileTool
 
HasherInputStream - Class in com.facebook.buck.util.hash
An InputStream which appends the hash of the data read from it to a Hasher.
HasherInputStream(Hasher, InputStream) - Constructor for class com.facebook.buck.util.hash.HasherInputStream
 
HasherOutputStream - Class in com.facebook.buck.util.hash
An OutputStream which appends the hash of the data written to it to a Hasher.
HasherOutputStream(Hasher, OutputStream) - Constructor for class com.facebook.buck.util.hash.HasherOutputStream
 
HashingDeterministicJarWriter - Class in com.facebook.buck.io
Writes a deterministic jar with precomputed hash codes in its MANIFEST.MF.
HashingDeterministicJarWriter(ZipOutputStream) - Constructor for class com.facebook.buck.io.HashingDeterministicJarWriter
 
HashInputJarsToDexStep - Class in com.facebook.buck.android
Step responsible for hashing dex inputs to be passed to SmartDexingStep.
HashInputJarsToDexStep(ProjectFilesystem, Supplier<Set<Path>>, Optional<Supplier<Multimap<Path, Path>>>, Supplier<Map<String, HashCode>>) - Constructor for class com.facebook.buck.android.HashInputJarsToDexStep
 
hashJsonObject(Hasher, Object) - Static method in class com.facebook.buck.json.JsonObjectHashing
Given a Hasher and a parsed BUCK file object, updates the Hasher with the contents of the JSON object.
hashPath(Hasher, FileHashLoader, ProjectFilesystem, Path) - Static method in class com.facebook.buck.hashing.PathHashing
 
hashPaths(Hasher, FileHashLoader, ProjectFilesystem, ImmutableSortedSet<Path>) - Static method in class com.facebook.buck.hashing.PathHashing
Iterates recursively over all files under paths, sorts the filenames, and updates the Hasher with the names and contents of all files inside.
hashSourcePathGroup(FileHashCache, SourcePathResolver, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.rules.Manifest
 
hashStringAndLength(Hasher, String) - Static method in class com.facebook.buck.hashing.StringHashing
Encodes the string in UTF-8, then hashes the length of the encoded UTF-8 bytes followed by the bytes themselves.
hashTargetGraph() - Method in class com.facebook.buck.rules.TargetGraphHashing
Given a TargetGraph and any number of root nodes to traverse, returns a map of (BuildTarget, HashCode) pairs for all root build targets and their dependencies.
hasIdentifier() - Method in class com.facebook.buck.step.TargetDevice
 
hasIncomingEdges(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
hasInitialTargets(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
HasInstallableApk - Interface in com.facebook.buck.android
Build rule that generates an APK that can be installed with the install command.
HasInstallableApk.AbstractApkInfo - Class in com.facebook.buck.android
 
HasJavaAbi - Interface in com.facebook.buck.jvm.java
 
HasJavaClassHashes - Interface in com.facebook.buck.jvm.core
This should be considered deprecated.
HaskellBinaryDescription - Class in com.facebook.buck.haskell
 
HaskellBinaryDescription(HaskellConfig, FlavorDomain<CxxPlatform>, CxxPlatform) - Constructor for class com.facebook.buck.haskell.HaskellBinaryDescription
 
HaskellBinaryDescription.Arg - Class in com.facebook.buck.haskell
 
HaskellBinaryDescription.Type - Enum in com.facebook.buck.haskell
 
HaskellBuckConfig - Class in com.facebook.buck.haskell
 
HaskellBuckConfig(BuckConfig, ExecutableFinder) - Constructor for class com.facebook.buck.haskell.HaskellBuckConfig
 
HaskellCompileDep - Interface in com.facebook.buck.haskell
An interface for rule which can provide interfaces files for a haskell compilation.
HaskellCompileInput - Class in com.facebook.buck.haskell
Information that contributes to a haskell compilation job.
HaskellCompileInput.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellCompileInput.
HaskellCompileRule - Class in com.facebook.buck.haskell
 
HaskellConfig - Interface in com.facebook.buck.haskell
 
HaskellDescriptionUtils - Class in com.facebook.buck.haskell
 
HaskellLibrary - Class in com.facebook.buck.haskell
 
HaskellLibrary(BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.haskell.HaskellLibrary
 
HaskellLibraryDescription - Class in com.facebook.buck.haskell
 
HaskellLibraryDescription(HaskellConfig, CxxBuckConfig, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.haskell.HaskellLibraryDescription
 
HaskellLibraryDescription.Arg - Class in com.facebook.buck.haskell
 
HaskellLibraryDescription.Type - Enum in com.facebook.buck.haskell
 
HaskellLinkRule - Class in com.facebook.buck.haskell
 
HaskellLinkRule(BuildRuleParams, Tool, String, ImmutableList<Arg>, ImmutableList<Arg>, boolean) - Constructor for class com.facebook.buck.haskell.HaskellLinkRule
 
HaskellPackage - Class in com.facebook.buck.haskell
Represents a Haskell package used as a dependency during compilation.
HaskellPackage.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellPackage.
HaskellPackageInfo - Class in com.facebook.buck.haskell
Identifying information for a HaskellPackage.
HaskellPackageRule - Class in com.facebook.buck.haskell
 
HaskellPackageRule(BuildRuleParams, Tool, HaskellVersion, HaskellPackageInfo, ImmutableSortedMap<String, HaskellPackage>, ImmutableSortedSet<String>, ImmutableSortedSet<SourcePath>, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.haskell.HaskellPackageRule
 
HaskellPrebuiltLibraryDescription - Class in com.facebook.buck.haskell
 
HaskellPrebuiltLibraryDescription() - Constructor for class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription
 
HaskellPrebuiltLibraryDescription.Arg - Class in com.facebook.buck.haskell
 
HaskellSources - Class in com.facebook.buck.haskell
Immutable implementation of AbstractHaskellSources.
HaskellSources.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellSources.
HaskellVersion - Class in com.facebook.buck.haskell
Immutable implementation of AbstractHaskellVersion.
HaskellVersion.Builder - Class in com.facebook.buck.haskell
Builds instances of type HaskellVersion.
HasLinkerMap - Interface in com.facebook.buck.cxx
 
HasMavenCoordinates - Interface in com.facebook.buck.jvm.java
 
hasOutput() - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
HasOutputName - Interface in com.facebook.buck.model
Interface for BuildRules which generate sources with logical "names" (e.g.
hasPatterns() - Method in class com.facebook.buck.util.PatternsMatcher
 
hasPendingWrites() - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Returns true if the process has any data queued to write to stdin, false otherwise.
HasPostBuildSteps - Interface in com.facebook.buck.rules
Deprecated interface used by BuildRules which perform operations after the build.
hasProcessFinished(Object) - Method in class com.facebook.buck.util.ProcessHelper
 
hasResources() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
 
HasRuntimeDeps - Interface in com.facebook.buck.rules
Provides a facility for a rule to list dependencies it'll need at runtime.
hasSerialNumber() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
hasSerialNumber() - Method in class com.facebook.buck.step.TargetDeviceOptions
 
HasSourcePath - Interface in com.facebook.buck.rules.args
Interface for extracting a SourcePath from an Arg which has one.
HasSources - Interface in com.facebook.buck.jvm.java
 
HasSwiftCompilerFlags - Interface in com.facebook.buck.swift
 
hasTestResultFiles() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
hasTestResultFiles() - Method in class com.facebook.buck.apple.AppleTest
 
hasTestResultFiles() - Method in class com.facebook.buck.cxx.CxxTest
 
hasTestResultFiles() - Method in class com.facebook.buck.d.DTest
 
hasTestResultFiles() - Method in class com.facebook.buck.go.GoTest
 
hasTestResultFiles() - Method in class com.facebook.buck.jvm.java.JavaTest
 
hasTestResultFiles() - Method in class com.facebook.buck.python.PythonTest
 
hasTestResultFiles() - Method in interface com.facebook.buck.rules.TestRule
Returns a boolean indicating whether the files that contain the test results for this rule are present.
hasTestResultFiles() - Method in class com.facebook.buck.rust.RustTest
 
hasTestResultFiles() - Method in class com.facebook.buck.shell.ShTest
 
HasTests - Interface in com.facebook.buck.model
A constructor arg of source rules with a list of their tests.
hasTimedOut() - Method in class com.facebook.buck.jvm.java.JUnitStep
 
hasUserDefinedValue(String, String) - Method in class com.facebook.buck.cli.BuckConfig
 
hasValidSignature(ProcessExecutor, Path) - Static method in class com.facebook.buck.apple.CodeSigning
Checks whether a binary or bundle already has a valid code signature.
hasWhitelistedStrings - Variable in class com.facebook.buck.android.AndroidResourceDescription.Arg
 
hasWildmatchGlob() - Method in class com.facebook.buck.io.Watchman
 
header - Variable in class com.facebook.buck.cxx.elf.Elf
 
header - Variable in class com.facebook.buck.cxx.elf.ElfSection
 
HEADER_EXTENSIONS - Static variable in class com.facebook.buck.cxx.CxxCompilables
Header files that can be included in preprocessing.
HEADER_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
HeaderMap - Class in com.facebook.buck.apple.clang
Header maps are essentially hash maps from strings to paths (coded as two strings: a prefix and a suffix).
HeaderMap.Builder - Class in com.facebook.buck.apple.clang
 
HeaderMap.HeaderMapVisitor - Interface in com.facebook.buck.apple.clang
 
HeaderMapStep - Class in com.facebook.buck.cxx
 
HeaderMapStep(ProjectFilesystem, Path, ImmutableMap<Path, Path>) - Constructor for class com.facebook.buck.cxx.HeaderMapStep
 
headerNamespace - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
headerNamespace - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
headerOnly - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
headerOutputPath(BuildTarget, ProjectFilesystem, Optional<String>) - Static method in class com.facebook.buck.halide.HalideCompile
 
HeaderPathNormalizer - Class in com.facebook.buck.cxx
 
HeaderPathNormalizer(SourcePathResolver, ImmutableMap<Path, SourcePath>, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.cxx.HeaderPathNormalizer
 
HeaderPathNormalizer.Builder - Class in com.facebook.buck.cxx
 
headerPathPrefix - Variable in class com.facebook.buck.apple.AppleNativeTargetDescriptionArg
 
headers - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
HeaderSymlinkTree - Class in com.facebook.buck.cxx
 
HeaderSymlinkTree(BuildRuleParams, Path, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.cxx.HeaderSymlinkTree
 
HeaderSymlinkTreeWithHeaderMap - Class in com.facebook.buck.cxx
 
HeaderSymlinkTreeWithHeaderMap(BuildRuleParams, Path, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.cxx.HeaderSymlinkTreeWithHeaderMap
 
HeaderVerification - Class in com.facebook.buck.cxx
Defines how to handle headers that get included during the build but aren't explicitly tracked in any build files.
HeaderVerification.Builder - Class in com.facebook.buck.cxx
Builds instances of type HeaderVerification.
HeaderVerificationException(String) - Constructor for exception com.facebook.buck.cxx.Depfiles.HeaderVerificationException
 
HeaderVisibility - Enum in com.facebook.buck.cxx
 
HG_CMD_DEFAULT - Static variable in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
HG_CMD_SETTING_KEY - Static variable in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
HgAutoSparseState - Class in com.facebook.buck.util.autosparse
AutoSparseState for a mercurial repository.
HgAutoSparseState(HgCmdLineInterface, Path, AutoSparseConfig) - Constructor for class com.facebook.buck.util.autosparse.HgAutoSparseState
 
HgCmdLineInterface - Class in com.facebook.buck.util.versioncontrol
 
HgCmdLineInterface(ProcessExecutorFactory, Path, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
Hint - Annotation Type in com.facebook.buck.rules
Represents hints given when deal with the value returned by Description.createUnpopulatedConstructorArg().
hit() - Static method in class com.facebook.buck.event.ActionGraphEvent.Cache
 
Hit() - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache.Hit
 
hit() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Cache
 
HiveRowFormatter - Class in com.facebook.buck.util.network
Use this formatter as you would use a Builder to create Hive formatted rows that will transmit correctly according to Scribe/Hive protocol.
HostnameFetching - Class in com.facebook.buck.util.network.hostname
 
HostnameFetchingPosixLibrary - Class in com.facebook.buck.util.network.hostname
 
HostnameFetchingWin32Library - Interface in com.facebook.buck.util.network.hostname
 
HttpArtifactCache - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCache(NetworkCacheArgs) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCache
 
HttpArtifactCacheBinaryProtocol - Class in com.facebook.buck.artifact_cache
Implements the binary protocol used by Buck to talk to the cache server.
HttpArtifactCacheBinaryProtocol.FetchResponse - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheBinaryProtocol.StoreRequest - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent - Class in com.facebook.buck.artifact_cache
Event produced for HttpArtifactCache operations containing different stats.
HttpArtifactCacheEvent(EventKey, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
HttpArtifactCacheEvent.Finished - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent.Finished.Builder - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent.Scheduled - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent.Shutdown - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEvent.Started - Class in com.facebook.buck.artifact_cache
 
HttpArtifactCacheEventFetchData - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheEvent.AbstractHttpArtifactCacheEventFetchData.
HttpArtifactCacheEventFetchData.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type HttpArtifactCacheEventFetchData.
HttpArtifactCacheEventListener - Class in com.facebook.buck.event.listener
Listens to HttpArtifactCacheEvents and logs stats data in Hive row format.
HttpArtifactCacheEventListener(BatchingLogger, BatchingLogger) - Constructor for class com.facebook.buck.event.listener.HttpArtifactCacheEventListener
 
HttpArtifactCacheEventStoreData - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheEvent.AbstractHttpArtifactCacheEventStoreData.
HttpArtifactCacheEventStoreData.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type HttpArtifactCacheEventStoreData.
HttpArtifactCacheUploadListener - Class in com.facebook.buck.event.listener
In charge for monitoring builds that store artifacts to the remote cache and computing stateful cache upload stats.
HttpArtifactCacheUploadListener(BuckEventBus, int) - Constructor for class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
httpArtifactTotalBytesUploaded - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
httpArtifactUploadedCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
httpArtifactUploadFailedCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
httpArtifactUploadsScheduledCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
httpArtifactUploadsStartedCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
HttpCacheEntry - Class in com.facebook.buck.artifact_cache
Immutable implementation of ArtifactCacheBuckConfig.AbstractHttpCacheEntry.
HttpCacheEntry.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type HttpCacheEntry.
HttpDownloader - Class in com.facebook.buck.file
Download a file over HTTP.
HttpDownloader() - Constructor for class com.facebook.buck.file.HttpDownloader
 
HttpDownloader(Optional<Proxy>) - Constructor for class com.facebook.buck.file.HttpDownloader
 
HttpEndpoint - Interface in com.facebook.buck.util.network
 
HttpLoadBalancer - Interface in com.facebook.buck.slb
 
HttpResponse - Interface in com.facebook.buck.slb
 
HttpResponse - Class in com.facebook.buck.util.network
 
HttpResponse(String) - Constructor for class com.facebook.buck.util.network.HttpResponse
 
HttpService - Interface in com.facebook.buck.slb
 
httpShutdownEvent - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
HumanReadableException - Exception in com.facebook.buck.util
Exception with an error message that can sensibly be displayed to the user without a stacktrace.
HumanReadableException(String, Object...) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HumanReadableException(String) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HumanReadableException(Throwable, String) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HumanReadableException(Throwable, String, Object...) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HumanReadableException(ExceptionWithHumanReadableMessage) - Constructor for exception com.facebook.buck.util.HumanReadableException
 
HYBRID_THRIFT_STREAM_CONTENT_TYPE - Static variable in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
HybridPayloadGenerator - Class in com.facebook.buck.artifact_cache
Creates example fetch and store requests, encodes them using the hybrid thrift/binary protocol, and finally prints out the hybrid payload using base 64 encoding.
HybridPayloadGenerator() - Constructor for class com.facebook.buck.artifact_cache.HybridPayloadGenerator
 

I

id - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
IDEA_CONFIG_DIR_PREFIX - Static variable in class com.facebook.buck.jvm.java.intellij.IjProjectWriter
 
identity() - Static method in interface com.facebook.buck.cxx.PathShortener
 
IDENTITY - Static variable in interface com.facebook.buck.jvm.java.JavacOptionsAmender
 
IdentityResourcesProvider - Class in com.facebook.buck.android
 
IdentityResourcesProvider(ImmutableList<Path>) - Constructor for class com.facebook.buck.android.IdentityResourcesProvider
 
IdentityTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
idType - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
idValue - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
IGNORE_ASSETS_PATTERN - Static variable in class com.facebook.buck.android.AaptStep
 
IGNORED_FILE_EXTENSIONS - Static variable in class com.facebook.buck.android.aapt.MiniAapt
See AaptStep for a list of files that we ignore.
ignoredPaths() - Method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
ignoredPaths() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
 
ignoreValidityOfPaths - Variable in class com.facebook.buck.io.ProjectFilesystem
 
IjDependencyListBuilder - Class in com.facebook.buck.jvm.java.intellij
Represents the dependencies of an IjModule in a form intended to be consumable by the IjProjectWriter.
IjDependencyListBuilder() - Constructor for class com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder
 
IjDependencyListBuilder.Scope - Enum in com.facebook.buck.jvm.java.intellij
Set of scopes supported by IntelliJ for the "orderEntry" element.
IjDependencyListBuilder.SortOrder - Enum in com.facebook.buck.jvm.java.intellij
 
IjDependencyListBuilder.Type - Enum in com.facebook.buck.jvm.java.intellij
Set of types supported by IntelliJ for the "orderEntry" element.
IjLibrary - Class in com.facebook.buck.jvm.java.intellij
Represents a prebuilt library (.jar or .aar) as seen by IntelliJ.
IjLibrary.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type IjLibrary.
IjLibraryFactory - Class in com.facebook.buck.jvm.java.intellij
Interface for building IjLibrary objects from TargetNodes.
IjLibraryFactory() - Constructor for class com.facebook.buck.jvm.java.intellij.IjLibraryFactory
 
IjLibraryFactoryResolver - Interface in com.facebook.buck.jvm.java.intellij
 
IjModule - Class in com.facebook.buck.jvm.java.intellij
Represents a single IntelliJ module.
IjModule.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type IjModule.
IjModuleAndroidFacet - Class in com.facebook.buck.jvm.java.intellij
The information necessary to add the Android facet to the module.
IjModuleAndroidFacet.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type IjModuleAndroidFacet.
IjModuleFactory - Class in com.facebook.buck.jvm.java.intellij
Builds IjModules out of TargetNodes.
IjModuleFactory(ProjectFilesystem, IjModuleFactoryResolver, IjProjectConfig, boolean) - Constructor for class com.facebook.buck.jvm.java.intellij.IjModuleFactory
 
IjModuleFactoryResolver - Interface in com.facebook.buck.jvm.java.intellij
Provides the IjModuleFactory with Paths to various elements of the project.
IjModuleGraph - Class in com.facebook.buck.jvm.java.intellij
Represents a graph of IjModules and the dependencies between them.
IjModuleGraph(ImmutableMap<IjProjectElement, ImmutableMap<IjProjectElement, DependencyType>>) - Constructor for class com.facebook.buck.jvm.java.intellij.IjModuleGraph
 
IjModuleType - Enum in com.facebook.buck.jvm.java.intellij
Values for the xml attribute type for IntelliJ *.iml-style modules.
IjProject - Class in com.facebook.buck.jvm.java.intellij
Top-level class for IntelliJ project generation.
IjProject(TargetGraphAndTargets, JavaPackageFinder, JavaFileParser, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, AggregationMode, BuckConfig) - Constructor for class com.facebook.buck.jvm.java.intellij.IjProject
 
IjProjectBuckConfig - Class in com.facebook.buck.jvm.java.intellij
 
IJProjectCleaner - Class in com.facebook.buck.jvm.java.intellij
Cleans out any unwanted IntelliJ IDEA project files.
IJProjectCleaner(ProjectFilesystem) - Constructor for class com.facebook.buck.jvm.java.intellij.IJProjectCleaner
 
IjProjectConfig - Class in com.facebook.buck.jvm.java.intellij
Immutable implementation of AbstractIjProjectConfig.
IjProjectConfig.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type IjProjectConfig.
IjProjectElement - Interface in com.facebook.buck.jvm.java.intellij
Common interface shared between IjModule and IjLibrary.
IjProjectTemplateDataPreparer - Class in com.facebook.buck.jvm.java.intellij
Does the converting of abstract data structures to a format immediately consumable by the StringTemplate-based templates employed by IjProjectWriter.
IjProjectTemplateDataPreparer(JavaPackageFinder, IjModuleGraph, ProjectFilesystem) - Constructor for class com.facebook.buck.jvm.java.intellij.IjProjectTemplateDataPreparer
 
IjProjectWriter - Class in com.facebook.buck.jvm.java.intellij
Writes the serialized representations of IntelliJ project components to disk.
IjProjectWriter(IjProjectTemplateDataPreparer, IjProjectConfig, ProjectFilesystem, IjModuleGraph) - Constructor for class com.facebook.buck.jvm.java.intellij.IjProjectWriter
 
IjSourceFolder - Class in com.facebook.buck.jvm.java.intellij
Immutable implementation of IjProjectTemplateDataPreparer.AbstractIjSourceFolder.
IjSourceFolder.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type IjSourceFolder.
IjSourceRootSimplifier - Class in com.facebook.buck.jvm.java.intellij
Groups IjFolders into sets which are of the same type and belong to the same package structure.
IjSourceRootSimplifier(JavaPackageFinder) - Constructor for class com.facebook.buck.jvm.java.intellij.IjSourceRootSimplifier
 
ImmediateDirectoryBuildTargetPattern - Class in com.facebook.buck.model
A pattern matches build targets that are all in the same directory.
ImmediateDirectoryBuildTargetPattern(Path, Path) - Constructor for class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
 
ImmutableCxxPreprocessorInputCacheKey - Class in com.facebook.buck.cxx
ImmutableCxxPreprocessorInputCacheKey.Builder - Class in com.facebook.buck.cxx
Builds instances of type ImmutableCxxPreprocessorInputCacheKey.
ImmutableFlavor - Class in com.facebook.buck.model
Immutable implementation of Flavor.
ImmutableFlavor.Builder - Class in com.facebook.buck.model
Builds instances of type ImmutableFlavor.
ImplicitDepsInferringDescription<T> - Interface in com.facebook.buck.rules
While building up the target graph, we infer the implicit dependencies of a rule by parsing all parameters with types SourcePath or BuildRule.
ImplicitFlavorsInferringDescription - Interface in com.facebook.buck.rules
While building up the target graph, we allow descriptions to apply default flavors (e.g., #iphonesimulator-x86_64 for C++ or Objective-C libraries built in an iPhone simulator environment) from the .buckconfig file.
ImplicitInputsInferringDescription<T> - Interface in com.facebook.buck.rules
While building up the target graph, we infer implicit inputs of a rule if certain fields are absent (e.g.
importDirs - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
importPath - Variable in class com.facebook.buck.android.GenAidlDescription.Arg
 
inc() - Method in class com.facebook.buck.counters.IntegerCounter
 
inc(long) - Method in class com.facebook.buck.counters.IntegerCounter
 
INCLUDE_FRAMEWORKS - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
INCLUDE_FRAMEWORKS_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
INCLUDE_SOURCE_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
INCLUDE_SOURCE_SHORT_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
includeArgs(Preprocessor, Iterable<String>) - Method in enum com.facebook.buck.cxx.CxxPreprocessables.IncludeType
 
includeDir - Variable in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription.Arg
 
includeDirs - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
includeDirs - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
includes - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
includesVectorDrawables - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
includesVectorDrawables - Variable in class com.facebook.buck.android.AndroidInstrumentationApkDescription.Arg
 
InclusiveFolder - Class in com.facebook.buck.jvm.java.intellij
A path which contains a set of sources we wish to present to IntelliJ.
incrementFinishedCounter(String, long) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
Increments a counter that will be appended to the finished event.
INDEXED_UNBUNDLE - Static variable in class com.facebook.buck.js.ReactNativeFlavors
 
indexEntriesByArchivePath(ProjectFilesystem, BuildJobStateFileHashes) - Static method in class com.facebook.buck.distributed.DistBuildFileHashes
 
indexEntriesByPath(ProjectFilesystem, BuildJobStateFileHashes) - Static method in class com.facebook.buck.distributed.DistBuildFileHashes
 
INDEXING - Static variable in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
 
INDIVIDUAL_TEST_AWAITING_RESULTS - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
IndividualTesEventFinishedExternalInterface<T> - Interface in com.facebook.buck.event.external.events
Describes the results of running test on a single build target.
IndividualTestEvent - Class in com.facebook.buck.rules
 
IndividualTestEvent.Finished - Class in com.facebook.buck.rules
 
IndividualTestEvent.Started - Class in com.facebook.buck.rules
 
InferBuckConfig - Class in com.facebook.buck.cxx
 
InferBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.cxx.InferBuckConfig
 
inferInputsFromConstructorArgs(UnflavoredBuildTarget, T) - Method in interface com.facebook.buck.rules.ImplicitInputsInferringDescription
 
inferInputsFromConstructorArgs(UnflavoredBuildTarget, ExportFileDescription.Arg) - Method in class com.facebook.buck.shell.ExportFileDescription
If the src field is absent, add the name field to the list of inputs.
InferLogLine - Class in com.facebook.buck.cxx
 
info(String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
 
Info(ElfSymbolTable.Entry.Info.Bind, ElfSymbolTable.Entry.Info.Type) - Constructor for class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info
 
info(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
info(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
info(String) - Method in class com.facebook.buck.log.Logger
Logs a message at INFO level.
info(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at INFO level.
info(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at INFO level.
infoPlist - Variable in class com.facebook.buck.apple.AppleBinaryDescription.Arg
 
infoPlist - Variable in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
infoPlist - Variable in class com.facebook.buck.apple.AppleLibraryDescription.Arg
 
infoPlist - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
infoPlistSubstitutions - Variable in class com.facebook.buck.apple.AppleBinaryDescription.Arg
 
infoPlistSubstitutions - Variable in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
infoPlistSubstitutions - Variable in class com.facebook.buck.apple.AppleLibraryDescription.Arg
 
infoPlistSubstitutions - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
init() - Static method in class com.facebook.buck.util.BgProcessKiller
 
InitializableFromDisk<T> - Interface in com.facebook.buck.rules
Object that has in-memory data structures that need to be populated as a result of executing its steps.
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.AaptPackageResources
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.AndroidResource
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.DexProducedFromJavaLibrary
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.PackageStringAssets
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.PreDexMerge
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.ResourcesFilter
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.android.UnzipAar
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
Instructs this rule to report the ABI it has on disk as its current ABI.
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.jvm.java.PrebuiltJar
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.rules.BuildOutputInitializer
 
initializeFromDisk(OnDiskBuildInfo) - Method in interface com.facebook.buck.rules.InitializableFromDisk
 
initializeFromDisk(OnDiskBuildInfo) - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
initIfNeeded() - Method in class com.facebook.buck.json.ProjectBuildFileParser
Initialization on demand moves around the performance impact of creating the Python interpreter to when parsing actually begins.
initServiceLocator() - Static method in class com.facebook.buck.maven.AetherUtil
 
injectClassLoader(ClassLoader, ImmutableList<URL>, ClassLoader) - Method in class com.facebook.buck.util.ClassLoaderCache
 
InlineContentsProvider() - Constructor for class com.facebook.buck.distributed.FileContentsProviders.InlineContentsProvider
 
InMemoryBuildFileTree - Class in com.facebook.buck.model
A tree of build files that reflects their tree structure in the filesystem.
InMemoryBuildFileTree(Iterable<BuildTarget>) - Constructor for class com.facebook.buck.model.InMemoryBuildFileTree
Creates an InMemoryBuildFileTree from the base paths in the given BuildTargets.
InMemoryBuildFileTree(Collection<Path>) - Constructor for class com.facebook.buck.model.InMemoryBuildFileTree
 
input - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
input - Variable in class com.facebook.buck.ocaml.OcamlLexStep.Args
 
input - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
input - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
input - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
input - Variable in class com.facebook.buck.ocaml.OcamlYaccStep.Args
 
InputBasedRuleKeyFactory - Class in com.facebook.buck.rules.keys
A factory for generating input-based RuleKeys.
InputBasedRuleKeyFactory(int, FileHashLoader, SourcePathResolver, SourcePathRuleFinder, long) - Constructor for class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory
 
InputBasedRuleKeyFactory(int, FileHashLoader, SourcePathResolver, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory
 
inputBasedRuleKeyIsEnabled() - Method in class com.facebook.buck.android.AndroidBinary
 
inputBasedRuleKeyIsEnabled() - Method in interface com.facebook.buck.rules.keys.SupportsInputBasedRuleKey
 
InputsFunction - Class in com.facebook.buck.query
An 'inputs(x)' expression, which finds the direct input files of the given argument set 'x'.
InputsFunction() - Constructor for class com.facebook.buck.query.InputsFunction
 
InputStreamConsumer - Class in com.facebook.buck.util
 
InputStreamConsumer(InputStream, InputStreamConsumer.Handler...) - Constructor for class com.facebook.buck.util.InputStreamConsumer
 
InputStreamConsumer(Reader, InputStreamConsumer.Handler...) - Constructor for class com.facebook.buck.util.InputStreamConsumer
 
InputStreamConsumer.Handler - Interface in com.facebook.buck.util
Interface to handle a line of input from the stream.
insert(Path, Path) - Method in class com.facebook.buck.jvm.java.intellij.ParsingJavaPackageFinder.PackagePathCache
 
insertNewStringTableEntry(ByteBuffer, SymTabCommand, String) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Inserts the given string into the string buffer and returns its location in the string table.
install(boolean) - Method in class com.facebook.buck.android.ExopackageInstaller
Installs the app specified in the constructor.
INSTALL_FINISHED - Static variable in interface com.facebook.buck.event.external.events.InstallFinishedEventExternalInterface
 
INSTALL_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
INSTALL_TIMEOUT - Static variable in class com.facebook.buck.android.AdbHelper
 
installApk(SourcePathResolver, HasInstallableApk, boolean, boolean) - Method in class com.facebook.buck.android.AdbHelper
Install apk on all matching devices.
installApkOnDevice(IDevice, File, boolean, boolean) - Method in class com.facebook.buck.android.AdbHelper
Installs apk on specific device.
installBundleInSimulator(String, Path) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Installs a bundle in a previously-started simulator.
installBundleOnDevice(String, Path) - Method in class com.facebook.buck.apple.device.AppleDeviceHelper
Attempts to install a bundle on the device.
InstallCommand - Class in com.facebook.buck.cli
Command so a user can build and install an APK.
InstallCommand() - Constructor for class com.facebook.buck.cli.InstallCommand
 
InstallEvent - Class in com.facebook.buck.event
 
InstallEvent(EventKey, BuildTarget) - Constructor for class com.facebook.buck.event.InstallEvent
 
InstallEvent.Finished - Class in com.facebook.buck.event
 
InstallEvent.Started - Class in com.facebook.buck.event
 
installEventFinished(InstallEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
installFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
installFinished(InstallEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
installFinished(InstallEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
installFinished(InstallEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
InstallFinishedEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes an install finished event sent by buck.
InstallResult - Class in com.facebook.buck.cli
Immutable implementation of AbstractInstallResult.
InstallResult.Builder - Class in com.facebook.buck.cli
Builds instances of type InstallResult.
installStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
installStarted(InstallEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
installStarted(InstallEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
instance() - Static method in class com.facebook.buck.jvm.java.NoOpClassUsageFileWriter
 
INSTANCE - Static variable in class com.facebook.buck.parser.BuildTargetParser
The BuildTargetParser is stateless, so this single instance can be shared.
INSTANCE - Static variable in interface com.facebook.buck.util.Libc
 
INSTANCE - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
 
InstrumentationMain - Class in com.facebook.buck.testrunner
 
InstrumentationStep - Class in com.facebook.buck.android
 
InstrumentationStep(ProjectFilesystem, JavaRuntimeLauncher, AndroidInstrumentationTestJVMArgs, Optional<Long>) - Constructor for class com.facebook.buck.android.InstrumentationStep
 
InstrumentationTestRunner - Class in com.facebook.buck.testrunner
 
InstrumentationTestRunner(String, String, String, String, File, String, String, boolean, Map<String, String>) - Constructor for class com.facebook.buck.testrunner.InstrumentationTestRunner
 
INT_ARRAY_SEPARATOR - Static variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
IntegerCounter - Class in com.facebook.buck.counters
 
IntegerCounter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.IntegerCounter
 
IntellijConfig - Class in com.facebook.buck.jvm.java.intellij
 
IntellijConfig(BuckConfig) - Constructor for class com.facebook.buck.jvm.java.intellij.IntellijConfig
 
intelliJLibraryName(BuildTarget) - Static method in class com.facebook.buck.jvm.java.intellij.Util
 
intelliJModuleNameFromPath(String) - Static method in class com.facebook.buck.jvm.java.intellij.Util
 
InteractiveReport - Class in com.facebook.buck.rage
Responsible for gathering logs and other interesting information from buck, driven by user interaction.
InteractiveReport(DefectReporter, ProjectFilesystem, ObjectMapper, Console, InputStream, BuildEnvironmentDescription, Optional<VcsInfoCollector>, RageConfig, ExtraInfoCollector, Optional<WatchmanDiagReportCollector>) - Constructor for class com.facebook.buck.rage.InteractiveReport
 
INTERNAL_PROPERTY_NAME_PREFIX - Static variable in class com.facebook.buck.rules.BuckPyFunction
Properties from the JSON produced by buck.py that start with this prefix do not correspond to build rule arguments specified by the user.
interpretTestResults(ExecutionContext, boolean) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
interpretTestResults(ExecutionContext, boolean) - Method in class com.facebook.buck.apple.AppleTest
 
interpretTestResults(ExecutionContext, boolean) - Method in class com.facebook.buck.cxx.CxxTest
 
interpretTestResults(ExecutionContext, boolean) - Method in class com.facebook.buck.d.DTest
 
interpretTestResults(ExecutionContext, boolean) - Method in class com.facebook.buck.go.GoTest
 
interpretTestResults(ExecutionContext, boolean) - Method in class com.facebook.buck.jvm.java.JavaTest
 
interpretTestResults(ExecutionContext, boolean) - Method in class com.facebook.buck.python.PythonTest
 
interpretTestResults(ExecutionContext, boolean) - Method in interface com.facebook.buck.rules.TestRule
 
interpretTestResults(ExecutionContext, boolean) - Method in class com.facebook.buck.rust.RustTest
 
interpretTestResults(ExecutionContext, boolean) - Method in class com.facebook.buck.shell.ShTest
 
interrupted(CommandEvent.Started, int) - Static method in class com.facebook.buck.event.CommandEvent
 
INTERRUPTED_EXIT_CODE - Static variable in class com.facebook.buck.cli.Main
The command was interrupted
InterruptionFailedException - Exception in com.facebook.buck.util
Signals that processing could not be interrupted.
InterruptionFailedException(String) - Constructor for exception com.facebook.buck.util.InterruptionFailedException
 
intersection(Set<T>, Set<T>) - Static method in class com.facebook.buck.util.MoreSets
Returns a new and mutable set containing the intersection of the two specified sets.
IntraDexReorderStep - Class in com.facebook.buck.android
Runs a user supplied reordering tool on all dexes.
invalidate(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
invalidate(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
invalidate(Path) - Method in interface com.facebook.buck.util.cache.FileHashCache
 
invalidate(Path) - Method in class com.facebook.buck.util.cache.NullFileHashCache
 
invalidate(Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
invalidateAll() - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
invalidateAll() - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
invalidateAll() - Method in interface com.facebook.buck.util.cache.FileHashCache
 
invalidateAll() - Method in class com.facebook.buck.util.cache.NullFileHashCache
 
invalidateAll() - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
invalidateBasedOn(WatchEvent<?>) - Method in class com.facebook.buck.rules.ActionGraphCache
 
invert() - Method in class com.facebook.buck.cli.LabelSelector
 
InvocationInfo - Class in com.facebook.buck.log
Immutable implementation of AbstractInvocationInfo.
InvocationInfo.Builder - Class in com.facebook.buck.log
Builds instances of type InvocationInfo.
InvocationMessage - Class in com.facebook.buck.message_ipc
 
InvocationMessage(String, List<Object>) - Constructor for class com.facebook.buck.message_ipc.InvocationMessage
 
invokeWithParams(CommandRunnerParams) - Method in class com.facebook.buck.cli.MachOAbsolutifyObjectPathsCommand
 
invokeWithParams(CommandRunnerParams) - Method in class com.facebook.buck.cli.MachOAbstractCommand
The override point for subclasses.
invokeWithParams(CommandRunnerParams) - Method in class com.facebook.buck.cli.MachOFixCompDirCommand
 
ioctl(int, Pointer, Object...) - Method in interface com.facebook.buck.util.Libc
 
IosReactNativeLibraryDescription - Class in com.facebook.buck.js
 
IosReactNativeLibraryDescription(ReactNativeBuckConfig) - Constructor for class com.facebook.buck.js.IosReactNativeLibraryDescription
 
is(BuildableProperties.Kind) - Method in class com.facebook.buck.rules.BuildableProperties
 
is64Bit() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
IS_EXO_CONSTANT - Static variable in class com.facebook.buck.android.BuildConfigs
Name of a Buck-specific global variable that indicates whether an app was built using exopackage.
IS_REGULAR_FILE - Static variable in class com.facebook.buck.io.FileFinder
Filter that tests if a file is a regular file.
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXAggregateTarget
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainer
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFrameworksBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXHeadersBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXNativeTarget
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProjectItem
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXResourcesBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXSourcesBuildPhase
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXVariantGroup
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
 
isa() - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
isAbsolute() - Method in class com.facebook.buck.io.AbstractArchiveMemberPath
 
isAcceptable(Version) - Method in interface com.facebook.buck.versions.Constraint
 
isActionGraphCheckingEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isAcyclic() - Method in class com.facebook.buck.graph.MutableDirectedGraph
 
isAllowMissing() - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
 
isAndroidAutoGenerateDisabled(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
isAndroidLibrary() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
 
isAnsiTerminal() - Method in class com.facebook.buck.util.Ansi
 
isArgFileSupported() - Method in class com.facebook.buck.cxx.ClangCompiler
 
isArgFileSupported() - Method in interface com.facebook.buck.cxx.Compiler
 
isArgFileSupported() - Method in class com.facebook.buck.cxx.DefaultCompiler
 
isArgFileSupported() - Method in class com.facebook.buck.cxx.GccCompiler
 
isArgFileSupported() - Method in class com.facebook.buck.cxx.WindowsCompiler
 
isArtifactCacheDisabled() - Method in class com.facebook.buck.cli.BuildCommand
 
isAsset() - Method in interface com.facebook.buck.android.NativeLibraryBuildRule
 
isAsset() - Method in class com.facebook.buck.android.NdkLibrary
 
isAsset - Variable in class com.facebook.buck.android.NdkLibraryDescription.Arg
 
isAsset() - Method in class com.facebook.buck.android.PrebuiltNativeLibrary
 
isAsset - Variable in class com.facebook.buck.android.PrebuiltNativeLibraryDescription.Arg
 
isAutogenerateAndroidFacetSourcesEnabled() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
 
isAvailable(ExecutionContext) - Method in interface com.facebook.buck.android.FilterResourcesStep.ImageScaler
 
isBestServer() - Method in class com.facebook.buck.slb.PerServerData
 
isBlacklisted(CxxSource) - Method in class com.facebook.buck.cxx.CxxInferSourceFilter
 
isBuildFiltered(BuckConfig) - Method in class com.facebook.buck.cli.TestCommand
 
isBuildFinished() - Method in class com.facebook.buck.distributed.MinionWorkloadAllocator
 
isBuildRuleDebuggable(BuildRule) - Static method in class com.facebook.buck.apple.AppleDebuggableBinary
 
isBuildRuleWithTarget(BuildTarget) - Static method in class com.facebook.buck.rules.BuildRules
 
isBytecode - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
isCacheable() - Method in class com.facebook.buck.apple.AppleBundle
 
isCacheable() - Method in class com.facebook.buck.apple.BuiltinApplePackage
 
isCacheable() - Method in class com.facebook.buck.apple.ExternallyBuiltApplePackage
 
isCacheable() - Method in class com.facebook.buck.cxx.CxxCompilationDatabase
 
isCacheable() - Method in class com.facebook.buck.cxx.CxxLink
 
isCacheable() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
isCacheable() - Method in class com.facebook.buck.haskell.HaskellCompileRule
 
isCacheable() - Method in class com.facebook.buck.haskell.HaskellLinkRule
 
isCacheable() - Method in class com.facebook.buck.jvm.java.JavaBinary
 
isCacheable() - Method in class com.facebook.buck.lua.LuaStandaloneBinary
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlBuild
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlCCompile
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlClean
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlLink
 
isCacheable() - Method in class com.facebook.buck.ocaml.OcamlMLCompile
 
isCacheable() - Method in class com.facebook.buck.python.PythonPackagedBinary
 
isCacheable() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
isCacheable() - Method in interface com.facebook.buck.rules.BuildRule
Whether this BuildRule can be cached.
isCacheable() - Method in class com.facebook.buck.rules.DependencyAggregation
 
isCacheable() - Method in class com.facebook.buck.rules.NoopBuildRule
 
isCacheable() - Method in class com.facebook.buck.rules.SymlinkTree
 
isChromeTraceCreationEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isClassFile(FileLike) - Static method in class com.facebook.buck.jvm.java.classes.FileLikes
 
isCleanBuckProjectFiles() - Method in class com.facebook.buck.cli.CleanCommand
 
isClosed() - Method in class com.facebook.buck.json.ProjectBuildFileParser
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.cli.BuildCommand
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.cli.TestCommand
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.step.ExecutionContext
 
isCodeCoverageEnabled() - Method in class com.facebook.buck.test.TestRunningOptions
 
isCompilableType(AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
Returns true for source types which can be built with the C compiler without a preprocessor.
isCompile() - Method in enum com.facebook.buck.cxx.CxxPreprocessAndCompileStep.Operation
Returns whether the step has a compilation component.
isConfigured() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
isConfigured() - Method in interface com.facebook.buck.event.BuckEvent
 
isConnected() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
isDaemon() - Method in class com.facebook.buck.event.CommandEvent
 
isDebugEnabled() - Method in class com.facebook.buck.cli.BuildCommand
 
isDebugEnabled() - Method in class com.facebook.buck.cli.TestCommand
 
isDebugEnabled() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
isDebugEnabled() - Method in class com.facebook.buck.log.Logger
 
isDebugEnabled() - Method in class com.facebook.buck.step.ExecutionContext
 
isDensity(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
 
isDep() - Method in class com.facebook.buck.rules.ParamInfo
 
isDependencyFileSupported() - Method in interface com.facebook.buck.cxx.Compiler
 
isDependencyFileSupported() - Method in class com.facebook.buck.cxx.DefaultCompiler
 
isDependencyFileSupported() - Method in class com.facebook.buck.cxx.WindowsCompiler
 
isDetectTestChanges() - Method in class com.facebook.buck.cli.TargetsCommand
 
isDeviceTempWritable(IDevice, String) - Method in class com.facebook.buck.android.AdbHelper
 
isDevMode(BuildTarget) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
isDirectory(Path, LinkOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
isDirty() - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
isDistributedBuild() - Method in class com.facebook.buck.rules.BuildEvent.Started
 
isDoStore() - Method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.CacheReadMode
 
isDownloadAtRuntimeOk() - Method in class com.facebook.buck.cli.DownloadConfig
 
isDryRun() - Method in class com.facebook.buck.test.TestCaseSummary
 
isDryRun - Variable in class com.facebook.buck.testrunner.BaseRunner
 
isDynamic() - Method in enum com.facebook.buck.rust.CrateType
Crate dynamically links with its dependents.
isElf(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.Elf
 
isEmpty() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams
 
isEmpty() - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
isEmpty() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
isEmpty(CharSequence) - Static method in class com.facebook.buck.util.MoreStrings
 
isEmulator() - Method in class com.facebook.buck.step.TargetDevice
 
isEmulatorsOnlyModeEnabled() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
isEmulatorsOnlyModeEnabled() - Method in class com.facebook.buck.step.TargetDeviceOptions
 
isEnabled() - Method in class com.facebook.buck.android.FilterResourcesStep.ResourceFilter
 
isEnforcingBuckPackageBoundaries(Path) - Method in class com.facebook.buck.rules.Cell
Whether the cell is enforcing buck package boundaries for the package at the passed path.
isEscaped() - Method in class com.facebook.buck.model.MacroMatchResult
 
isExecutable(Path) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
isExecutable(Path) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
isExecutable(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Allows Files.isExecutable(java.nio.file.Path) to be faked in tests.
isExecutable(Path) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
isExecutable() - Method in class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
isExecutable(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
isExecutable() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
isFatBinaryHeaderMagic() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
isFatHeaderMagic(UnsignedInteger) - Static method in class com.facebook.buck.macho.FatHeaderUtils
 
isFile(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Checks whether there is a normal file at the specified path.
isGeneratedFile(ProjectFilesystem, Path) - Static method in class com.facebook.buck.io.MoreProjectFilesystems
 
isGrayscaleImageProcessingEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isHidden(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
isIgnored(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
isInclNoLocationClassesEnabled() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
isInclNoLocationClassesEnabled() - Method in class com.facebook.buck.step.ExecutionContext
 
isIncluded(TestDescription) - Method in class com.facebook.buck.test.selectors.TestSelectorList
 
isInclusive() - Method in class com.facebook.buck.cli.LabelSelector
 
isInclusive() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
isInclusive() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
isInclusive() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
isInput() - Method in class com.facebook.buck.rules.ParamInfo
 
isIntellijPlugin - Variable in class com.facebook.buck.rules.ProjectConfigDescription.Arg
 
isKeepGoing() - Method in class com.facebook.buck.cli.BuildCommand
 
isKeepGoing() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
 
isLastRound() - Method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
isLeft() - Method in class com.facebook.buck.model.Either
 
isLegacyWatchApp() - Method in class com.facebook.buck.apple.AppleBundle
 
isLibrary() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
 
isLibrary - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
isLink() - Method in class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
isLink() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
isLinkerMapEnabledForBuildTarget(BuildTarget) - Static method in enum com.facebook.buck.cxx.LinkerMapMode
 
isLittleEndian(UnsignedInteger) - Static method in class com.facebook.buck.macho.FatHeaderUtils
 
isLoggingEnabled() - Method in enum com.facebook.buck.util.environment.CommandMode
 
isMachineReadableLoggerEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isMachObjectHeaderMagic() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
isMatchAnyClass() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
isMatchAnyClass() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
isMatchAnyClass() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
isMatchAnyMethod() - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
isMatchAnyMethod() - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
isMatchAnyMethod() - Method in interface com.facebook.buck.test.selectors.TestSelector
 
isMatchedByLabelOptions(BuckConfig, Set<Label>) - Method in class com.facebook.buck.cli.TestCommand
 
isMavenCoordsPresent(HasMavenCoordinates) - Static method in interface com.facebook.buck.jvm.java.HasMavenCoordinates
 
isMultiInstallModeEnabled() - Method in class com.facebook.buck.step.AdbOptions
 
isNative() - Method in enum com.facebook.buck.rust.CrateType
Return true if this crate type is intended to be a native output (ie, not intended for further processing by the Rust toolchain).
isNoBuckCheckPresent() - Method in class com.facebook.buck.rage.UserLocalConfiguration
 
isNoCache() - Method in class com.facebook.buck.cli.AbstractCommand
 
isOnBootClasspath(String) - Method in interface com.facebook.buck.jvm.java.abi.source.api.BootClasspathOracle
 
isOptional() - Method in class com.facebook.buck.rules.ParamInfo
 
isPathChangeEvent(WatchEvent<?>) - Static method in class com.facebook.buck.io.WatchEvents
 
isPCHEnabled() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
isPersistent() - Method in class com.facebook.buck.shell.DefaultWorkerTool
 
isPersistent() - Method in interface com.facebook.buck.shell.WorkerTool
 
isPic() - Method in enum com.facebook.buck.rust.CrateType
Crate needs to be compiled with relocation-model=pic.
isPlatformSupported(HalideLibraryDescription.Arg, CxxPlatform) - Static method in class com.facebook.buck.halide.HalideLibraryDescription
 
isPreprocess() - Method in enum com.facebook.buck.cxx.CxxPreprocessAndCompileStep.Operation
Returns whether the step has a preprocessor component.
isPreprocessableType(AbstractCxxSource.Type) - Static method in class com.facebook.buck.cxx.CxxSourceTypes
Returns true for source types which can be run through the C preprocessor.
isPrint0() - Method in class com.facebook.buck.cli.TargetsCommand
 
isPrintJson() - Method in class com.facebook.buck.cli.ServerStatusCommand
 
isProcessRunning(String) - Method in class com.facebook.buck.util.PkillProcessManager
 
isProcessRunning(String) - Method in interface com.facebook.buck.util.ProcessManager
Returns true if the named process is running, false otherwise.
isProcessTrackerDeepEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isProcessTrackerEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isProductionBuild() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
isProjectGenerated() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
 
isProjectGenerated() - Method in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
isPublicAnnouncementsEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isRanLibStepRequired() - Method in interface com.facebook.buck.cxx.Archiver
 
isRanLibStepRequired() - Method in class com.facebook.buck.cxx.BsdArchiver
 
isRanLibStepRequired() - Method in class com.facebook.buck.cxx.GnuArchiver
 
isRanLibStepRequired() - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
isRanLibStepRequired() - Method in class com.facebook.buck.cxx.WindowsArchiver
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditAliasCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditCellCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditInputCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditRulesCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AuditTestsCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.AutodepsCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.BuckCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.BuildCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.CacheCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.CleanCommand
 
isReadOnly() - Method in interface com.facebook.buck.cli.Command
 
isReadOnly() - Method in class com.facebook.buck.cli.DistBuildCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.DistBuildRunCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.DistBuildStatusCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.DoctorCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.FetchCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.InstallCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.MachOUtilsCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.ProjectCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.QueryCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.RageCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.RootCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.RunCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.ServerCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.ServerStatusCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.SuggestCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.TargetsCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.TestCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.UninstallCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.VerifyHashCacheCommand
 
isReadOnly() - Method in class com.facebook.buck.cli.VersionCommand
 
isRealDevicesOnlyModeEnabled() - Method in class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
isRealDevicesOnlyModeEnabled() - Method in class com.facebook.buck.step.TargetDeviceOptions
 
isRecursive() - Method in class com.facebook.buck.parser.BuildFileSpec
 
isRecursive() - Method in class com.facebook.buck.step.fs.CopyStep
 
isRelatedTo(BuckEvent) - Method in class com.facebook.buck.event.AbstractBuckEvent
 
isRelatedTo(BuckEvent) - Method in interface com.facebook.buck.event.BuckEvent
 
isRemoteRunnable - Variable in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
isResolveAlias() - Method in class com.facebook.buck.cli.TargetsCommand
 
isResourceAwareSchedulingEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isResourceAwareSchedulingEnabled() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
 
isRight() - Method in class com.facebook.buck.model.Either
 
isRootModule() - Method in class com.facebook.buck.android.APKModule
 
isRuleBuilt(BuildTarget) - Method in interface com.facebook.buck.rules.BuildEngine
Returns whether the build rule associated with the build target has been successfully built.
isRuleBuilt(BuildTarget) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
isRuleKeyInDir(TestRule) - Method in class com.facebook.buck.cli.TestRuleKeyFileHelper
Checks if a matching rule key file for a test is present in its directoryReturns
isRuleKeyLoggerEnabled() - Method in class com.facebook.buck.cli.BuckConfig
 
isRuleRunningAfterThisEvent() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
isRuleRunningAfterThisEvent() - Method in class com.facebook.buck.rules.BuildRuleEvent
 
isRuleRunningAfterThisEvent() - Method in class com.facebook.buck.rules.BuildRuleEvent.Resumed
 
isRuleRunningAfterThisEvent() - Method in class com.facebook.buck.rules.BuildRuleEvent.Started
 
isRuleRunningAfterThisEvent() - Method in class com.facebook.buck.rules.BuildRuleEvent.Suspended
 
isRunAllTests() - Method in class com.facebook.buck.cli.TestCommand
 
isRunAllTests() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
isRunAllTests() - Method in class com.facebook.buck.test.TestRunningOptions
 
isRunning() - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Returns true if the process is running, false otherwise.
isSafeToCreate(ClientSideSlbConfig) - Static method in class com.facebook.buck.slb.ClientSideSlb
 
isSameFile(FileObject, FileObject) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
isServerUnhealthy() - Method in class com.facebook.buck.slb.PerServerData
 
isSharedLibraryNode(TargetNode<CxxLibraryDescription.Arg, ?>) - Static method in class com.facebook.buck.apple.AppleLibraryDescription
 
isShouldExplainTestSelectorList() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
 
isShowCellPath() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShowFullOutput() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShowHttpserverPort() - Method in class com.facebook.buck.cli.ServerStatusCommand
 
isShowOutput() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShowRuleKey() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShowTargetHash() - Method in class com.facebook.buck.cli.TargetsCommand
 
isShufflingTests() - Method in class com.facebook.buck.test.TestRunningOptions
 
isShutdown() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
isSilent() - Method in enum com.facebook.buck.util.Verbosity
 
isSilentlyIgnored(Path) - Static method in class com.facebook.buck.android.AaptStep
Determines whether the default AAPT ignore pattern in AaptStep.DEFAULT_IGNORE_ASSETS_PATTERN would silently ignore a file.
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.AbstractCommand
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.BuckCommand
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.BuildCommand
 
isSourceControlStatsGatheringEnabled() - Method in interface com.facebook.buck.cli.Command
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.DistBuildCommand
 
isSourceControlStatsGatheringEnabled() - Method in class com.facebook.buck.cli.VersionCommand
 
isStoreSupported() - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
isStoreSupported() - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
This method must return the same value over the lifetime of this object.
isStoreSupported() - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
 
isStoreSupported() - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
isStoreSupported() - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
 
isStoreSupported() - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
 
isStoreSupported() - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
isSuccess() - Method in class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Finished
 
isSuccess() - Method in enum com.facebook.buck.artifact_cache.CacheResultType
Whether the artifact was successfully fetched.
isSuccess() - Method in interface com.facebook.buck.event.external.elements.TestCaseSummaryExternalInterface
 
isSuccess() - Method in interface com.facebook.buck.event.external.elements.TestResultsExternalInterface
 
isSuccess() - Method in interface com.facebook.buck.event.external.elements.TestResultSummaryExternalInterface
Note: if deserialized from json always returns false.
isSuccess() - Method in interface com.facebook.buck.event.external.events.InstallFinishedEventExternalInterface
 
isSuccess() - Method in class com.facebook.buck.event.InstallEvent.Finished
 
isSuccess() - Method in class com.facebook.buck.event.StartActivityEvent.Finished
 
isSuccess() - Method in class com.facebook.buck.event.UninstallEvent.Finished
 
isSuccess() - Method in class com.facebook.buck.step.StepExecutionResult
 
isSuccess() - Method in class com.facebook.buck.test.TestCaseSummary
 
isSuccess() - Method in class com.facebook.buck.test.TestResults
 
isSuccess() - Method in class com.facebook.buck.test.TestResultSummary
For now "success" means "not failure", which introduces the least surprise for tests that have an assumption violation / failure.
isSuccess(ListenableFuture<?>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
Create a convenience method for checking whether a future completed successfully because this does not appear to be possible to do in a more direct way: https://groups.google.com/forum/?fromgroups=#!topic/guava-discuss/rofEhagKnOc.
isSupported(BuildRule) - Static method in interface com.facebook.buck.rules.keys.SupportsInputBasedRuleKey
 
isSupportedConfiguration(Path, NdkCxxPlatforms.CxxRuntime) - Static method in class com.facebook.buck.android.NdkCxxPlatforms
 
isSupportedVersionControlSystem() - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
isSupportedVersionControlSystem() - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
isSupportedVersionControlSystem() - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
isSwapped() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
isSwiftTarget(BuildTarget) - Static method in class com.facebook.buck.swift.SwiftLibraryDescription
 
isSymlink(Path) - Method in class com.facebook.buck.eden.EdenProjectFilesystemDelegate
 
isSymlink(Path) - Method in class com.facebook.buck.io.DefaultProjectFilesystemDelegate
 
isSymLink(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns true if the file under path exists and is a symbolic link, false otherwise.
isSymlink(Path) - Method in interface com.facebook.buck.io.ProjectFilesystemDelegate
 
isSymlink(Path) - Method in class com.facebook.buck.util.autosparse.AutoSparseProjectFilesystemDelegate
 
isTargetGroup(Map<String, Object>) - Static method in class com.facebook.buck.parser.TargetGroupParsePipeline
 
isTerminated() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
isTestedBy(BuildTarget) - Method in class com.facebook.buck.apple.AppleBundle
 
isTestedBy(BuildTarget) - Method in class com.facebook.buck.cxx.CxxBinary
 
isTestedBy(BuildTarget) - Method in class com.facebook.buck.cxx.CxxLibrary
 
isTestedBy(BuildTarget) - Method in interface com.facebook.buck.cxx.NativeTestable
Return true if this rule is tested by testTarget, false otherwise.
isTestRule() - Method in class com.facebook.buck.rules.BuildRuleType
 
isTimedOut() - Method in class com.facebook.buck.util.ProcessExecutor.Result
 
isTypeImmutable(String) - Method in class com.facebook.buck.tools.dxanalysis.MutabilityAnalyzer
 
isUiTest() - Method in class com.facebook.buck.apple.AppleTest
 
isUiTest - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
isUiTest() - Method in class com.facebook.buck.apple.AppleTestDescription.Arg
 
isUseConstantExpressions() - Method in class com.facebook.buck.android.AndroidBuildConfig
 
isValid(F) - Method in class com.facebook.buck.parser.ConvertingPipeline
 
isValid(Map<String, Object>) - Method in class com.facebook.buck.parser.TargetGroupParsePipeline
 
isValid(Map<String, Object>) - Method in class com.facebook.buck.parser.TargetNodeParsePipeline
 
isValidMachMagic() - Method in class com.facebook.buck.macho.MachoMagicInfo
 
isValidVersionString(String) - Static method in class com.facebook.buck.util.VersionStringComparator
 
isVerbose() - Method in class com.facebook.buck.jvm.java.JavacOptions
 
isVerboseEnabled() - Method in class com.facebook.buck.log.Logger
 
isVersionedDataModel(AppleWrapperResourceArg) - Static method in class com.facebook.buck.apple.CoreDataModelDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.cxx.CxxTestDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.d.DBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.d.DTestDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.haskell.HaskellBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.jvm.java.JavaBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.lua.LuaBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.ocaml.OcamlBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.python.PythonBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.python.PythonTestDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustBinaryDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rust.RustTestDescription
 
isVersionRoot(ImmutableSet<Flavor>) - Method in interface com.facebook.buck.versions.VersionRoot
 
isVisibleTo(TargetGraph, TargetNode<?, ?>) - Method in class com.facebook.buck.rules.TargetNode
TODO(andrewjcg): It'd be nice to eventually move this implementation to an `AbstractDescription` base class, so that the various types of descriptions can install their own implementations.
isVisibleToOrThrow(TargetGraph, TargetNode<?, ?>) - Method in class com.facebook.buck.rules.TargetNode
 
isWildCardAllowed() - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
isWildCardAllowed() - Method in class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
isWithDependenciesTests(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
isWithTests(BuckConfig) - Method in class com.facebook.buck.cli.ProjectCommand
 
isWorkerGenrule() - Method in class com.facebook.buck.shell.Genrule
 
isXcodeTargetDescription(Description<?>) - Static method in class com.facebook.buck.apple.AppleBuildRules
Whether the build rule type is equivalent to some kind of Xcode target.
isXcodeTargetTestBuildRule(BuildRule) - Static method in class com.facebook.buck.apple.AppleBuildRules
Whether the build rule type is a test target.
isXcodeTargetTestBundleExtension(AppleBundleExtension) - Static method in class com.facebook.buck.apple.AppleBuildRules
Whether the bundle extension is a test bundle extension.
isZipSafe() - Method in class com.facebook.buck.python.PythonPackageComponents
 
IterableCxxToolFlags - Class in com.facebook.buck.cxx
CxxToolFlags implementation where the flags are stored as composed Iterables.
iterateByLines(CharSequence, LineIterating.CharLineHandler) - Static method in class com.facebook.buck.util.LineIterating
Iterates over an input string by lines, invoking your implementation of LineHandler#handleLine(Buffer) once for each line in the input.
iterateByLines(CharBuffer, LineIterating.CharLineHandler) - Static method in class com.facebook.buck.util.LineIterating
Iterates over an input CharBuffer by lines, invoking your implementation of LineHandler#handleLine(Buffer) once for each line in the input.
iterateByLines(byte[], LineIterating.ByteLineHandler) - Static method in class com.facebook.buck.util.LineIterating
Iterates over an input byte array by lines, invoking your implementation of LineIterating.LineHandler.handleLine(Buffer) once for each line in the input.
iterateByLines(ByteBuffer, LineIterating.ByteLineHandler) - Static method in class com.facebook.buck.util.LineIterating
Iterates over an input ByteBuffer by lines, invoking LineIterating.LineHandler.handleLine(Buffer) once for each line in the input.
iterator() - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
iterator() - Method in class com.facebook.buck.autodeps.DepsForBuildFiles.BuildFileWithDeps
The ordering of the elements in this Iterator is unspecified.
iterator() - Method in class com.facebook.buck.autodeps.DepsForBuildFiles
 
iterator() - Method in class com.facebook.buck.rules.TargetGroup
 
iterator() - Method in class com.facebook.buck.step.CompositeStep
 
iterator() - Method in class com.facebook.buck.util.collect.ArrayIterable
 
iterator() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
iXlinker(Iterable<String>) - Static method in class com.facebook.buck.cxx.Linkers
Prefixes each of the given linker arguments with "-Xlinker" so that the compiler linker driver will pass these arguments directly down to the linker rather than interpreting them itself.
iXlinker(String...) - Static method in class com.facebook.buck.cxx.Linkers
 

J

JACOCO_EXEC_COVERAGE_FILE - Static variable in class com.facebook.buck.jvm.java.JacocoConstants
 
JacocoConstants - Class in com.facebook.buck.jvm.java
 
JarArchiveDependencySupplier - Class in com.facebook.buck.jvm.java
 
JarArchiveDependencySupplier(ImmutableSortedSet<SourcePath>, ProjectFilesystem) - Constructor for class com.facebook.buck.jvm.java.JarArchiveDependencySupplier
 
JarBackedJavac - Class in com.facebook.buck.jvm.java
 
JarContentHasher - Class in com.facebook.buck.util.cache
 
JarContentHasher(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.util.cache.JarContentHasher
 
JarDirectoryStep - Class in com.facebook.buck.jvm.java
Creates a JAR file from a collection of directories/ZIP/JAR files.
JarDirectoryStep(ProjectFilesystem, Path, ImmutableSortedSet<Path>, String, Path) - Constructor for class com.facebook.buck.jvm.java.JarDirectoryStep
 
JarDirectoryStep(ProjectFilesystem, Path, ImmutableSortedSet<Path>, String, Path, boolean, ImmutableSet<Pattern>) - Constructor for class com.facebook.buck.jvm.java.JarDirectoryStep
Creates a JAR from the specified entries (most often, classpath entries).
JarDirectoryStepHelper - Class in com.facebook.buck.jvm.java
 
JarFattener - Class in com.facebook.buck.jvm.java
Build a fat JAR that packages an inner JAR along with any required native libraries.
JarFattener(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, JavacOptions, SourcePath, ImmutableMap<String, SourcePath>, JavaRuntimeLauncher) - Constructor for class com.facebook.buck.jvm.java.JarFattener
 
JarShape - Enum in com.facebook.buck.jvm.java
 
JarShape.Summary - Class in com.facebook.buck.jvm.java
 
JAVA_ONLY_COMPILER_FACTORY - Static variable in interface com.facebook.buck.android.AndroidLibraryCompilerFactory
 
JavaAndroidLibraryCompiler - Class in com.facebook.buck.android
 
JavaAndroidLibraryCompiler() - Constructor for class com.facebook.buck.android.JavaAndroidLibraryCompiler
 
JavaBinary - Class in com.facebook.buck.jvm.java
 
JavaBinary(BuildRuleParams, SourcePathResolver, JavaRuntimeLauncher, String, SourcePath, boolean, Path, ImmutableSet<Pattern>, ImmutableSet<JavaLibrary>, ImmutableSet<SourcePath>, boolean) - Constructor for class com.facebook.buck.jvm.java.JavaBinary
 
JavaBinaryDescription - Class in com.facebook.buck.jvm.java
 
JavaBinaryDescription(JavaOptions, JavacOptions, CxxPlatform, JavaBuckConfig) - Constructor for class com.facebook.buck.jvm.java.JavaBinaryDescription
 
JavaBinaryDescription.Args - Class in com.facebook.buck.jvm.java
 
JavaBuckConfig - Class in com.facebook.buck.jvm.java
A java-specific "view" of BuckConfig.
Javac - Interface in com.facebook.buck.jvm.java
 
javac - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
JavacDirectToJarStep - Class in com.facebook.buck.jvm.java
A composite step used to compile java libraries directly to jar files retaining the intermediate .class files in memory.
JavacDirectToJarStep(ImmutableSortedSet<Path>, BuildTarget, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, ImmutableSortedSet<Path>, JavacOptions, Path, Optional<Path>, Path, Optional<SuggestBuildRules>, ImmutableSortedSet<Path>, Optional<String>, Optional<Path>, Path, ClassUsageFileWriter) - Constructor for class com.facebook.buck.jvm.java.JavacDirectToJarStep
 
JavacErrorParser - Class in com.facebook.buck.jvm.java
 
JavacErrorParser(ProjectFilesystem, JavaPackageFinder) - Constructor for class com.facebook.buck.jvm.java.JavacErrorParser
 
javacEscaper() - Static method in class com.facebook.buck.util.Escaper
 
JavacEventSink - Interface in com.facebook.buck.jvm.java
 
JavacEventSinkToBuckEventBusBridge - Class in com.facebook.buck.jvm.java
 
JavacEventSinkToBuckEventBusBridge(BuckEventBus) - Constructor for class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
JavacExecutionContext - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractJavacExecutionContext.
JavacExecutionContextSerializer - Class in com.facebook.buck.jvm.java
 
javacJar - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
JavacOptions - Class in com.facebook.buck.jvm.java
Represents the command line options that should be passed to javac.
JavacOptions.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavacOptions.
JavacOptionsAmender - Interface in com.facebook.buck.jvm.java
 
JavacOptionsFactory - Class in com.facebook.buck.jvm.java
 
JavacPhaseEvent - Class in com.facebook.buck.jvm.java.tracing
Base class for events about the phases of compilation within javac.
JavacPhaseEvent(EventKey, BuildTarget, JavacPhaseEvent.Phase, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
JavacPhaseEvent.Constants - Class in com.facebook.buck.jvm.java.tracing
 
JavacPhaseEvent.Finished - Class in com.facebook.buck.jvm.java.tracing
 
JavacPhaseEvent.Phase - Enum in com.facebook.buck.jvm.java.tracing
 
JavacPhaseEvent.Started - Class in com.facebook.buck.jvm.java.tracing
 
JavacPhaseEventLogger - Class in com.facebook.buck.jvm.java.tracing
Helper class for creating and posting JavacPhaseEvents.
JavacPhaseEventLogger(BuildTarget, JavacEventSink) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEventLogger
 
javacPhaseFinished(JavacPhaseEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
javacPhaseStarted(JavacPhaseEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
JavacPhaseTracer - Interface in com.facebook.buck.jvm.java.tracing
An interface for tracing the phases of compilation in Oracle's javac.
JavacStep - Class in com.facebook.buck.jvm.java
Command used to compile java libraries with a variety of ways to handle dependencies.
JavacStep(Path, ClassUsageFileWriter, Optional<Path>, ImmutableSortedSet<Path>, Path, ImmutableSortedSet<Path>, Javac, JavacOptions, BuildTarget, Optional<SuggestBuildRules>, SourcePathResolver, SourcePathRuleFinder, ProjectFilesystem, ClasspathChecker, Optional<DirectToJarOutputSettings>) - Constructor for class com.facebook.buck.jvm.java.JavacStep
 
JavacToJarStepFactory - Class in com.facebook.buck.jvm.java
 
JavacToJarStepFactory(JavacOptions, JavacOptionsAmender) - Constructor for class com.facebook.buck.jvm.java.JavacToJarStepFactory
 
JavacVersion - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractJavacVersion.
JavacVersion.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavacVersion.
JavaDepsFinder - Class in com.facebook.buck.jvm.java.autodeps
 
JavaDepsFinder(ImmutableSortedMap<String, BuildTarget>, JavaFileParser, ObjectMapper, BuildEngineBuildContext, ExecutionContext, BuildEngine) - Constructor for class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder
 
JavaDepsFinder.DependencyInfo - Class in com.facebook.buck.jvm.java.autodeps
Java dependency information that is extracted from a TargetGraph.
Javadoc - Class in com.facebook.buck.jvm.java
 
Javadoc(BuildRuleParams, Optional<String>, Optional<SourcePath>, Iterable<HasMavenCoordinates>, ImmutableSet<SourcePath>) - Constructor for class com.facebook.buck.jvm.java.Javadoc
 
javadocUrl - Variable in class com.facebook.buck.android.AndroidPrebuiltAarDescription.Arg
 
javadocUrl - Variable in class com.facebook.buck.jvm.java.PrebuiltJarDescription.Arg
 
JavaFileParser - Class in com.facebook.buck.jvm.java
Extracts the set of exported symbols (class and enum names) from a Java code file, using the ASTParser from Eclipse.
JavaFileParser.JavaFileFeatures - Class in com.facebook.buck.jvm.java
 
JavaInMemoryFileManager - Class in com.facebook.buck.jvm.java
A StandardJavaFileManager that creates and writes the content of files directly into a Jar output stream instead of writing the files to disk.
JavaInMemoryFileManager(StandardJavaFileManager, CustomZipOutputStream, ImmutableSet<Pattern>) - Constructor for class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
JavaInMemoryFileObject - Class in com.facebook.buck.jvm.java
A SimpleJavaFileObject implementation that forwards the content of the file to a Jar output stream instead of writing it to disk.
JavaInMemoryFileObject(String, JavaFileObject.Kind, CustomZipOutputStream, Semaphore) - Constructor for class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
JavaLibrary - Interface in com.facebook.buck.jvm.java
 
JavaLibrary.Data - Class in com.facebook.buck.jvm.java
 
JavaLibraryClasspathProvider - Class in com.facebook.buck.jvm.java
 
JavaLibraryDescription - Class in com.facebook.buck.jvm.java
 
JavaLibraryDescription(JavacOptions) - Constructor for class com.facebook.buck.jvm.java.JavaLibraryDescription
 
JavaLibraryDescription.Arg - Class in com.facebook.buck.jvm.java
 
JavaLibraryRules - Class in com.facebook.buck.jvm.java
Common utilities for working with JavaLibrary objects.
JavaLibraryWithTests - Interface in com.facebook.buck.jvm.java
 
JavaNoOpFileObject - Class in com.facebook.buck.jvm.java
A SimpleJavaFileObject implementation that represents a FileObject that has no operations and does not write the contents to any form of output.
JavaNoOpFileObject(String, JavaFileObject.Kind) - Constructor for class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
JavaOptions - Class in com.facebook.buck.jvm.java
Immutable implementation of AbstractJavaOptions.
javaOptions - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
JavaOptions.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JavaOptions.
javaPackage - Variable in class com.facebook.buck.android.AndroidBuildConfigDescription.Arg
 
JavaPackageFinder - Interface in com.facebook.buck.jvm.core
 
JavaPackageFinderSerializer - Class in com.facebook.buck.jvm.java
 
JavaRuntimeLauncher - Interface in com.facebook.buck.jvm.java
 
JavaSourceJar - Class in com.facebook.buck.jvm.java
 
JavaSourceJar(BuildRuleParams, ImmutableSortedSet<SourcePath>, Optional<String>) - Constructor for class com.facebook.buck.jvm.java.JavaSourceJar
 
JavaSymbolFinder - Class in com.facebook.buck.jvm.java
This class is responsible for finding Java source files and the buck rules that own them, given a fully-qualified Java symbol like "com.example.foo.Bar".
JavaSymbolFinder(ProjectFilesystem, SrcRootsFinder, JavacOptions, ConstructorArgMarshaller, ProjectBuildFileParserFactory, BuckConfig, BuckEventBus, Console, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.JavaSymbolFinder
 
JavaTest - Class in com.facebook.buck.jvm.java
 
JavaTest(BuildRuleParams, JavaLibrary, ImmutableSet<Either<SourcePath, Path>>, Set<Label>, Set<String>, TestType, JavaRuntimeLauncher, List<String>, Map<String, String>, Optional<Long>, Optional<Long>, ImmutableMap<String, String>, boolean, ForkMode, Optional<Level>, Optional<Level>) - Constructor for class com.facebook.buck.jvm.java.JavaTest
 
JavaTestDescription - Class in com.facebook.buck.jvm.java
 
JavaTestDescription(JavaOptions, JavacOptions, Optional<Long>, CxxPlatform) - Constructor for class com.facebook.buck.jvm.java.JavaTestDescription
 
JavaTestDescription.Arg - Class in com.facebook.buck.jvm.java
 
JavaTestDescription.CxxLibraryEnhancement - Class in com.facebook.buck.jvm.java
 
JavaUtilsLoggingBuildListener - Class in com.facebook.buck.event.listener
Logs build events to java.util.logging.
JavaUtilsLoggingBuildListener() - Constructor for class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
javaVersion - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
JdkProvidedInMemoryJavac - Class in com.facebook.buck.jvm.java
 
JS_BUNDLE_OUTPUT_DIR_FORMAT - Static variable in class com.facebook.buck.js.ReactNativeBundle
 
JSON - Static variable in class com.facebook.buck.doctor.DoctorReportHelper
 
JsonConcatenate - Class in com.facebook.buck.json
 
JsonConcatenate(BuildRuleParams, ImmutableSortedSet<Path>, String, String, String, String) - Constructor for class com.facebook.buck.json.JsonConcatenate
 
JsonConcatenateStep - Class in com.facebook.buck.json
 
JsonConcatenateStep(ProjectFilesystem, ImmutableSortedSet<Path>, Path, String, String) - Constructor for class com.facebook.buck.json.JsonConcatenateStep
 
JsonObjectHashing - Class in com.facebook.buck.json
Hashes parsed BUCK file objects.
JsonViews - Class in com.facebook.buck.log.views
This defines the different views an object can have when serialised/de-serialised using Jackson.
JsonViews() - Constructor for class com.facebook.buck.log.views.JsonViews
 
JsonViews.MachineReadableLog - Class in com.facebook.buck.log.views
View for events for MachineReadableLoggerListener.
Jsr199Javac - Class in com.facebook.buck.jvm.java
Command used to compile java libraries with a variety of ways to handle dependencies.
Jsr199Javac() - Constructor for class com.facebook.buck.jvm.java.Jsr199Javac
 
Jsr199TracingBridge - Class in com.facebook.buck.jvm.java
 
Jsr199TracingBridge(JavacEventSink, BuildTarget) - Constructor for class com.facebook.buck.jvm.java.Jsr199TracingBridge
 
JulLogFormatter - Class in com.facebook.buck.testrunner
 
JulLogFormatter() - Constructor for class com.facebook.buck.testrunner.JulLogFormatter
 
JUnitJvmArgs - Class in com.facebook.buck.jvm.java
Holds and formats the arguments and system properties that should be passed to the JVM to run JUnit.
JUnitJvmArgs.Builder - Class in com.facebook.buck.jvm.java
Builds instances of type JUnitJvmArgs.
JUnitMain - Class in com.facebook.buck.testrunner
Launcher for JUnit.
JUnitRunner - Class in com.facebook.buck.testrunner
Class that runs a set of JUnit tests and writes the results to a directory.
JUnitRunner() - Constructor for class com.facebook.buck.testrunner.JUnitRunner
 
JUnitStep - Class in com.facebook.buck.jvm.java
 
JUnitStep(ProjectFilesystem, Map<String, String>, Optional<Long>, Optional<Long>, ImmutableMap<String, String>, JavaRuntimeLauncher, JUnitJvmArgs) - Constructor for class com.facebook.buck.jvm.java.JUnitStep
 
JvmLibraryArg - Class in com.facebook.buck.jvm.java
 
JvmLibraryArg() - Constructor for class com.facebook.buck.jvm.java.JvmLibraryArg
 

K

keepResourcePattern - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
keyScope(String) - Method in class com.facebook.buck.rules.keys.RuleKeyScopedHasher
Hashes the key iff non-empty (i.e.
keystore - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
Keystore - Class in com.facebook.buck.jvm.java
 
Keystore(BuildRuleParams, SourcePath, SourcePath) - Constructor for class com.facebook.buck.jvm.java.Keystore
 
KeystoreDescription - Class in com.facebook.buck.jvm.java
 
KeystoreDescription() - Constructor for class com.facebook.buck.jvm.java.KeystoreDescription
 
KeystoreDescription.Arg - Class in com.facebook.buck.jvm.java
 
KeystoreProperties - Class in com.facebook.buck.android
 
KeystoreProperties(Path, String, String, String) - Constructor for class com.facebook.buck.android.KeystoreProperties
 
kill(int, int) - Method in interface com.facebook.buck.util.Libc
 
killBgProcesses() - Static method in class com.facebook.buck.util.BgProcessKiller
 
killProcess(String) - Method in class com.facebook.buck.util.PkillProcessManager
 
killProcess(String) - Method in interface com.facebook.buck.util.ProcessManager
Kills the process if it's running.
killSimulatorProcesses() - Method in class com.facebook.buck.apple.simulator.AppleCoreSimulatorServiceController
Kills any running simulator processes or services.
KindFunction - Class in com.facebook.buck.query
A kind(pattern, argument) filter expression, which computes the subset of nodes in 'argument' whose kind matches the unanchored regex 'pattern'.
KindFunction() - Constructor for class com.facebook.buck.query.KindFunction
 
KnownBuildRuleTypes - Class in com.facebook.buck.rules
A registry of all the build rules types understood by Buck.
KnownBuildRuleTypes.Builder - Class in com.facebook.buck.rules
 
KnownBuildRuleTypesFactory - Class in com.facebook.buck.rules
Contain items used to construct a KnownBuildRuleTypes that are shared between all Cell instances.
KnownBuildRuleTypesFactory(ProcessExecutor, AndroidDirectoryResolver) - Constructor for class com.facebook.buck.rules.KnownBuildRuleTypesFactory
 
KotlinAndroidLibraryCompiler - Class in com.facebook.buck.android
 
KotlinAndroidLibraryCompiler(KotlinBuckConfig) - Constructor for class com.facebook.buck.android.KotlinAndroidLibraryCompiler
 
KotlinBuckConfig - Class in com.facebook.buck.jvm.kotlin
 
KotlinBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.jvm.kotlin.KotlinBuckConfig
 
KotlincStep - Class in com.facebook.buck.jvm.kotlin
 
KotlincToJarStepFactory - Class in com.facebook.buck.jvm.kotlin
 
KotlincToJarStepFactory(Tool, ImmutableList<String>) - Constructor for class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
 
KotlincToJarStepFactory(Tool, ImmutableList<String>, Function<BuildContext, Iterable<Path>>) - Constructor for class com.facebook.buck.jvm.kotlin.KotlincToJarStepFactory
 
KotlinLibraryDescription - Class in com.facebook.buck.jvm.kotlin
 
KotlinLibraryDescription(KotlinBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
KotlinLibraryDescription.Arg - Class in com.facebook.buck.jvm.kotlin
 
KotlinTest - Class in com.facebook.buck.jvm.kotlin
 
KotlinTest(BuildRuleParams, JavaLibrary, ImmutableSet<Either<SourcePath, Path>>, Set<Label>, Set<String>, TestType, JavaRuntimeLauncher, List<String>, Map<String, String>, Optional<Long>, Optional<Long>, ImmutableMap<String, String>, boolean, ForkMode, Optional<Level>, Optional<Level>) - Constructor for class com.facebook.buck.jvm.kotlin.KotlinTest
 
KotlinTestDescription - Class in com.facebook.buck.jvm.kotlin
 
KotlinTestDescription(KotlinBuckConfig, JavaOptions, JavacOptions, Optional<Long>) - Constructor for class com.facebook.buck.jvm.kotlin.KotlinTestDescription
 
KotlinTestDescription.Arg - Class in com.facebook.buck.jvm.kotlin
 

L

Label - Class in com.facebook.buck.rules
Immutable implementation of AbstractLabel.
Label.Builder - Class in com.facebook.buck.rules
Builds instances of type Label.
labels - Variable in class com.facebook.buck.rules.AbstractDescriptionArg
 
LabelSelector - Class in com.facebook.buck.cli
 
LabelsFunction - Class in com.facebook.buck.query
A labels(label, argument) expression, which returns the targets in the attribute 'label' of the targets evaluated in the argument
LabelsFunction() - Constructor for class com.facebook.buck.query.LabelsFunction
 
LabelTypeCoercer - Class in com.facebook.buck.rules.coercer
 
LabelTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.LabelTypeCoercer
 
langCompilerFlags - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
langPreprocessorFlags - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
language - Variable in class com.facebook.buck.android.AndroidLibraryDescription.Arg
 
languageArgs(String) - Method in interface com.facebook.buck.cxx.Compiler
 
languageArgs(String) - Method in class com.facebook.buck.cxx.DefaultCompiler
 
languageArgs(String) - Method in class com.facebook.buck.cxx.WindowsCompiler
 
LaunchAction(XCScheme.BuildableReference, String, Optional<String>, Optional<String>, XCScheme.LaunchAction.LaunchStyle) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.LaunchAction
 
launchAndExecute(ProcessExecutorParams) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchAndExecute(ProcessExecutorParams, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchAndExecute(ProcessExecutorParams) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchAndExecute(ProcessExecutorParams, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchAndExecute(ProcessExecutorParams) - Method in interface com.facebook.buck.util.ProcessExecutor
Convenience method for ProcessExecutor.launchAndExecute(ProcessExecutorParams, Set, Optional, Optional, Optional) with boolean values set to false and optional values set to absent.
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>) - Method in interface com.facebook.buck.util.ProcessExecutor
 
launchAndExecute(ProcessExecutorParams, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in interface com.facebook.buck.util.ProcessExecutor
Launches then executes a process with the specified params.
launchAndExecute(ProcessExecutorParams, ImmutableMap<String, String>, Set<ProcessExecutor.Option>, Optional<String>, Optional<Long>, Optional<Consumer<Process>>) - Method in interface com.facebook.buck.util.ProcessExecutor
 
LaunchedProcessImpl(Process) - Constructor for class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
launchImage - Variable in class com.facebook.buck.apple.AppleAssetCatalogDescription.Arg
 
launchInstalledBundleInSimulator(String, String, AppleSimulatorController.LaunchBehavior, List<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Launches a previously-installed bundle in a started simulator.
launchProcess(ProcessExecutorParams) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchProcess(ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
launchProcess(ProcessExecutorParams) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchProcess(ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
launchProcess(ProcessExecutorParams, ListeningProcessExecutor.ProcessListener) - Method in class com.facebook.buck.util.ListeningProcessExecutor
Launches a process and asynchronously sends notifications to listener on a background thread when the process starts, has I/O, or exits.
launchProcess(ProcessExecutorParams) - Method in interface com.facebook.buck.util.ProcessExecutor
Launches a Process given ProcessExecutorParams.
launchProcess(ProcessExecutorParams, ImmutableMap<String, String>) - Method in interface com.facebook.buck.util.ProcessExecutor
 
launchStyle - Variable in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
LazyDelegatingArchiver - Class in com.facebook.buck.cxx
 
LazyDelegatingArchiver(Supplier<Archiver>) - Constructor for class com.facebook.buck.cxx.LazyDelegatingArchiver
 
LazyDelegatingSymbolNameTool - Class in com.facebook.buck.cxx
 
LazyDelegatingSymbolNameTool(Supplier<SymbolNameTool>) - Constructor for class com.facebook.buck.cxx.LazyDelegatingSymbolNameTool
 
LazyDelegatingTool - Class in com.facebook.buck.rules
 
LazyDelegatingTool(Supplier<Tool>) - Constructor for class com.facebook.buck.rules.LazyDelegatingTool
 
LazyPath - Class in com.facebook.buck.io
Class is intended to provide Paths to be used by cache
LazyPath() - Constructor for class com.facebook.buck.io.LazyPath
 
LcUuidContentsScrubber - Class in com.facebook.buck.cxx
 
LcUuidContentsScrubber() - Constructor for class com.facebook.buck.cxx.LcUuidContentsScrubber
 
LeafEvent - Interface in com.facebook.buck.event
LeafEvents represent events that have no logical children and are useful for tracking the time buck is spending logically grouped by categories, such as Parse, Javac, or Dx.
LeafTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
Superclass of coercers for non-collection/map types.
LeafTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.LeafTypeCoercer
 
left - Variable in class com.facebook.buck.model.Either
 
LEGACY_WATCH_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBinaryDescription
 
legacyOutputPath() - Method in class com.facebook.buck.python.PythonBuckConfig
 
lexCompiler - Variable in class com.facebook.buck.ocaml.OcamlLexStep.Args
 
Libc - Interface in com.facebook.buck.util
 
Libc.Constants - Class in com.facebook.buck.util
 
Libc.OpenPtyLibrary - Interface in com.facebook.buck.util
 
libDir - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
libDir - Variable in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription.Arg
 
libName - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
libName - Variable in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription.Arg
 
libOrigin() - Method in class com.facebook.buck.cxx.DarwinLinker
 
libOrigin() - Method in class com.facebook.buck.cxx.GnuLinker
 
libOrigin() - Method in interface com.facebook.buck.cxx.Linker
 
libOrigin() - Method in class com.facebook.buck.cxx.WindowsLinker
 
libraries - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
libraries - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
libraries - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
LIBRARIES_PREFIX - Static variable in class com.facebook.buck.jvm.java.intellij.IjProjectWriter
 
library - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
LIBRARY_TYPE - Static variable in class com.facebook.buck.apple.AppleLibraryDescription
 
licenses - Variable in class com.facebook.buck.rules.AbstractDescriptionArg
 
limit(long) - Method in interface com.facebook.buck.util.RichStream
 
LimitedThreadPoolExecutor - Class in com.facebook.buck.util.concurrent
This class is like ThreadPoolExecutor, but tries to keep the total active work below the specific limits.
LimitedThreadPoolExecutor(ThreadFactory, BlockingQueue<Runnable>, int, double) - Constructor for class com.facebook.buck.util.concurrent.LimitedThreadPoolExecutor
 
linearAllocHardLimit - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
LineFetcher - Class in com.facebook.buck.util
 
LineIterating - Class in com.facebook.buck.util
Utility class to iterate over the lines present in one or more input strings, buffers, or arrays given a LineHandler callback.
LineIterating.ByteLineHandler - Class in com.facebook.buck.util
LineIterating.CharLineHandler - Class in com.facebook.buck.util
LineProcessorRunnable - Class in com.facebook.buck.util
 
LineProcessorRunnable(ExecutorService, InputStream, OutputStream) - Constructor for class com.facebook.buck.util.LineProcessorRunnable
 
LinkableCxxConstructorArg - Class in com.facebook.buck.cxx
 
LinkableCxxConstructorArg() - Constructor for class com.facebook.buck.cxx.LinkableCxxConstructorArg
 
LinkedBlockingStack<E> - Class in com.facebook.buck.util.concurrent
An implementation of BlockingQueue interface returning elements in LIFO order.
LinkedBlockingStack() - Constructor for class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
LinkEditDataCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractLinkEditDataCommand.
LinkEditDataCommandUtils - Class in com.facebook.buck.macho
 
Linker - Interface in com.facebook.buck.cxx
An object wrapping a linker, providing its source path and an interface to decorate arguments with specific flags.
Linker.CxxRuntimeType - Enum in com.facebook.buck.cxx
The various styles of runtime library to which we can link shared objects.
Linker.LinkableDepType - Enum in com.facebook.buck.cxx
The various ways to link in dependencies.
Linker.LinkType - Enum in com.facebook.buck.cxx
The various ways to link an output file.
linkerFlags - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
linkerFlags - Variable in class com.facebook.buck.d.DBinaryDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.d.DLibraryDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.d.DTestDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.go.GoBinaryDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.ocaml.OcamlBinaryDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.ocaml.OcamlLibraryDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
linkerFlags - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
linkerMap(Path) - Method in class com.facebook.buck.cxx.DarwinLinker
 
linkerMap(Path) - Method in interface com.facebook.buck.cxx.HasLinkerMap
 
LinkerMapMode - Enum in com.facebook.buck.cxx
Defines if linker map should be generated or not.
linkerMapPath(Path) - Method in class com.facebook.buck.cxx.DarwinLinker
 
linkerMapPath(Path) - Method in interface com.facebook.buck.cxx.HasLinkerMap
 
LinkerProvider - Interface in com.facebook.buck.cxx
 
LinkerProvider.Type - Enum in com.facebook.buck.cxx
 
Linkers - Class in com.facebook.buck.cxx
 
linkStyle - Variable in class com.facebook.buck.cxx.LinkableCxxConstructorArg
 
linkStyle - Variable in class com.facebook.buck.haskell.HaskellBinaryDescription.Arg
 
linkStyle - Variable in class com.facebook.buck.rust.PrebuiltRustLibraryDescription.Arg
 
linkStyle - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
linkStyle - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
linkWhole - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
linkWhole(Arg) - Method in class com.facebook.buck.cxx.DarwinLinker
 
linkWhole(Arg) - Method in class com.facebook.buck.cxx.GnuLinker
 
linkWhole(Arg) - Method in interface com.facebook.buck.cxx.Linker
 
linkWhole - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
linkWhole(Arg) - Method in class com.facebook.buck.cxx.WindowsLinker
 
linkWhole - Variable in class com.facebook.buck.haskell.HaskellLibraryDescription.Arg
 
linkWithoutSoname - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
LINUX_F_GETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
LINUX_F_SETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
LINUX_FD_CLOEXEC - Static variable in class com.facebook.buck.util.Libc.Constants
 
LINUX_TIOCSCTTY - Static variable in class com.facebook.buck.util.Libc.Constants
 
ListeningCharsetDecoder - Class in com.facebook.buck.util
 
ListeningCharsetDecoder(ListeningCharsetDecoder.DecoderListener, CharsetDecoder) - Constructor for class com.facebook.buck.util.ListeningCharsetDecoder
 
ListeningCharsetDecoder.DecoderListener - Interface in com.facebook.buck.util
 
ListeningCharsetEncoder - Class in com.facebook.buck.util
 
ListeningCharsetEncoder(ListeningCharsetEncoder.EncoderListener, CharsetEncoder) - Constructor for class com.facebook.buck.util.ListeningCharsetEncoder
 
ListeningCharsetEncoder.EncoderListener - Interface in com.facebook.buck.util
 
ListeningMultiSemaphore - Class in com.facebook.buck.util.concurrent
A semaphore using ListenableFutures for acquisition of different resource types rather than blocking.
ListeningMultiSemaphore(ResourceAmounts, ResourceAllocationFairness) - Constructor for class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
 
ListeningProcessExecutor - Class in com.facebook.buck.util
Replacement for ProcessBuilder which provides an asynchronous callback interface to notify the caller on a background thread when a process starts, performs I/O, or exits.
ListeningProcessExecutor() - Constructor for class com.facebook.buck.util.ListeningProcessExecutor
 
ListeningProcessExecutor.LaunchedProcess - Interface in com.facebook.buck.util
Represents a process which was launched by a ListeningProcessExecutor.
ListeningProcessExecutor.ProcessListener - Interface in com.facebook.buck.util
Callback API to notify the caller on a background thread when a process starts, exits, has stdout or stderr bytes to read, or is ready to receive bytes on stdin.
ListeningSemaphoreArrayPendingItem - Class in com.facebook.buck.util.concurrent
Immutable implementation of AbstractListeningSemaphoreArrayPendingItem.
listFiles(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Allows File.listFiles() to be faked in tests.
listMatchingPaths(Path, String, PathListing.PathModifiedTimeFetcher) - Static method in class com.facebook.buck.io.PathListing
Lists matching paths in descending modified time order.
listMatchingPathsWithFilters(Path, String, PathListing.PathModifiedTimeFetcher, PathListing.FilterMode, Optional<Integer>, Optional<Long>) - Static method in class com.facebook.buck.io.PathListing
Lists paths in descending modified time order, excluding any paths which bring the number of files over maxNumPaths or over totalSizeFilter bytes in size.
listTraceFilesByLastModified() - Method in class com.facebook.buck.util.trace.BuildTraces
The most recent trace (the one with the greatest last-modified time) will be listed first.
ListTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
load(Optional<BuckConfig>, BuildJobState, Cell, KnownBuildRuleTypesFactory) - Static method in class com.facebook.buck.distributed.DistBuildState
 
load(ClassLoader) - Static method in class com.facebook.buck.jvm.java.FatJar
 
LoadBalancedHttpResponse - Class in com.facebook.buck.slb
 
LoadBalancedService - Class in com.facebook.buck.slb
 
LoadBalancedService(HttpLoadBalancer, OkHttpClient, BuckEventBus) - Constructor for class com.facebook.buck.slb.LoadBalancedService
 
LoadBalancedServiceEvent - Class in com.facebook.buck.slb
 
LoadBalancedServiceEvent(LoadBalancedServiceEventData) - Constructor for class com.facebook.buck.slb.LoadBalancedServiceEvent
 
LoadBalancedServiceEventData - Class in com.facebook.buck.slb
Immutable implementation of LoadBalancedServiceEvent.AbstractLoadBalancedServiceEventData.
LoadBalancedServiceEventData.Builder - Class in com.facebook.buck.slb
Builds instances of type LoadBalancedServiceEventData.
LoadBalancerEventsListener - Class in com.facebook.buck.event.listener
 
LoadBalancerEventsListener(CounterRegistry) - Constructor for class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
LoadBalancerEventsListener.ServerCounters - Class in com.facebook.buck.event.listener
 
LoadBalancerPingEvent - Class in com.facebook.buck.slb
 
LoadBalancerPingEvent(LoadBalancerPingEventData) - Constructor for class com.facebook.buck.slb.LoadBalancerPingEvent
 
LoadBalancerPingEventData - Class in com.facebook.buck.slb
Immutable implementation of LoadBalancerPingEvent.AbstractLoadBalancerPingEventData.
LoadBalancerPingEventData.Builder - Class in com.facebook.buck.slb
Builds instances of type LoadBalancerPingEventData.
loadClass(String) - Static method in class com.facebook.buck.cli.bootstrapper.ClassLoaderBootstrapper
 
LoadCommand - Interface in com.facebook.buck.macho
Mach O Load Command struct just defines 2 fields - cmd and cmdsize.
LoadCommandCommonFields - Class in com.facebook.buck.macho
Immutable implementation of AbstractLoadCommandCommonFields.
LoadCommandCommonFieldsUtils - Class in com.facebook.buck.macho
 
LoadCommandUtils - Class in com.facebook.buck.macho
 
loadFromFile(File) - Static method in class com.facebook.buck.apple.clang.HeaderMap
 
loadLimit - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
 
LOCAL_PATH - Static variable in class com.facebook.buck.log.LogConfigPaths
The path to the per-project local (git ignored) logging.properties file.
LocalBuilder - Interface in com.facebook.buck.distributed
 
LocalCachingBuildEngineDelegate - Class in com.facebook.buck.rules
 
LocalCachingBuildEngineDelegate(FileHashCache) - Constructor for class com.facebook.buck.rules.LocalCachingBuildEngineDelegate
 
locales - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
localIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.ClangPreprocessor
 
localIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.GccPreprocessor
 
localIncludeArgs(Iterable<String>) - Method in interface com.facebook.buck.cxx.Preprocessor
 
localIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.WindowsPreprocessor
 
localWorkers - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
This will be passed to the GWT Compiler's -localWorkers flag.
LocationMacroExpander - Class in com.facebook.buck.rules.macros
Expands to the path of a build rules output.
LocationMacroExpander() - Constructor for class com.facebook.buck.rules.macros.LocationMacroExpander
 
lock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
lockInterruptibly() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
log(String) - Method in class com.facebook.buck.util.network.AbstractBatchingLogger
 
log(String) - Method in interface com.facebook.buck.util.network.BatchingLogger
 
log(String, Iterable<String>) - Method in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
log(String, Iterable<String>) - Method in class com.facebook.buck.util.network.ScribeLogger
 
log(String, Iterable<String>) - Method in class com.facebook.buck.util.network.ThriftScribeLogger
 
LogConfig - Class in com.facebook.buck.cli.bootstrapper
 
LogConfig() - Constructor for class com.facebook.buck.cli.bootstrapper.LogConfig
 
LogConfig - Class in com.facebook.buck.log
Constructed by java.util.logging.LogManager via the system property java.util.logging.LogManager.config.
LogConfig() - Constructor for class com.facebook.buck.log.LogConfig
Default constructor, called by LogManager.
LogConfigPaths - Class in com.facebook.buck.log
Utility class containing constants for logging configuration paths.
LogConfigSetup - Class in com.facebook.buck.log
Immutable implementation of AbstractLogConfigSetup.
LogConfigSetup.Builder - Class in com.facebook.buck.log
Builds instances of type LogConfigSetup.
logDebugAndPost(Logger, BuckEvent) - Method in class com.facebook.buck.event.BuckEventBus
 
logEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
logEvent(ConsoleEvent) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
logEventPair(String, Optional<String>, long, long, BuckEvent, BuckEvent, Optional<Double>, ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Adds a line about a pair of start and finished events to lines.
logEventPair(String, Optional<String>, long, long, Collection<EventPair>, Optional<Double>, ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Adds a line about a set of start and finished events to lines.
LOGFILE_PATTERN - Static variable in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
LOGFILE_PREFIX - Static variable in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
LOGFILE_SUFFIX - Static variable in class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
LogFileHandler - Class in com.facebook.buck.cli.bootstrapper
 
LogFileHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
LogFileHandler - Class in com.facebook.buck.log
 
LogFileHandler() - Constructor for class com.facebook.buck.log.LogFileHandler
 
LogFileHandlerState - Interface in com.facebook.buck.log
 
LogFormatter - Class in com.facebook.buck.cli.bootstrapper
 
LogFormatter() - Constructor for class com.facebook.buck.cli.bootstrapper.LogFormatter
 
LogFormatter - Class in com.facebook.buck.log
 
LogFormatter() - Constructor for class com.facebook.buck.log.LogFormatter
 
Logger - Class in com.facebook.buck.log
 
LoggingArtifactCacheDecorator - Class in com.facebook.buck.artifact_cache
Decorator for wrapping a ArtifactCache to log a ArtifactCacheEvent for the start and finish of each event.
LoggingArtifactCacheDecorator(BuckEventBus, ArtifactCache, ArtifactCacheEventFactory) - Constructor for class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
LoggingBuildListener - Class in com.facebook.buck.event.listener
Log handler to bridge BuckEventBus events to java.util.logging records.
LoggingBuildListener() - Constructor for class com.facebook.buck.event.listener.LoggingBuildListener
 
LoggingRuleKeyHasher<HASH> - Class in com.facebook.buck.rules.keys
A delegating RuleKeyHasher that also does verbose rule key logging.
logHttpCacheUploads(ImmutableList.Builder<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
Adds a line about a the state of cache uploads to lines.
LogLevelTypeCoercer - Class in com.facebook.buck.rules.coercer
 
LogLevelTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.LogLevelTypeCoercer
 
logMultiple(ImmutableCollection<AbstractBatchingLogger.BatchEntry>) - Method in class com.facebook.buck.util.network.AbstractBatchingLogger
 
logMultiple(ImmutableCollection<AbstractBatchingLogger.BatchEntry>) - Method in class com.facebook.buck.util.network.ScribeBatchingLogger
 
logVerboseAndPost(Logger, BuckEvent) - Method in class com.facebook.buck.event.BuckEventBus
 
lookup(String) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
lookup(Path) - Method in class com.facebook.buck.jvm.java.intellij.ParsingJavaPackageFinder.PackagePathCache
 
lookup(FileHashCache, SourcePathResolver, ImmutableSet<SourcePath>) - Method in class com.facebook.buck.rules.Manifest
 
lookupString(long) - Method in class com.facebook.buck.cxx.elf.ElfSection
 
LuaBinary - Class in com.facebook.buck.lua
 
LuaBinary(BuildRuleParams, SourcePathRuleFinder, Path, Tool, String, LuaPackageComponents, Tool, LuaConfig.PackageStyle) - Constructor for class com.facebook.buck.lua.LuaBinary
 
LuaBinaryDescription - Class in com.facebook.buck.lua
 
LuaBinaryDescription(LuaConfig, CxxBuckConfig, CxxPlatform, FlavorDomain<CxxPlatform>, FlavorDomain<PythonPlatform>) - Constructor for class com.facebook.buck.lua.LuaBinaryDescription
 
LuaBinaryDescription.Arg - Class in com.facebook.buck.lua
 
LuaBinaryDescription.StarterType - Enum in com.facebook.buck.lua
 
LuaBinaryPackageComponents - Class in com.facebook.buck.lua
The package components in a Lua binary.
LuaBuckConfig - Class in com.facebook.buck.lua
 
LuaBuckConfig(BuckConfig, ExecutableFinder) - Constructor for class com.facebook.buck.lua.LuaBuckConfig
 
LuaConfig - Interface in com.facebook.buck.lua
 
LuaConfig.PackageStyle - Enum in com.facebook.buck.lua
 
LuaLibrary - Class in com.facebook.buck.lua
 
LuaLibrary(BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.lua.LuaLibrary
 
LuaLibraryDescription - Class in com.facebook.buck.lua
 
LuaLibraryDescription() - Constructor for class com.facebook.buck.lua.LuaLibraryDescription
 
LuaLibraryDescription.Arg - Class in com.facebook.buck.lua
 
LuaPackageable - Interface in com.facebook.buck.lua
 
LuaPackageComponents - Class in com.facebook.buck.lua
Components that contribute to a Lua package.
LuaScriptStarter - Class in com.facebook.buck.lua
Starter implementation which builds a starter as a Lua script.
LuaStandaloneBinary - Class in com.facebook.buck.lua
Builds a Lua executable into a standalone package using a given packager tool.
LuaStandaloneBinary(BuildRuleParams, Tool, ImmutableList<String>, Path, Optional<SourcePath>, LuaPackageComponents, String, Tool, boolean) - Constructor for class com.facebook.buck.lua.LuaStandaloneBinary
 
LuaUtil - Class in com.facebook.buck.lua
 

M

MACH_O_BUNDLE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
MachineReadableLog() - Constructor for class com.facebook.buck.log.views.JsonViews.MachineReadableLog
 
MachineReadableLoggerListener - Class in com.facebook.buck.event.listener
 
MachineReadableLoggerListener(InvocationInfo, ProjectFilesystem, ExecutorService) - Constructor for class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
MachOAbsolutifyObjectPathsCommand - Class in com.facebook.buck.cli
 
MachOAbsolutifyObjectPathsCommand() - Constructor for class com.facebook.buck.cli.MachOAbsolutifyObjectPathsCommand
 
MachOAbstractCommand - Class in com.facebook.buck.cli
Class-template for Mach O Util commands.
MachOAbstractCommand() - Constructor for class com.facebook.buck.cli.MachOAbstractCommand
 
MachoException(String) - Constructor for exception com.facebook.buck.cxx.Machos.MachoException
 
MachOFixCompDirCommand - Class in com.facebook.buck.cli
 
MachOFixCompDirCommand() - Constructor for class com.facebook.buck.cli.MachOFixCompDirCommand
 
MachoHeader - Class in com.facebook.buck.cxx
Immutable implementation of AbstractMachoHeader.
MachoHeader - Class in com.facebook.buck.macho
Immutable implementation of AbstractMachoHeader.
MachoHeader.Builder - Class in com.facebook.buck.cxx
Builds instances of type MachoHeader.
MachoHeaderUtils - Class in com.facebook.buck.macho
 
MachoMagicInfo - Class in com.facebook.buck.macho
 
MachoMagicInfo(UnsignedInteger) - Constructor for class com.facebook.buck.macho.MachoMagicInfo
 
MachoMagicInfoUtils - Class in com.facebook.buck.macho
 
Machos - Class in com.facebook.buck.cxx
 
Machos.MachoException - Exception in com.facebook.buck.cxx
 
MachOUtilsCommand - Class in com.facebook.buck.cli
 
MachOUtilsCommand() - Constructor for class com.facebook.buck.cli.MachOUtilsCommand
 
MACRO_HANDLER - Static variable in class com.facebook.buck.android.NdkLibraryDescription
 
MACRO_HANDLER - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
MACRO_HANDLER - Static variable in class com.facebook.buck.python.PythonUtil
 
MACRO_HANDLER - Static variable in class com.facebook.buck.shell.WorkerToolDescription
 
MacroArg - Class in com.facebook.buck.rules.args
An Arg which contains macros that need to be expanded.
MacroArg(MacroHandler, BuildTarget, CellPathResolver, BuildRuleResolver, String) - Constructor for class com.facebook.buck.rules.args.MacroArg
 
MacroException - Exception in com.facebook.buck.model
 
MacroException(String) - Constructor for exception com.facebook.buck.model.MacroException
 
MacroException(String, Throwable) - Constructor for exception com.facebook.buck.model.MacroException
 
MacroExpander - Interface in com.facebook.buck.rules.macros
 
MacroExpanderWithCustomFileOutput - Interface in com.facebook.buck.rules.macros
MacroExpanders that also implement this interface can provide different output when they are expanding to a file.
MacroFinder - Class in com.facebook.buck.model
Replace and extracts macros from input strings.
MacroFinder() - Constructor for class com.facebook.buck.model.MacroFinder
 
MacroHandler - Class in com.facebook.buck.rules.macros
Extracts macros from input strings and calls registered expanders to handle their input.
MacroHandler(ImmutableMap<String, MacroExpander>) - Constructor for class com.facebook.buck.rules.macros.MacroHandler
 
MacroMatchResult - Class in com.facebook.buck.model
Immutable implementation of AbstractMacroMatchResult.
MacroMatchResult.Builder - Class in com.facebook.buck.model
Builds instances of type MacroMatchResult.
MacroReplacer - Interface in com.facebook.buck.model
Interface to define replacement behavior for @{link MacroFinder}.
MacWifiSsidFinder - Class in com.facebook.buck.util.environment
Mac OS X implementation of finding the SSID of the default Wi-Fi interface.
MacWifiSsidFinder.CoreWlan - Interface in com.facebook.buck.util.environment
 
MAGIC_SIZE - Static variable in class com.facebook.buck.macho.MachoHeaderUtils
 
main(String[]) - Static method in class com.facebook.buck.android.agent.AgentMain
 
main(String[]) - Static method in class com.facebook.buck.apple.clang.PrintHeaderMap
 
main(String[]) - Static method in class com.facebook.buck.artifact_cache.HybridPayloadGenerator
 
main(String[]) - Static method in class com.facebook.buck.cli.bootstrapper.ClassLoaderBootstrapper
 
Main - Class in com.facebook.buck.cli
 
Main(PrintStream, PrintStream, InputStream) - Constructor for class com.facebook.buck.cli.Main
 
main(String[]) - Static method in class com.facebook.buck.cli.Main.DaemonBootstrap
 
main(String[]) - Static method in class com.facebook.buck.cli.Main
 
main(String[]) - Static method in class com.facebook.buck.dalvik.DalvikStatsTool
CLI wrapper to run against every class in a set of JARs.
main - Variable in class com.facebook.buck.haskell.HaskellBinaryDescription.Arg
 
main(String[]) - Static method in class com.facebook.buck.jvm.java.abi.ApiStubber
 
main(String[]) - Static method in class com.facebook.buck.jvm.java.coverage.ReportGenerator
Starts the report generation process
main(String[]) - Static method in class com.facebook.buck.jvm.java.FatJarMain
 
main(String[]) - Static method in class com.facebook.buck.jvm.java.runner.FileClassPathRunner
 
main(String[]) - Static method in class com.facebook.buck.maven.Resolver
 
main - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
main - Variable in class com.facebook.buck.shell.ShBinaryDescription.Arg
 
main(String[]) - Static method in class com.facebook.buck.testrunner.InstrumentationMain
 
main(String[]) - Static method in class com.facebook.buck.testrunner.JUnitMain
 
main(String[]) - Static method in class com.facebook.buck.testrunner.TestNGMain
 
main(String[]) - Static method in class com.facebook.buck.tools.dxanalysis.DxAnalysisMain
 
main(String[]) - Static method in class com.facebook.buck.zip.ZipWriteTest
 
Main.DaemonBootstrap - Class in com.facebook.buck.cli
 
MAIN_PATH - Static variable in class com.facebook.buck.log.LogConfigPaths
If present, the path to the logging.properties.st file.
mainClass - Variable in class com.facebook.buck.jvm.java.JavaBinaryDescription.Args
 
mainModule - Variable in class com.facebook.buck.lua.LuaBinaryDescription.Arg
 
mainModule - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
mainModule - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
MakeCleanDirectoryStep - Class in com.facebook.buck.step.fs
Deletes the directory, if it exists, before creating it.
MakeCleanDirectoryStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.step.fs.MakeCleanDirectoryStep
 
makeExecutable(Path) - Static method in class com.facebook.buck.io.MoreFiles
Tries to make the specified file executable.
MakeExecutableStep - Class in com.facebook.buck.step.fs
 
MakeExecutableStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.step.fs.MakeExecutableStep
 
makeRequest(FrontendRequest) - Method in class com.facebook.buck.distributed.FrontendService
 
makeRequest(String, Request.Builder) - Method in interface com.facebook.buck.slb.HttpService
 
makeRequest(String, Request.Builder) - Method in class com.facebook.buck.slb.LoadBalancedService
 
makeRequest(String, Request.Builder) - Method in class com.facebook.buck.slb.RetryingHttpService
 
makeRequest(String, Request.Builder) - Method in class com.facebook.buck.slb.SingleUriService
 
makeRequest(ThriftRequest, ThriftResponse) - Method in class com.facebook.buck.slb.ThriftOverHttpService
 
makeRequest(ThriftRequest, ThriftResponse) - Method in interface com.facebook.buck.slb.ThriftService
 
makeTargetDescription(String, String) - Method in class com.facebook.buck.parser.BuildTargetPatternParser
 
makeTargetDescription(String, String) - Method in class com.facebook.buck.parser.BuildTargetPatternTargetNodeParser
 
ManagedRunnable - Class in com.facebook.buck.util
A wrapper around a Thread which implements the AutoCloseable interface to be used in try-resource blocks and which also supports forwarding exceptions to the managing thread.
ManagedRunnable(ExecutorService) - Constructor for class com.facebook.buck.util.ManagedRunnable
 
managedThreadCount - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
Number of threads that Buck can manage and use them as worker threads.
manifest - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
manifest - Variable in class com.facebook.buck.android.AndroidInstrumentationApkDescription.Arg
 
manifest - Variable in class com.facebook.buck.android.AndroidLibraryDescription.Arg
 
manifest - Variable in class com.facebook.buck.android.AndroidResourceDescription.Arg
 
Manifest - Class in com.facebook.buck.rules
 
Manifest() - Constructor for class com.facebook.buck.rules.Manifest
Create an empty manifest.
Manifest(InputStream) - Constructor for class com.facebook.buck.rules.Manifest
Deserialize an existing manifest from the given InputStream.
manifestEntries - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
ManifestEntries - Class in com.facebook.buck.rules.coercer
Manifest entries to be injected into the AndroidManifest.xml file via AAPT command line flags.
ManifestEntries.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type ManifestEntries.
ManifestEntriesTypeCoercer - Class in com.facebook.buck.rules.coercer
TypeCoercer that takes a dict object generated by the manifest_entries() python function and coverts it to ManifestEntries.
ManifestEntriesTypeCoercer(ObjectMapper) - Constructor for class com.facebook.buck.rules.coercer.ManifestEntriesTypeCoercer
 
manifestFile - Variable in class com.facebook.buck.jvm.java.JavaBinaryDescription.Args
 
manifestFile - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
manifestFile - Variable in class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
ManifestInfo - Class in com.facebook.buck.util.autosparse
Track information on a file entry in a version control manifest.
ManifestInfo.Builder - Class in com.facebook.buck.util.autosparse
Builds instances of type ManifestInfo.
manifestSkeleton - Variable in class com.facebook.buck.android.AndroidAarDescription.Arg
 
map(Function<? super T, ? extends R>) - Method in interface com.facebook.buck.util.RichStream
 
MapTypeCoercer<K,V> - Class in com.facebook.buck.rules.coercer
 
mark(int) - Method in class com.facebook.buck.util.hash.HasherInputStream
 
markRuleAsUsed(BuildRule, BuckEventBus) - Method in class com.facebook.buck.rules.UnskippedRulesTracker
 
markSupported() - Method in class com.facebook.buck.util.hash.HasherInputStream
 
match(ImmutableSet<String>, String) - Method in class com.facebook.buck.model.MacroFinder
 
MATCH_ANY_ENTITLEMENT - Static variable in class com.facebook.buck.apple.ProvisioningProfileStore
 
MATCH_ANY_IDENTITY - Static variable in class com.facebook.buck.apple.ProvisioningProfileStore
 
matches(String) - Method in class com.facebook.buck.android.ClassNameFilter
 
matches(Set<Label>) - Method in class com.facebook.buck.cli.LabelSelector
 
matches(Path) - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
matches(TestDescription) - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
matches(TestDescription) - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
matches(TestDescription) - Method in interface com.facebook.buck.test.selectors.TestSelector
 
matches(String) - Method in class com.facebook.buck.util.PatternsMatcher
 
matchesClassName(String) - Method in class com.facebook.buck.test.selectors.PatternTestSelector
 
matchesClassName(String) - Method in class com.facebook.buck.test.selectors.SimpleTestSelector
 
matchesClassName(String) - Method in interface com.facebook.buck.test.selectors.TestSelector
 
materialiseSparseProfile() - Method in interface com.facebook.buck.util.autosparse.AutoSparseState
Update the working copy to include new paths added to the sparse profile.
materialiseSparseProfile() - Method in class com.facebook.buck.util.autosparse.HgAutoSparseState
 
materializeLogDirs(List<LogDir>) - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
MAVEN_CENTRAL_URL - Static variable in class com.facebook.buck.maven.Publisher
 
MAVEN_JAR - Static variable in interface com.facebook.buck.jvm.java.JavaLibrary
For maven publishing only dependencies containing maven coordinates will be listed as dependencies.
MavenCoordinatesMacroExpander - Class in com.facebook.buck.rules.macros
Resolves to the maven coordinates for a build target referencing a HasMavenCoordinates.
MavenCoordinatesMacroExpander() - Constructor for class com.facebook.buck.rules.macros.MavenCoordinatesMacroExpander
 
mavenCoords - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
mavenCoords - Variable in class com.facebook.buck.jvm.java.PrebuiltJarDescription.Arg
 
mavenCoords - Variable in class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
mavenLocalRepo - Variable in class com.facebook.buck.maven.ArtifactConfig
 
mavenPomTemplate - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
MavenPublishable - Interface in com.facebook.buck.jvm.java
A BuildRule that can have its output(BuildRule.getSourcePathToOutput()) published to a maven repository under the maven coordinates provided by HasMavenCoordinates.getMavenCoords()
MavenUberJar - Class in com.facebook.buck.jvm.java
A BuildRule used to have the provided JavaLibrary published to a maven repository
MavenUberJar.SourceJar - Class in com.facebook.buck.jvm.java
 
MavenUrlDecoder - Class in com.facebook.buck.file
Responsible for converting a maven URL to an HTTP or HTTPS url.
MAX_STATUS_WIDTH - Static variable in class com.facebook.buck.test.TestCaseSummary
 
maximumAmounts - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
Maximum resource amounts that are available on the system for all jobs to share.
maxWorkers - Variable in class com.facebook.buck.shell.WorkerToolDescription.Arg
 
maybeVisitAllDeps(BuildRule, boolean) - Static method in class com.facebook.buck.rules.BuildRuleDependencyVisitors
 
MemoryHandler - Class in com.facebook.buck.cli.bootstrapper
 
MemoryHandler() - Constructor for class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
MemoryHandler - Class in com.facebook.buck.log.memory
MemoryHandler maintains a circular buffer of LogRecords.
MemoryHandler() - Constructor for class com.facebook.buck.log.memory.MemoryHandler
Constructs a MemoryHandler specified by:.
memoryPerfStats(PerfStatsTracking.MemoryPerfStatsEvent) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
MemoryPerfStatsEvent(long, long, long, Map<String, Long>) - Constructor for class com.facebook.buck.util.perf.PerfStatsTracking.MemoryPerfStatsEvent
 
merge(IjFolder) - Method in class com.facebook.buck.jvm.java.intellij.SelfMergingOnlyFolder
 
merge(Map<K, V>, Map<K, V>) - Static method in class com.facebook.buck.util.MoreMaps
 
MergeAndroidResourceSources - Class in com.facebook.buck.android.aapt
 
MergeAndroidResourceSources(BuildRuleParams, ImmutableCollection<SourcePath>) - Constructor for class com.facebook.buck.android.aapt.MergeAndroidResourceSources
 
MergeAndroidResourceSourcesStep - Class in com.facebook.buck.android.aapt
Merges multiple directories containing Android resource sources into one directory.
MergeAndroidResourceSourcesStep(ImmutableList<Path>, Path, Path) - Constructor for class com.facebook.buck.android.aapt.MergeAndroidResourceSourcesStep
 
MergeAndroidResourcesStep - Class in com.facebook.buck.android
 
MergeAndroidResourcesStep.DuplicateResourceException - Exception in com.facebook.buck.android
 
mergeCmdLineArgs(ArtifactConfig.CmdLineArgs) - Method in class com.facebook.buck.maven.ArtifactConfig
 
MergedNativeLibraryConstituents - Class in com.facebook.buck.android
Data object for internal use, representing the source libraries getting merged together into one DSO.
MergedNativeLibraryConstituents.Builder - Class in com.facebook.buck.android
Builds instances of type MergedNativeLibraryConstituents.
mergeManifests - Variable in class com.facebook.buck.jvm.java.JavaBinaryDescription.Args
 
mergeSorted(Map<K, V>, Map<K, V>) - Static method in class com.facebook.buck.util.MoreMaps
 
MessageSerializer - Class in com.facebook.buck.message_ipc
 
MessageSerializer(ObjectMapper) - Constructor for class com.facebook.buck.message_ipc.MessageSerializer
 
MessageTransport - Class in com.facebook.buck.message_ipc
 
MessageTransport(WorkerProcess, MessageSerializer) - Constructor for class com.facebook.buck.message_ipc.MessageTransport
 
metadata() - Method in class com.facebook.buck.artifact_cache.CacheResult
 
MetadataAndPayloadReadResultInternal - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractMetadataAndPayloadReadResultInternal.
MetadataAndPayloadReadResultInternal.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type MetadataAndPayloadReadResultInternal.
MetadataProvidingDescription<T> - Interface in com.facebook.buck.rules
 
metadataTxtDexEntries - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
metaInfDirectory - Variable in class com.facebook.buck.jvm.java.JavaBinaryDescription.Args
 
methodBlock(FrameworkMethod) - Method in class com.facebook.buck.testrunner.BuckBlockJUnit4ClassRunner
Override the default timeout behavior so that when no timeout is specified in the Test annotation, the timeout specified by the constructor will be used (if it has been set).
methodDesc - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.MethodReference
 
methodName - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.MethodReference
 
MethodReference(String, String, String) - Constructor for class com.facebook.buck.dalvik.DalvikStatsTool.MethodReference
 
methodReferences - Variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
Methods referenced by the class.
MiniAapt - Class in com.facebook.buck.android.aapt
Step which parses resources in an android res directory and compiles them into a R.txt file, following the exact same format as the Android build tool aapt.
MiniAapt(SourcePathResolver, ProjectFilesystem, SourcePath, Path, ImmutableSet<Path>) - Constructor for class com.facebook.buck.android.aapt.MiniAapt
 
MiniAapt(SourcePathResolver, ProjectFilesystem, SourcePath, Path, ImmutableSet<Path>, boolean, boolean) - Constructor for class com.facebook.buck.android.aapt.MiniAapt
 
minimizePrimaryDexSize - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
MinionModeRunner - Class in com.facebook.buck.distributed
 
MinionModeRunner(String, int, LocalBuilder, BuildId) - Constructor for class com.facebook.buck.distributed.MinionModeRunner
 
MinionWorkloadAllocator - Class in com.facebook.buck.distributed
Allocates and keeps track of what BuildTargets are allocated to which Minions.
MinionWorkloadAllocator(BuildTargetsQueue, int) - Constructor for class com.facebook.buck.distributed.MinionWorkloadAllocator
 
miss(boolean) - Static method in class com.facebook.buck.event.ActionGraphEvent.Cache
 
Miss(boolean) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache.Miss
 
miss() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent.Cache
 
MissingBuildFileException - Exception in com.facebook.buck.parser
 
MissingBuildFileException(TargetNodeSpec, Path) - Constructor for exception com.facebook.buck.parser.MissingBuildFileException
 
MissingBuildFileException(BuildTarget, BuckConfig) - Constructor for exception com.facebook.buck.rules.Cell.MissingBuildFileException
 
MissingSymbolEvent - Class in com.facebook.buck.event
 
MissingSymbolEvent.SymbolType - Enum in com.facebook.buck.event
 
MissingSymbolsHandler - Class in com.facebook.buck.cli
 
missWithTargetGraphHashMatch() - Static method in class com.facebook.buck.event.ActionGraphEvent.Cache
 
MissWithTargetGraphHashMatch() - Constructor for class com.facebook.buck.event.ActionGraphEvent.Cache.MissWithTargetGraphHashMatch
 
MkdirAndSymlinkFileStep - Class in com.facebook.buck.step.fs
Ensures the directory of the target path is created before a file is symlinked to it.
MkdirAndSymlinkFileStep(ProjectFilesystem, Path, Path) - Constructor for class com.facebook.buck.step.fs.MkdirAndSymlinkFileStep
 
mkdirs(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Resolves the relative path against the project root and then calls Files.createDirectories(java.nio.file.Path, java.nio.file.attribute.FileAttribute[])
MkdirStep - Class in com.facebook.buck.step.fs
Command that runs equivalent command of mkdir -p on the specified directory.
MkdirStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.step.fs.MkdirStep
 
mode - Variable in class com.facebook.buck.shell.ExportFileDescription.Arg
 
MODIFIABLE_FILE_TYPE_IDENTIFIERS - Static variable in class com.facebook.buck.apple.xcode.xcodeproj.FileTypes
Set of identifiers for which we will use "lastKnownFileType" instead of "explicitFileType" in a PBXFileReference to allow the user to change the type by renaming the file.
moduleDeps - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
 
ModuleIndexEntry - Class in com.facebook.buck.jvm.java.intellij
Immutable implementation of IjProjectTemplateDataPreparer.AbstractModuleIndexEntry.
ModuleIndexEntry.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type ModuleIndexEntry.
moduleName - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
moduleName - Variable in class com.facebook.buck.python.CxxPythonExtensionDescription.Arg
 
moduleName - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
modules - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
 
MODULES_PREFIX - Static variable in class com.facebook.buck.jvm.java.intellij.IjProjectWriter
 
MoreCollectors - Class in com.facebook.buck.util
 
MoreExceptions - Class in com.facebook.buck.util
 
MoreFiles - Class in com.facebook.buck.io
 
MoreFiles.DeleteRecursivelyOptions - Enum in com.facebook.buck.io
 
MoreFunctions - Class in com.facebook.buck.util
 
MoreFutures - Class in com.facebook.buck.util.concurrent
 
MoreIterables - Class in com.facebook.buck.util
 
MoreMaps - Class in com.facebook.buck.util
 
MorePaths - Class in com.facebook.buck.io
Common functions that are done with a Path.
MorePosixFilePermissions - Class in com.facebook.buck.io
 
MoreProjectFilesystems - Class in com.facebook.buck.io
Common functions that are done with a ProjectFilesystem.
MoreSets - Class in com.facebook.buck.util
 
MoreSets() - Constructor for class com.facebook.buck.util.MoreSets
 
MoreStreams - Class in com.facebook.buck.util
Utility functions for working with Java 8 streams.
MoreStrings - Class in com.facebook.buck.util
 
MoreSuppliers - Class in com.facebook.buck.util
 
MoreThrowables - Class in com.facebook.buck.util
 
MostExecutors - Class in com.facebook.buck.util.concurrent
 
MostExecutors.NamedThreadFactory - Class in com.facebook.buck.util.concurrent
A ThreadFactory which gives each thread a meaningful and distinct name.
move(Path, Path, CopyOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
MoveStep - Class in com.facebook.buck.step.fs
 
MoveStep(ProjectFilesystem, Path, Path, CopyOption...) - Constructor for class com.facebook.buck.step.fs.MoveStep
 
MULTI_INSTALL_MODE_SHORT_ARG - Static variable in class com.facebook.buck.step.AdbOptions
 
MultiarchFile - Class in com.facebook.buck.apple
Puts together multiple thin library/binaries into a multi-arch file.
MultiarchFile(BuildRuleParams, SourcePathRuleFinder, Tool, SortedSet<SourcePath>, Path) - Constructor for class com.facebook.buck.apple.MultiarchFile
 
MultiarchFileInfo - Class in com.facebook.buck.apple
Information about a build target that represents a fat binary.
MultiarchFileInfo.Builder - Class in com.facebook.buck.apple
Builds instances of type MultiarchFileInfo.
MultiarchFileInfos - Class in com.facebook.buck.apple
 
MultiArtifactCache - Class in com.facebook.buck.artifact_cache
MultiArtifactCache encapsulates a set of ArtifactCache instances such that fetch() succeeds if any of the ArtifactCaches contain the desired artifact, and store() applies to all ArtifactCaches.
MultiArtifactCache(ImmutableList<ArtifactCache>) - Constructor for class com.facebook.buck.artifact_cache.MultiArtifactCache
 
MultiSourceContentsProvider(FileContentsProvider...) - Constructor for class com.facebook.buck.distributed.FileContentsProviders.MultiSourceContentsProvider
 
MungingDebugPathSanitizer - Class in com.facebook.buck.cxx
This sanitizer works by munging the compiler output to replace paths.
MungingDebugPathSanitizer(int, char, Path, ImmutableBiMap<Path, Path>) - Constructor for class com.facebook.buck.cxx.MungingDebugPathSanitizer
 
MutabilityAnalyzer - Class in com.facebook.buck.tools.dxanalysis
 
MutableDirectedGraph<T> - Class in com.facebook.buck.graph
Represents a directed graph with unweighted edges.
MutableDirectedGraph() - Constructor for class com.facebook.buck.graph.MutableDirectedGraph
Creates a new graph with no nodes or edges.
MyWebSocket() - Constructor for class com.facebook.buck.httpserver.StreamingWebSocketServlet.MyWebSocket
 

N

N_OSO - Static variable in class com.facebook.buck.macho.Stab
object file name: name,,0,0,st_mtime
N_SO - Static variable in class com.facebook.buck.macho.Stab
source file name: name,,n_sect,0,address
N_SOL - Static variable in class com.facebook.buck.macho.Stab
#included file name: name,,n_sect,0,address
nailMain(NGContext) - Static method in class com.facebook.buck.cli.Main
When running as a daemon in the NailGun server, Main.nailMain(NGContext) is called instead of Main.main(String[]) so that the given context can be used to listen for client disconnections and interrupt command processing when they occur.
name - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
name - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
name(String) - Method in class com.facebook.buck.model.ImmutableFlavor.Builder
Initializes the value for the name attribute.
name - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
NAME_TYPE_DNS_HOSTNAME - Static variable in interface com.facebook.buck.util.network.hostname.HostnameFetchingWin32Library
 
NamedTemporaryFile - Class in com.facebook.buck.util
 
NamedTemporaryFile(String, String, FileAttribute<?>...) - Constructor for class com.facebook.buck.util.NamedTemporaryFile
 
namedThread(String, Runnable) - Static method in class com.facebook.buck.util.Threads
 
NamedThreadFactory(String) - Constructor for class com.facebook.buck.util.concurrent.MostExecutors.NamedThreadFactory
 
NanosAdjustedClock - Class in com.facebook.buck.timing
Clock implementation that invokes the System calls, adjusted to use the given nanos epoch.
NanosAdjustedClock(long) - Constructor for class com.facebook.buck.timing.NanosAdjustedClock
 
nanoTime() - Method in interface com.facebook.buck.timing.Clock
 
nanoTime() - Method in class com.facebook.buck.timing.DefaultClock
 
nanoTime() - Method in class com.facebook.buck.timing.NanosAdjustedClock
 
NativeExecutableStarter - Class in com.facebook.buck.lua
Starter implementation which builds a starter as a native executable.
nativeLib - Variable in class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription.Arg
 
NativeLibraryBuildRule - Interface in com.facebook.buck.android
BuildRule that contains various .so files for Android, organized by target CPU architecture.
nativeLibraryMergeCodeGenerator - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
NativeLibraryMergeEnhancementResult - Class in com.facebook.buck.android
Immutable implementation of NativeLibraryMergeEnhancer.AbstractNativeLibraryMergeEnhancementResult.
NativeLibraryMergeEnhancementResult.Builder - Class in com.facebook.buck.android
Builds instances of type NativeLibraryMergeEnhancementResult.
nativeLibraryMergeGlue - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
nativeLibraryMergeMap - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
nativeLibs - Variable in class com.facebook.buck.android.PrebuiltNativeLibraryDescription.Arg
 
nativeLibsEnvironment - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.CxxLibraryEnhancement
 
NativeLinkable - Interface in com.facebook.buck.cxx
Interface for BuildRule objects (e.g.
NativeLinkable.Linkage - Enum in com.facebook.buck.cxx
 
NativeLinkableInput - Class in com.facebook.buck.cxx
A class containing inputs to be passed to the native linker.
NativeLinkableInput.Builder - Class in com.facebook.buck.cxx
Builds instances of type NativeLinkableInput.
NativeLinkables - Class in com.facebook.buck.cxx
 
NativeLinkStrategy - Enum in com.facebook.buck.cxx
The ways that other language (e.g.
NativeLinkTarget - Interface in com.facebook.buck.cxx
 
NativeLinkTargetMode - Class in com.facebook.buck.cxx
Immutable implementation of AbstractNativeLinkTargetMode.
nativePlugin - Variable in class com.facebook.buck.ocaml.OcamlLibraryDescription.Arg
 
NativeRelinker - Class in com.facebook.buck.android.relinker
When linking shared libraries, by default, all symbols are exported from the library.
NativeRelinker(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>, ImmutableMap<Pair<NdkCxxPlatforms.TargetCpuType, String>, SourcePath>, ImmutableMap<Pair<NdkCxxPlatforms.TargetCpuType, String>, SourcePath>) - Constructor for class com.facebook.buck.android.relinker.NativeRelinker
 
nativeStarterLibrary - Variable in class com.facebook.buck.lua.LuaBinaryDescription.Arg
 
NativeTestable - Interface in com.facebook.buck.cxx
Interface marking a rule as having tests.
NdkBuildStep - Class in com.facebook.buck.android
 
NdkBuildStep(ProjectFilesystem, Path, Path, Path, Path, Iterable<String>, Function<String, String>) - Constructor for class com.facebook.buck.android.NdkBuildStep
 
NdkCxxPlatform - Class in com.facebook.buck.android
Adds Android-specific tools to CxxPlatform.
NdkCxxPlatform.Builder - Class in com.facebook.buck.android
Builds instances of type NdkCxxPlatform.
NdkCxxPlatformCompiler - Class in com.facebook.buck.android
Immutable implementation of AbstractNdkCxxPlatformCompiler.
NdkCxxPlatformCompiler.Builder - Class in com.facebook.buck.android
Builds instances of type NdkCxxPlatformCompiler.
NdkCxxPlatforms - Class in com.facebook.buck.android
 
NdkCxxPlatforms.CxxRuntime - Enum in com.facebook.buck.android
The C/C++ runtime library to link against.
NdkCxxPlatforms.Host - Enum in com.facebook.buck.android
The OS and Architecture that we're building on.
NdkCxxPlatforms.TargetArch - Enum in com.facebook.buck.android
Name of the target CPU architecture.
NdkCxxPlatforms.TargetArchAbi - Enum in com.facebook.buck.android
Name of the target CPU + ABI.
NdkCxxPlatforms.TargetCpuType - Enum in com.facebook.buck.android
The CPU architectures to target.
NdkCxxPlatforms.Toolchain - Enum in com.facebook.buck.android
The build toolchain, named (including compiler version) after the target platform/arch.
NdkCxxPlatforms.ToolchainTarget - Enum in com.facebook.buck.android
The toolchains name for the platform being targeted.
NdkCxxPlatformTargetConfiguration - Class in com.facebook.buck.android
A container for all configuration settings needed to define a build target.
NdkCxxPlatformTargetConfiguration.Builder - Class in com.facebook.buck.android
Builds instances of type NdkCxxPlatformTargetConfiguration.
NdkLibrary - Class in com.facebook.buck.android
An object that represents a collection of Android NDK source code.
NdkLibrary(BuildRuleParams, Path, String, Set<SourcePath>, List<String>, boolean, Optional<String>, Function<String, String>) - Constructor for class com.facebook.buck.android.NdkLibrary
 
NdkLibraryDescription - Class in com.facebook.buck.android
 
NdkLibraryDescription(Optional<String>, ImmutableMap<NdkCxxPlatforms.TargetCpuType, NdkCxxPlatform>) - Constructor for class com.facebook.buck.android.NdkLibraryDescription
 
NdkLibraryDescription.Arg - Class in com.facebook.buck.android
 
needAllDeps() - Method in enum com.facebook.buck.rust.CrateType
Linking this crate needs all the dependencies available.
neededCoverage - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
NeededCoverageSpec - Class in com.facebook.buck.python
Immutable implementation of AbstractNeededCoverageSpec.
NeededCoverageSpecTypeCoercer - Class in com.facebook.buck.rules.coercer
A type coercer to handle needed coverage specification for python_test.
NetworkCacheArgs - Class in com.facebook.buck.artifact_cache
Immutable implementation of AbstractNetworkCacheArgs.
NetworkCacheArgs.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type NetworkCacheArgs.
NetworkEvent - Class in com.facebook.buck.event
 
NetworkEvent(EventKey) - Constructor for class com.facebook.buck.event.NetworkEvent
 
NetworkEvent.BytesReceivedEvent - Class in com.facebook.buck.event
 
networkStatsKeeper - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
NetworkStatsKeeper - Class in com.facebook.buck.event.listener
 
NetworkStatsKeeper() - Constructor for class com.facebook.buck.event.listener.NetworkStatsKeeper
 
newBuilder(BuildRule) - Method in class com.facebook.buck.rules.keys.ContentAgnosticRuleKeyFactory
 
newBuilder(BuildRule) - Method in class com.facebook.buck.rules.keys.DefaultDependencyFileRuleKeyFactory
 
newBuilder(BuildRule) - Method in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
newBuilder(BuildRule) - Method in class com.facebook.buck.rules.keys.InputBasedRuleKeyFactory
 
newBuilder(BuildRule) - Method in class com.facebook.buck.rules.keys.ReflectiveRuleKeyFactory
 
newCleaner() - Static method in class com.facebook.buck.log.LogFileHandler
 
newCleaner(long, int, int) - Static method in class com.facebook.buck.log.LogFileHandler
 
newCondition() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
newDaemonInstance() - Static method in class com.facebook.buck.event.DaemonEvent
 
NewDaemonInstance() - Constructor for class com.facebook.buck.event.DaemonEvent.NewDaemonInstance
 
newDefaultInstance() - Static method in class com.facebook.buck.util.ObjectMappers
 
newDistBuildLogStateTracker(Path, ProjectFilesystem) - Static method in class com.facebook.buck.cli.DistBuildFactory
 
newDistBuildService(CommandRunnerParams) - Static method in class com.facebook.buck.cli.DistBuildFactory
 
newEmptyQueue() - Static method in class com.facebook.buck.distributed.BuildTargetsQueue
 
newFetchFinishedEvent(ArtifactCacheEvent.Started, CacheResult) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheEventFactory
 
newFetchFinishedEvent(ArtifactCacheEvent.Started, CacheResult) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newFetchStartedEvent(ImmutableSet<RuleKey>) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheEventFactory
 
newFetchStartedEvent(ImmutableSet<RuleKey>) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newFetchStartedEvent(RuleKey) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newFileInputStream(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
newFileOutputStream(Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
newFinishedEvent(ArtifactCacheEvent.Started, Optional<CacheResult>) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newFinishedEventBuilder(HttpArtifactCacheEvent.Started) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newFormatter() - Static method in class com.facebook.buck.util.network.HiveRowFormatter
 
newFrontendService(CommandRunnerParams) - Static method in class com.facebook.buck.cli.DistBuildFactory
 
newInstance() - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheFactory
 
newInstance(boolean) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheFactory
 
newInstance() - Method in class com.facebook.buck.artifact_cache.ArtifactCaches
 
newInstance(boolean) - Method in class com.facebook.buck.artifact_cache.ArtifactCaches
Creates a new instance of the cache for use during a build.
newInstance() - Method in class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
 
newInstance(boolean) - Method in class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
 
newInstance(ProjectFilesystem, Set<Path>, Path, Path, String, Path, Predicate<String>, ImmutableSet<String>, ImmutableSet<String>, ImmutableMultimap<APKModule, String>, APKModuleGraph, ZipSplitter.DexSplitStrategy, ZipSplitter.CanaryStrategy, Path) - Method in class com.facebook.buck.dalvik.DalvikAwareZipSplitterFactory
 
newInstance(ProjectFilesystem, Set<Path>, Path, Path, String, Path, Predicate<String>, ImmutableSet<String>, ImmutableSet<String>, ImmutableMultimap<APKModule, String>, APKModuleGraph, ZipSplitter.DexSplitStrategy, ZipSplitter.CanaryStrategy, Path) - Method in interface com.facebook.buck.dalvik.ZipSplitterFactory
Both combines and splits a set of input files into zip files such that no one output zip file has entries that in total exceed zipSizeHardLimit.
newInstance() - Static method in class com.facebook.buck.eden.EdenClient
 
newInstance(Path, String, AutoSparseConfig) - Static method in class com.facebook.buck.io.ProjectFilesystemDelegateFactory
Must always create a new delegate for the specified root.
newInstance(BuildRule) - Method in class com.facebook.buck.rules.keys.ReflectiveRuleKeyFactory
 
newInstanceIfWatchmanUsed(Cell, ProjectFilesystem, ProcessExecutor, ExecutableFinder, ImmutableMap<String, String>) - Static method in class com.facebook.buck.rage.WatchmanDiagReportCollector
 
newIntegerCounter(String, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.counters.CounterRegistry
 
newIntegerCounter(String, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
newMultiThreadExecutor(String, int) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
Creates a multi-threaded executor with meaningfully named threads.
newMultiThreadExecutor(ThreadFactory, int) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
 
newOutputStream(Path) - Static method in class com.facebook.buck.zip.ZipOutputStreams
Create a new CustomZipOutputStream that outputs to the given zipFile.
newOutputStream(OutputStream) - Static method in class com.facebook.buck.zip.ZipOutputStreams
Create a new CustomZipOutputStream that will by default act in the same way as ZipOutputStream, notably by throwing an exception if duplicate entries are added.
newOutputStream(Path, ZipOutputStreams.HandleDuplicates) - Static method in class com.facebook.buck.zip.ZipOutputStreams
Create a new CustomZipOutputStream that handles duplicate entries in the way dictated by mode.
newOutputStream(OutputStream, ZipOutputStreams.HandleDuplicates) - Static method in class com.facebook.buck.zip.ZipOutputStreams
Create a new CustomZipOutputStream that handles duplicate entries in the way dictated by mode.
newOutputStream(OutputStream, ZipOutputStreams.HandleDuplicates, Clock) - Static method in class com.facebook.buck.zip.ZipOutputStreams
 
newProtocolInstance(ThriftProtocol, TTransport) - Static method in class com.facebook.buck.slb.ThriftUtil
 
newQueue(BuildRuleResolver, Iterable<BuildTarget>) - Static method in class com.facebook.buck.distributed.BuildTargetsQueue
 
newRecursiveRuleDependencyTransformer(TargetGraph, Optional<AppleDependenciesCache>, AppleBuildRules.RecursiveDependenciesMode, ImmutableSet<Class<? extends Description<?>>>) - Static method in class com.facebook.buck.apple.AppleBuildRules
 
newReference() - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
newSamplingCounter(String, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.counters.CounterRegistry
 
newSamplingCounter(String, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
newServedCache(ArtifactCacheBuckConfig, ProjectFilesystem) - Static method in class com.facebook.buck.artifact_cache.ArtifactCaches
Creates a new instance of the cache to be used to serve the dircache from the WebServer.
newShutdownEvent() - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newSingleThreadExecutor(String) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
Creates a single threaded executor that silently discards rejected tasks.
newSingleThreadExecutor(ThreadFactory) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
 
newStoreFinishedEvent(ArtifactCacheEvent.Started) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheEventFactory
 
newStoreFinishedEvent(ArtifactCacheEvent.Started) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newStoreScheduledEvent(Optional<String>, ImmutableSet<RuleKey>) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newStoreStartedEvent(ImmutableSet<RuleKey>, ImmutableMap<String, String>) - Method in interface com.facebook.buck.artifact_cache.ArtifactCacheEventFactory
 
newStoreStartedEvent(ImmutableSet<RuleKey>, ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.DirArtifactCacheEventFactory
 
newStoreStartedEvent(HttpArtifactCacheEvent.Scheduled) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent
 
newTagSetCounter(String, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.counters.CounterRegistry
 
newTagSetCounter(String, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
newThread(Runnable) - Method in class com.facebook.buck.log.CommandThreadFactory
 
newThread(Runnable) - Method in class com.facebook.buck.util.concurrent.MostExecutors.NamedThreadFactory
 
newUnbufferedFileOutputStream(Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
newValidatingTaskListener(ClassLoaderCache, JavaCompiler.CompilationTask, BootClasspathOracle, Diagnostic.Kind) - Static method in class com.facebook.buck.jvm.java.abi.SourceBasedAbiStubber
 
Nlist - Class in com.facebook.buck.macho
Immutable implementation of AbstractNlist.
NlistUtils - Class in com.facebook.buck.macho
 
NO_INCLUDE_FRAMEWORKS_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDescriptions
 
NoAndroidSdkException - Exception in com.facebook.buck.android
 
NoAndroidSdkException() - Constructor for exception com.facebook.buck.android.NoAndroidSdkException
 
NoAndroidSdkException(Throwable) - Constructor for exception com.facebook.buck.android.NoAndroidSdkException
 
noDx - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
noHealthyServersAvailable() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
 
NoHealthyServersException - Exception in com.facebook.buck.slb
Thrown when the load balancer cannot find any healthy servers to make the request to.
NoHealthyServersException(String) - Constructor for exception com.facebook.buck.slb.NoHealthyServersException
 
NON_DELEGATE_FLAVORS - Static variable in class com.facebook.buck.apple.AppleBinaryDescription
 
NONE - Static variable in class com.facebook.buck.jvm.java.intellij.AggregationMode
 
NONE - Static variable in class com.facebook.buck.rules.BuildableProperties
 
NonHashableSourcePathContainer - Class in com.facebook.buck.rules
Prevents a SourcePath being resolved and hashed when used as part of a RuleKey
NonHashableSourcePathContainer(SourcePath) - Constructor for class com.facebook.buck.rules.NonHashableSourcePathContainer
 
NonReentrantSystemExit - Class in com.facebook.buck.util.shutdown
If a shutdown hook causes an unhandled exception and the unhandled exception handler calls System.exit we end up deadlocking.
NonReentrantSystemExit() - Constructor for class com.facebook.buck.util.shutdown.NonReentrantSystemExit
 
NOOP_REPORTING_CALLBACK - Static variable in interface com.facebook.buck.rules.TestRule
Implementation of TestRule.TestReportingCallback which does nothing.
NoopArtifactCache - Class in com.facebook.buck.artifact_cache
 
NoopArtifactCache() - Constructor for class com.facebook.buck.artifact_cache.NoopArtifactCache
 
NoopBuildRule - Class in com.facebook.buck.rules
A BuildRule which has no output.
NoopBuildRule(BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.rules.NoopBuildRule
 
NoOpClassUsageFileWriter - Class in com.facebook.buck.jvm.java
 
NoOpCmdLineInterface - Class in com.facebook.buck.util.versioncontrol
This is used if the project being built doesn't use a supported VCS.
NoOpCmdLineInterface() - Constructor for class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
NoOpConfigPathGetter - Class in com.facebook.buck.cli
 
NoOpConfigPathGetter() - Constructor for class com.facebook.buck.cli.NoOpConfigPathGetter
 
normalize(Path) - Static method in class com.facebook.buck.io.MorePaths
Get a path without unnecessary path parts.
normalizeBuildTargetString(String) - Method in class com.facebook.buck.cli.CommandLineTargetNodeSpecParser
 
normalizeIntelliJName(String) - Static method in class com.facebook.buck.jvm.java.intellij.Util
 
NoSuchBuildTargetException - Exception in com.facebook.buck.parser
 
NoSuchBuildTargetException(BuildTarget) - Constructor for exception com.facebook.buck.parser.NoSuchBuildTargetException
 
NoSuchNodeException(BuildTarget) - Constructor for exception com.facebook.buck.rules.TargetGraph.NoSuchNodeException
 
notBorrowablePath(Path) - Static method in class com.facebook.buck.io.BorrowablePath
 
NULL_CLOCK - Static variable in class com.facebook.buck.io.Watchman
 
NULL_WATCHMAN - Static variable in class com.facebook.buck.io.Watchman
 
Nullable - Annotation Type in com.facebook.buck.test.selectors
Defining @Nullable locally here because we cannot import javax.annotation.Nullable; according to comment in src/com/facebook/buck/test/selectors/BUCK
Nullable - Annotation Type in com.facebook.buck.util.liteinfersupport
Some projects like FatJar is going to be embedded in many targets, it cannot have external dependencies, but we'd like to have Nullable and Preconditions.checkNotNull(T) anyway, so we define these here.
NullFileHashCache - Class in com.facebook.buck.util.cache
 
NullFileHashCache() - Constructor for class com.facebook.buck.util.cache.NullFileHashCache
 
NulTerminatedCharsetDecoder - Class in com.facebook.buck.charset
Wrapper for CharsetDecoder to provide decoding of NUL-terminated bytestrings to Unicode Strings.
NulTerminatedCharsetDecoder(CharsetDecoder) - Constructor for class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
NulTerminatedCharsetDecoder(CharsetDecoder, int) - Constructor for class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
NulTerminatedCharsetDecoder.Result - Class in com.facebook.buck.charset
 
nulTerminatorReached - Variable in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
NumberFormatter - Class in com.facebook.buck.i18n
Thread-safe and i18n-safe wrapper for NumberFormat (which is not thread-safe).
NumberFormatter(Function<Locale, NumberFormat>) - Constructor for class com.facebook.buck.i18n.NumberFormatter
Given a function which creates NumberFormat objects for a Locale, returns a wrapper providing thread-safe access to the formatter for that locale.
NumberFormatterCacheKey - Class in com.facebook.buck.i18n
Immutable implementation of AbstractNumberFormatterCacheKey.
NumberTypeCoercer<T extends Number> - Class in com.facebook.buck.rules.coercer
Coerces numbers with rounding/truncation/extension.
numRulesCompleted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 

O

ObjectFileCommonModificationDate - Class in com.facebook.buck.cxx
 
ObjectFileScrubbers - Class in com.facebook.buck.cxx
 
ObjectFileScrubbers.PaddingStyle - Enum in com.facebook.buck.cxx
 
ObjectMappers - Class in com.facebook.buck.util
 
objectOutputPath(BuildTarget, ProjectFilesystem, Optional<String>) - Static method in class com.facebook.buck.halide.HalideCompile
 
ObjectPathsAbsolutifier - Class in com.facebook.buck.macho
 
ObjectPathsAbsolutifier(RandomAccessFile, String, String, ProjectFilesystem, ImmutableSet<Path>, NulTerminatedCharsetDecoder) - Constructor for class com.facebook.buck.macho.ObjectPathsAbsolutifier
 
OcamlBinary - Class in com.facebook.buck.ocaml
 
OcamlBinary(BuildRuleParams, SourcePathResolver, BuildRule) - Constructor for class com.facebook.buck.ocaml.OcamlBinary
 
OcamlBinaryDescription - Class in com.facebook.buck.ocaml
 
OcamlBinaryDescription(OcamlBuckConfig) - Constructor for class com.facebook.buck.ocaml.OcamlBinaryDescription
 
OcamlBinaryDescription.Arg - Class in com.facebook.buck.ocaml
 
OcamlBuckConfig - Class in com.facebook.buck.ocaml
 
OcamlBuckConfig(Platform, ProjectFilesystem, BuckConfig) - Constructor for class com.facebook.buck.ocaml.OcamlBuckConfig
 
OcamlBuild - Class in com.facebook.buck.ocaml
A build rule which preprocesses, compiles, and assembles an OCaml source.
OcamlBuild(BuildRuleParams, OcamlBuildContext, Compiler, Compiler, boolean) - Constructor for class com.facebook.buck.ocaml.OcamlBuild
 
OcamlBuildContext - Class in com.facebook.buck.ocaml
OCaml build context OCaml has two build modes, "native" (ocamlopt) and "bytecode" (ocamlc), and that terminology is used throughout this file -- not to be confused with the "native" terminology used in com.facebook.buck.cxx.NativeLinkableInput.
OcamlBuildContext.Builder - Class in com.facebook.buck.ocaml
Builds instances of type OcamlBuildContext.
OcamlBuildRulesGenerator - Class in com.facebook.buck.ocaml
A generator of fine-grained OCaml build rules
OcamlBuildRulesGenerator(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, BuildRuleResolver, OcamlBuildContext, ImmutableMap<Path, ImmutableList<Path>>, ImmutableList<SourcePath>, Compiler, Compiler, boolean, boolean) - Constructor for class com.facebook.buck.ocaml.OcamlBuildRulesGenerator
 
OcamlBuildStep - Class in com.facebook.buck.ocaml
A step that preprocesses, compiles, and assembles OCaml sources.
OcamlBuildStep(SourcePathResolver, ProjectFilesystem, OcamlBuildContext, ImmutableMap<String, String>, ImmutableList<String>, ImmutableMap<String, String>, ImmutableList<String>, boolean) - Constructor for class com.facebook.buck.ocaml.OcamlBuildStep
 
OcamlCCompile - Class in com.facebook.buck.ocaml
 
OcamlCCompile(BuildRuleParams, SourcePathResolver, OcamlCCompileStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlCCompile
 
OcamlCCompileStep - Class in com.facebook.buck.ocaml
Compilation step for C interoperability files.
OcamlCCompileStep.Args - Class in com.facebook.buck.ocaml
 
OcamlClean - Class in com.facebook.buck.ocaml
A build rule which cleans a target's build output folder.
OcamlClean(BuildRuleParams, OcamlBuildContext) - Constructor for class com.facebook.buck.ocaml.OcamlClean
 
ocamlCompiler - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
ocamlCompiler - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
ocamlCompilerCommandPrefix - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
ocamlCompilerCommandPrefix - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
ocamlDebug - Variable in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
OcamlDebugLauncher - Class in com.facebook.buck.ocaml
Creates a debug launch script.
OcamlDebugLauncher(BuildRuleParams, OcamlDebugLauncherStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlDebugLauncher
 
OcamlDebugLauncherStep - Class in com.facebook.buck.ocaml
OCaml linking step.
OcamlDebugLauncherStep(ProjectFilesystem, SourcePathResolver, OcamlDebugLauncherStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlDebugLauncherStep
 
OcamlDebugLauncherStep.Args - Class in com.facebook.buck.ocaml
 
OcamlDependencyGraphGenerator - Class in com.facebook.buck.ocaml
Parse output of ocamldep tool and build dependency graph of ocaml source files (*.ml & *.mli)
OcamlDependencyGraphGenerator() - Constructor for class com.facebook.buck.ocaml.OcamlDependencyGraphGenerator
 
OcamlDepToolStep - Class in com.facebook.buck.ocaml
This step runs ocamldep tool to compute dependencies among source files (*.mli and *.ml)
OcamlDepToolStep(Path, SourcePathResolver, Tool, List<SourcePath>, List<String>) - Constructor for class com.facebook.buck.ocaml.OcamlDepToolStep
 
OcamlGeneratedBuildRules - Class in com.facebook.buck.ocaml
Immutable implementation of AbstractOcamlGeneratedBuildRules.
OcamlGeneratedBuildRules.Builder - Class in com.facebook.buck.ocaml
Builds instances of type OcamlGeneratedBuildRules.
ocamlInput - Variable in class com.facebook.buck.ocaml.OcamlDebugLauncherStep.Args
 
OcamlLexStep - Class in com.facebook.buck.ocaml
Runs ocamllex to generate .ml files from .mll
OcamlLexStep(Path, SourcePathResolver, OcamlLexStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlLexStep
 
OcamlLexStep.Args - Class in com.facebook.buck.ocaml
 
OcamlLibrary - Interface in com.facebook.buck.ocaml
An action graph representation of an OCaml library.
OcamlLibraryDescription - Class in com.facebook.buck.ocaml
 
OcamlLibraryDescription(OcamlBuckConfig) - Constructor for class com.facebook.buck.ocaml.OcamlLibraryDescription
 
OcamlLibraryDescription.Arg - Class in com.facebook.buck.ocaml
 
OcamlLink - Class in com.facebook.buck.ocaml
 
OcamlLink(BuildRuleParams, ImmutableList<SourcePath>, ImmutableMap<String, String>, ImmutableList<String>, Tool, ImmutableList<String>, Optional<String>, Path, Path, ImmutableList<Arg>, ImmutableList<Arg>, boolean, boolean, boolean) - Constructor for class com.facebook.buck.ocaml.OcamlLink
 
OcamlLinkStep - Class in com.facebook.buck.ocaml
OCaml linking step.
OcamlLinkStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, Optional<String>, Path, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableList<Path>, boolean, boolean) - Constructor for class com.facebook.buck.ocaml.OcamlLinkStep
 
OcamlMLCompile - Class in com.facebook.buck.ocaml
 
OcamlMLCompile(BuildRuleParams, OcamlMLCompileStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlMLCompile
 
OcamlMLCompileStep - Class in com.facebook.buck.ocaml
A compilation step for .ml and .mli files
OcamlMLCompileStep(Path, SourcePathResolver, OcamlMLCompileStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlMLCompileStep
 
OcamlMLCompileStep.Args - Class in com.facebook.buck.ocaml
 
OcamlNativePluginStep - Class in com.facebook.buck.ocaml
This step is run when `native_plugin=True` is set in an `ocaml_library` rule.
OcamlNativePluginStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, ImmutableList<String>, Optional<String>, Path, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableList<Path>) - Constructor for class com.facebook.buck.ocaml.OcamlNativePluginStep
 
OcamlRuleBuilder - Class in com.facebook.buck.ocaml
Compute transitive dependencies and generate ocaml build rules
OcamlSource - Class in com.facebook.buck.rules.coercer
Describes a OCaml source and the various paths it uses from input to output.
OcamlSource.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type OcamlSource.
OcamlSourceTypeCoercer - Class in com.facebook.buck.rules.coercer
A type coercer to handle source entries in OCaml rules.
OcamlUtil - Class in com.facebook.buck.ocaml
Utility functions
OcamlYaccStep - Class in com.facebook.buck.ocaml
A yacc step which processes .mly files and outputs .ml and mli files
OcamlYaccStep(Path, SourcePathResolver, OcamlYaccStep.Args) - Constructor for class com.facebook.buck.ocaml.OcamlYaccStep
 
OcamlYaccStep.Args - Class in com.facebook.buck.ocaml
 
OCTET_STREAM_CONTENT_TYPE - Static variable in class com.facebook.buck.artifact_cache.HttpArtifactCache
 
of(Path, Path, Path, Path, Path, Path, Path, Path) - Static method in class com.facebook.buck.apple.AppleBundleDestinations
Construct a new immutable AppleBundleDestinations instance.
of(String, String) - Static method in class com.facebook.buck.apple.ApplePackageConfig
Construct a new immutable ApplePackageConfig instance.
of(ApplePackageConfig, Function<String, Arg>, AppleCxxPlatform) - Static method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Construct a new immutable ApplePackageConfigAndPlatformInfo instance.
of(AbstractGroupedSource.Type, Optional<SourceWithFlags>, Optional<SourcePath>, Optional<String>, Optional<Path>, Optional<List<GroupedSource>>) - Static method in class com.facebook.buck.apple.GroupedSource
Construct a new immutable GroupedSource instance.
of(Path, boolean, ImmutableSet<BuildTarget>, ImmutableMultimap<BuildTarget, PBXTarget>) - Static method in class com.facebook.buck.apple.project_generator.GenerationResult
Construct a new immutable GenerationResult instance.
of(Path, boolean, Iterable<? extends BuildTarget>, Multimap<? extends BuildTarget, ? extends PBXTarget>) - Static method in class com.facebook.buck.apple.project_generator.GenerationResult
Construct a new immutable GenerationResult instance.
of(AppleBundle, SourcePath, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.apple.TestHostInfo
Construct a new immutable TestHostInfo instance.
of(AppleBundle, SourcePath, Iterable<? extends BuildTarget>) - Static method in class com.facebook.buck.apple.TestHostInfo
Construct a new immutable TestHostInfo instance.
of(PBXCopyFilesBuildPhase.Destination) - Static method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Construct a new immutable CopyFilePhaseDestinationSpec instance.
of(String) - Static method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
Construct a new immutable ProductType instance.
of(CacheResultType, Optional<String>, Optional<String>, Optional<ImmutableMap<String, String>>, Optional<Long>) - Static method in class com.facebook.buck.artifact_cache.CacheResult
Construct a new immutable CacheResult instance.
of(int, long, int, int, int, long, String, long, long, long) - Static method in class com.facebook.buck.bsd.UnixArchiveEntry
Construct a new immutable UnixArchiveEntry instance.
of(String, String, String, Optional<String>) - Static method in class com.facebook.buck.cli.ConfigValue
Construct a new immutable ConfigValue instance.
of(Predicate<TargetNode<?, ?>>, AssociatedTargetNodePredicate) - Static method in class com.facebook.buck.cli.ProjectPredicates
Construct a new immutable ProjectPredicates instance.
of(TestRule, List<Step>, Callable<TestResults>, TestRule.TestReportingCallback) - Static method in class com.facebook.buck.cli.TestRun
Construct a new immutable TestRun instance.
of(TestRule, Iterable<? extends Step>, Callable<TestResults>, TestRule.TestReportingCallback) - Static method in class com.facebook.buck.cli.TestRun
Construct a new immutable TestRun instance.
of() - Static method in class com.facebook.buck.config.CellConfig
Returns the default immutable singleton value of CellConfig
of(Map<? extends RelativeCellName, ? extends RawConfig>) - Static method in class com.facebook.buck.config.CellConfig
Construct a new immutable CellConfig instance.
of(Map<String, ? extends ImmutableMap<String, String>>) - Static method in class com.facebook.buck.config.RawConfig
Construct a new immutable RawConfig instance.
of(ImmutableSet<SourcePath>) - Static method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
Construct a new immutable CxxCompilationDatabaseDependencies instance.
of(Iterable<? extends SourcePath>) - Static method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
Construct a new immutable CxxCompilationDatabaseDependencies instance.
of(String, String, ImmutableList<String>) - Static method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Construct a new immutable CxxCompilationDatabaseEntry instance.
of(String, String, Iterable<String>) - Static method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Construct a new immutable CxxCompilationDatabaseEntry instance.
of(CxxPreprocessables.IncludeType, SourcePath) - Static method in class com.facebook.buck.cxx.CxxHeadersDir
Construct a new immutable CxxHeadersDir instance.
of(Map<? extends Path, ? extends SourcePath>, Map<String, ? extends CxxSource>) - Static method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
Construct a new immutable CxxHeaderSourceSpec instance.
of(ImmutableSet<CxxHeaders>, ImmutableSet<FrameworkPath>) - Static method in class com.facebook.buck.cxx.CxxIncludePaths
Construct a new immutable CxxIncludePaths instance.
of(Iterable<? extends CxxHeaders>, Iterable<? extends FrameworkPath>) - Static method in class com.facebook.buck.cxx.CxxIncludePaths
Construct a new immutable CxxIncludePaths instance.
of(Multimap<AbstractCxxSource.Type, String>, ImmutableList<CxxHeaders>, ImmutableSet<FrameworkPath>, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.cxx.CxxPreprocessorInput
Construct a new immutable CxxPreprocessorInput instance.
of(Multimap<? extends AbstractCxxSource.Type, ? extends String>, Iterable<? extends CxxHeaders>, Iterable<? extends FrameworkPath>, Iterable<? extends BuildTarget>) - Static method in class com.facebook.buck.cxx.CxxPreprocessorInput
Construct a new immutable CxxPreprocessorInput instance.
of(CxxPreprocessables.IncludeType, SourcePath, String) - Static method in class com.facebook.buck.cxx.CxxSandboxInclude
Construct a new immutable CxxSandboxInclude instance.
of(AbstractCxxSource.Type, SourcePath, List<String>) - Static method in class com.facebook.buck.cxx.CxxSource
Construct a new immutable CxxSource instance.
of(AbstractCxxSource.Type, SourcePath, Iterable<String>) - Static method in class com.facebook.buck.cxx.CxxSource
Construct a new immutable CxxSource instance.
of(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, ImmutableList<CxxPreprocessorInput>, ImmutableMultimap<AbstractCxxSource.Type, String>, Optional<SourcePath>, Optional<SourcePath>, AbstractCxxSourceRuleFactory.PicType, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Construct a new immutable CxxSourceRuleFactory instance.
of(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, Iterable<? extends CxxPreprocessorInput>, Multimap<? extends AbstractCxxSource.Type, ? extends String>, Optional<SourcePath>, Optional<SourcePath>, AbstractCxxSourceRuleFactory.PicType, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Construct a new immutable CxxSourceRuleFactory instance.
of(ImmutableSet<Map.Entry<String, CxxSource>>) - Static method in class com.facebook.buck.cxx.CxxSourceSet
Construct a new immutable CxxSourceSet instance.
of(Iterable<? extends Map.Entry<String, CxxSource>>) - Static method in class com.facebook.buck.cxx.CxxSourceSet
Construct a new immutable CxxSourceSet instance.
of() - Static method in class com.facebook.buck.cxx.CxxToolFlags
Returns the empty lists of flags.
of(ProjectFilesystem, Path) - Static method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
Construct a new immutable ElfClearProgramHeadersStep instance.
of(ProjectFilesystem, Path) - Static method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
Construct a new immutable ElfDynamicSectionScrubberStep instance.
of(ProjectFilesystem, ImmutableList<String>, Path, Path, ImmutableSet<String>) - Static method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Construct a new immutable ElfExtractSectionsStep instance.
of(ProjectFilesystem, Iterable<String>, Path, Path, Iterable<String>) - Static method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Construct a new immutable ElfExtractSectionsStep instance.
of(ToolProvider) - Static method in class com.facebook.buck.cxx.ElfSharedLibraryInterfaceFactory
Construct a new immutable ElfSharedLibraryInterfaceFactory instance.
of(ProjectFilesystem, Path, String, boolean) - Static method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
Construct a new immutable ElfSymbolTableScrubberStep instance.
of(ImmutableList<String>, ImmutableList<String>) - Static method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Construct a new immutable ExplicitCxxToolFlags instance.
of(Iterable<String>, Iterable<String>) - Static method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Construct a new immutable ExplicitCxxToolFlags instance.
of(ImmutableSet<SourcePath>) - Static method in class com.facebook.buck.cxx.FrameworkDependencies
Construct a new immutable FrameworkDependencies instance.
of(Iterable<? extends SourcePath>) - Static method in class com.facebook.buck.cxx.FrameworkDependencies
Construct a new immutable FrameworkDependencies instance.
of(AbstractHeaderVerification.Mode, ImmutableSortedSet<String>, ImmutableSortedSet<String>) - Static method in class com.facebook.buck.cxx.HeaderVerification
Construct a new immutable HeaderVerification instance.
of(AbstractHeaderVerification.Mode, Iterable<String>, Iterable<String>) - Static method in class com.facebook.buck.cxx.HeaderVerification
Construct a new immutable HeaderVerification instance.
of(CxxPlatform, HeaderVisibility) - Static method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
Construct a new immutable CxxPreprocessorInputCacheKey instance.
of(Iterable<String>, Iterable<String>) - Static method in class com.facebook.buck.cxx.IterableCxxToolFlags
Construct a new immutable IterableCxxToolFlags instance.
of(int, boolean) - Static method in class com.facebook.buck.cxx.MachoHeader
Construct a new immutable MachoHeader instance.
of(List<Arg>, Set<FrameworkPath>, Set<FrameworkPath>) - Static method in class com.facebook.buck.cxx.NativeLinkableInput
Construct a new immutable NativeLinkableInput instance.
of(Iterable<? extends Arg>, Iterable<? extends FrameworkPath>, Iterable<? extends FrameworkPath>) - Static method in class com.facebook.buck.cxx.NativeLinkableInput
Construct a new immutable NativeLinkableInput instance.
of(Linker.LinkType, Optional<String>) - Static method in class com.facebook.buck.cxx.NativeLinkTargetMode
Construct a new immutable NativeLinkTargetMode instance.
of(ImmutableMap<BuildTarget, OmnibusRoot>, ImmutableList<OmnibusLibrary>) - Static method in class com.facebook.buck.cxx.OmnibusLibraries
Construct a new immutable OmnibusLibraries instance.
of(Map<? extends BuildTarget, ? extends OmnibusRoot>, Iterable<? extends OmnibusLibrary>) - Static method in class com.facebook.buck.cxx.OmnibusLibraries
Construct a new immutable OmnibusLibraries instance.
of(String, SourcePath) - Static method in class com.facebook.buck.cxx.OmnibusLibrary
Construct a new immutable OmnibusLibrary instance.
of(SourcePath) - Static method in class com.facebook.buck.cxx.OmnibusRoot
Construct a new immutable OmnibusRoot instance.
of(Map<? extends BuildTarget, ? extends NativeLinkTarget>, Map<? extends BuildTarget, ? extends NativeLinkable>) - Static method in class com.facebook.buck.cxx.OmnibusRoots
Construct a new immutable OmnibusRoots instance.
of() - Static method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
Returns the default immutable singleton value of PrebuiltCxxLibraryGroupDescription
of(AbstractCxxSource.Type, ImmutableList<String>) - Static method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Construct a new immutable PreprocessorDelegateCacheKey instance.
of(AbstractCxxSource.Type, Iterable<String>) - Static method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Construct a new immutable PreprocessorDelegateCacheKey instance.
of(Optional<SourcePath>, CxxToolFlags, ImmutableSet<CxxHeaders>, ImmutableSet<FrameworkPath>) - Static method in class com.facebook.buck.cxx.PreprocessorFlags
Construct a new immutable PreprocessorFlags instance.
of(Optional<SourcePath>, CxxToolFlags, Iterable<? extends CxxHeaders>, Iterable<? extends FrameworkPath>) - Static method in class com.facebook.buck.cxx.PreprocessorFlags
Construct a new immutable PreprocessorFlags instance.
of(SourcePathResolver, SourcePath, ImmutableList<SourcePath>) - Static method in class com.facebook.buck.cxx.ThinArchiveArg
Construct a new immutable ThinArchiveArg instance.
of(SourcePathResolver, SourcePath, Iterable<? extends SourcePath>) - Static method in class com.facebook.buck.cxx.ThinArchiveArg
Construct a new immutable ThinArchiveArg instance.
of(BuckConfig) - Static method in class com.facebook.buck.doctor.config.DoctorConfig
Construct a new immutable DoctorConfig instance.
of(Optional<BuildId>, String, Optional<String>, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Construct a new immutable DoctorEndpointRequest instance.
of(Optional<String>, ImmutableList<DoctorSuggestion>) - Static method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Construct a new immutable DoctorEndpointResponse instance.
of(Optional<String>, Iterable<? extends DoctorSuggestion>) - Static method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Construct a new immutable DoctorEndpointResponse instance.
of(AbstractDoctorSuggestion.StepStatus, Optional<String>, String) - Static method in class com.facebook.buck.doctor.config.DoctorSuggestion
Construct a new immutable DoctorSuggestion instance.
of(long) - Static method in class com.facebook.buck.event.EventKey
Construct a new immutable EventKey instance.
of(Optional<BuckEventExternalInterface>, Optional<BuckEventExternalInterface>) - Static method in class com.facebook.buck.event.listener.EventPair
Construct a new immutable EventPair instance.
of(long) - Static method in class com.facebook.buck.event.listener.ProxyBuckEvent
Construct a new immutable ProxyBuckEvent instance.
of(String, String) - Static method in class com.facebook.buck.event.listener.RunIdStreamPair
Construct a new immutable RunIdStreamPair instance.
of(String) - Static method in class com.facebook.buck.event.PerfEventId
Construct a new immutable PerfEventId instance.
of(String, String, String) - Static method in class com.facebook.buck.haskell.HaskellPackageInfo
Construct a new immutable HaskellPackageInfo instance.
of(Integer) - Static method in class com.facebook.buck.haskell.HaskellVersion
Construct a new immutable HaskellVersion instance.
of(long, Locale) - Static method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Construct a new immutable NumberFormatterCacheKey instance.
of(Path, Path) - Static method in class com.facebook.buck.io.ArchiveMemberPath
Construct a new immutable ArchiveMemberPath instance.
of(Path) - Static method in class com.facebook.buck.io.BuckPaths
Construct a new immutable BuckPaths instance.
of(String, Optional<String>) - Static method in class com.facebook.buck.io.ProjectWatch
Construct a new immutable ProjectWatch instance.
of(AbstractWatchmanDiagnostic.Level, String) - Static method in class com.facebook.buck.io.WatchmanDiagnostic
Construct a new immutable WatchmanDiagnostic instance.
of(String, Map<String, ? extends Object>) - Static method in class com.facebook.buck.io.WatchmanQuery
Construct a new immutable WatchmanQuery instance.
of(String, String, Optional<BuildFileSyntaxError>, ImmutableList<BuildFileParseExceptionStackTraceEntry>) - Static method in class com.facebook.buck.json.BuildFileParseExceptionData
Construct a new immutable BuildFileParseExceptionData instance.
of(String, String, Optional<BuildFileSyntaxError>, Iterable<? extends BuildFileParseExceptionStackTraceEntry>) - Static method in class com.facebook.buck.json.BuildFileParseExceptionData
Construct a new immutable BuildFileParseExceptionData instance.
of(Path, Number, String, String) - Static method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Construct a new immutable BuildFileParseExceptionStackTraceEntry instance.
of(List<Map<String, Object>>, List<Map<String, String>>, String) - Static method in class com.facebook.buck.json.BuildFilePythonResult
Construct a new immutable BuildFilePythonResult instance.
of(Iterable<? extends Map<String, Object>>, Iterable<? extends Map<String, String>>, String) - Static method in class com.facebook.buck.json.BuildFilePythonResult
Construct a new immutable BuildFilePythonResult instance.
of(Path, Number, Optional<Number>, String) - Static method in class com.facebook.buck.json.BuildFileSyntaxError
Construct a new immutable BuildFileSyntaxError instance.
of(BuildTarget, SourcePathRuleFinder, BuildRuleParams, SourcePath) - Static method in class com.facebook.buck.jvm.java.CalculateAbi
 
of(Path, ImmutableSet<Pattern>, ImmutableSortedSet<Path>, Optional<String>, Optional<Path>) - Static method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Construct a new immutable DirectToJarOutputSettings instance.
of(Path, Iterable<? extends Pattern>, ImmutableSortedSet<Path>, Optional<String>, Optional<Path>) - Static method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Construct a new immutable DirectToJarOutputSettings instance.
of(int) - Static method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit
Construct a new immutable SimplificationLimit instance.
of(BuckConfig) - Static method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
of(JavacEventSink, PrintStream, ClassLoaderCache, ObjectMapper, Verbosity, CellPathResolver, JavaPackageFinder, ProjectFilesystem, ClassUsageFileWriter, ImmutableMap<String, String>, ProcessExecutor, ImmutableList<Path>, Optional<DirectToJarOutputSettings>) - Static method in class com.facebook.buck.jvm.java.JavacExecutionContext
Construct a new immutable JavacExecutionContext instance.
of(JavacEventSink, PrintStream, ClassLoaderCache, ObjectMapper, Verbosity, CellPathResolver, JavaPackageFinder, ProjectFilesystem, ClassUsageFileWriter, Map<String, ? extends String>, ProcessExecutor, Iterable<? extends Path>, Optional<DirectToJarOutputSettings>) - Static method in class com.facebook.buck.jvm.java.JavacExecutionContext
Construct a new immutable JavacExecutionContext instance.
of(String) - Static method in class com.facebook.buck.jvm.java.JavacVersion
Construct a new immutable JavacVersion instance.
of(BuildId, boolean, boolean, String, Path) - Static method in class com.facebook.buck.log.InvocationInfo
Construct a new immutable InvocationInfo instance.
of(Path) - Static method in class com.facebook.buck.log.LogConfigSetup
Construct a new immutable LogConfigSetup instance.
of(SourcePath, LuaPackageComponents) - Static method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Construct a new immutable LuaBinaryPackageComponents instance.
of(ImmutableSortedMap<String, SourcePath>, ImmutableSortedMap<String, SourcePath>, ImmutableSortedMap<String, SourcePath>) - Static method in class com.facebook.buck.lua.LuaPackageComponents
Construct a new immutable LuaPackageComponents instance.
of(Map<String, ? extends SourcePath>, Map<String, ? extends SourcePath>, Map<String, ? extends SourcePath>) - Static method in class com.facebook.buck.lua.LuaPackageComponents
Construct a new immutable LuaPackageComponents instance.
of(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, LuaConfig, CxxPlatform, BuildTarget, Path, String, Optional<Path>, Optional<Path>) - Static method in class com.facebook.buck.lua.LuaScriptStarter
Construct a new immutable LuaScriptStarter instance.
of(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, LuaConfig, CxxBuckConfig, CxxPlatform, BuildTarget, Path, String, Optional<BuildTarget>, Optional<Path>, Optional<Path>, Optional<Path>) - Static method in class com.facebook.buck.lua.NativeExecutableStarter
Construct a new immutable NativeExecutableStarter instance.
of(Integer, Integer, UnsignedInteger, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.FatArch
Construct a new immutable FatArch instance.
of(UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.FatHeader
Construct a new immutable FatHeader instance.
of(LoadCommandCommonFields, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.LinkEditDataCommand
Construct a new immutable LinkEditDataCommand instance.
of(int, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.LoadCommandCommonFields
Construct a new immutable LoadCommandCommonFields instance.
of(UnsignedInteger, Integer, Integer, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, Optional<UnsignedInteger>) - Static method in class com.facebook.buck.macho.MachoHeader
Construct a new immutable MachoHeader instance.
of(int, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedLong) - Static method in class com.facebook.buck.macho.Nlist
Construct a new immutable Nlist instance.
of(int, String, String, UnsignedLong, UnsignedLong, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger, Optional<UnsignedInteger>) - Static method in class com.facebook.buck.macho.Section
Construct a new immutable Section instance.
of(LoadCommandCommonFields, String, UnsignedLong, UnsignedLong, UnsignedLong, UnsignedLong, Integer, Integer, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.SegmentCommand
Construct a new immutable SegmentCommand instance.
of(LoadCommandCommonFields, UnsignedInteger, UnsignedInteger, UnsignedInteger, UnsignedInteger) - Static method in class com.facebook.buck.macho.SymTabCommand
Construct a new immutable SymTabCommand instance.
of(LoadCommandCommonFields) - Static method in class com.facebook.buck.macho.UnknownCommand
Construct a new immutable UnknownCommand instance.
of(LoadCommandCommonFields, UUID) - Static method in class com.facebook.buck.macho.UUIDCommand
Construct a new immutable UUIDCommand instance.
of(UnflavoredBuildTarget, SortedSet<Flavor>) - Static method in class com.facebook.buck.model.BuildTarget
Construct a new immutable BuildTarget instance.
of(UnflavoredBuildTarget, Iterable<? extends Flavor>) - Static method in class com.facebook.buck.model.BuildTarget
Construct a new immutable BuildTarget instance.
of(String, T...) - Static method in class com.facebook.buck.model.FlavorDomain
Create a FlavorDomain from array/varargs of FlavorConvertible objects.
of(String) - Static method in class com.facebook.buck.model.ImmutableFlavor
Construct a new immutable Flavor instance.
of(Path, boolean, Path) - Static method in class com.facebook.buck.parser.BuildFileSpec
Construct a new immutable BuildFileSpec instance.
of(BuildTarget, BuildFileSpec) - Static method in class com.facebook.buck.parser.BuildTargetSpec
Construct a new immutable BuildTargetSpec instance.
of(BuckConfig) - Static method in class com.facebook.buck.parser.ParserConfig
Construct a new immutable ParserConfig instance.
of(boolean) - Static method in class com.facebook.buck.parser.SpeculativeParsing
Construct a new immutable SpeculativeParsing instance.
of(Predicate<? super TargetNode<?, ?>>, BuildFileSpec) - Static method in class com.facebook.buck.parser.TargetNodePredicateSpec
Construct a new immutable TargetNodePredicateSpec instance.
of(float, BuildTarget, Optional<String>) - Static method in class com.facebook.buck.python.NeededCoverageSpec
Construct a new immutable NeededCoverageSpec instance.
of(Map<Path, SourcePath>, Map<Path, SourcePath>, Map<Path, SourcePath>, Set<SourcePath>, Optional<Boolean>) - Static method in class com.facebook.buck.python.PythonPackageComponents
Construct a new immutable PythonPackageComponents instance.
of(Map<? extends Path, ? extends SourcePath>, Map<? extends Path, ? extends SourcePath>, Map<? extends Path, ? extends SourcePath>, Iterable<? extends SourcePath>, Optional<Boolean>) - Static method in class com.facebook.buck.python.PythonPackageComponents
Construct a new immutable PythonPackageComponents instance.
of(Flavor, PythonEnvironment, Optional<BuildTarget>) - Static method in class com.facebook.buck.python.PythonPlatform
Construct a new immutable PythonPlatform instance.
of(String, String) - Static method in class com.facebook.buck.python.PythonVersion
Construct a new immutable PythonVersion instance.
of(BuildTarget) - Static method in class com.facebook.buck.query.QueryBuildTarget
Construct a new immutable QueryBuildTarget instance.
of(QueryExpression) - Static method in class com.facebook.buck.query.QueryEnvironment.Argument
 
of(String) - Static method in class com.facebook.buck.query.QueryEnvironment.Argument
 
of(int) - Static method in class com.facebook.buck.query.QueryEnvironment.Argument
 
of(Path) - Static method in class com.facebook.buck.query.QueryFileTarget
Construct a new immutable QueryFileTarget instance.
of(BuckConfig) - Static method in class com.facebook.buck.rage.RageConfig
Construct a new immutable RageConfig instance.
of(boolean, Optional<String>, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.rage.RageJsonResponse
Construct a new immutable RageJsonResponse instance.
of(boolean, Map<? extends Path, ? extends String>) - Static method in class com.facebook.buck.rage.UserLocalConfiguration
Construct a new immutable UserLocalConfiguration instance.
of(ActionGraph, BuildRuleResolver) - Static method in class com.facebook.buck.rules.ActionGraphAndResolver
Construct a new immutable ActionGraphAndResolver instance.
of(SourcePathResolver, SourcePath, String) - Static method in class com.facebook.buck.rules.args.GlobArg
Construct a new immutable GlobArg instance.
of(RuleKey) - Static method in class com.facebook.buck.rules.BuildRuleKeys
Construct a new immutable BuildRuleKeys instance.
of(String) - Static method in class com.facebook.buck.rules.BuildRuleType
Construct a new immutable BuildRuleType instance.
of(BuckConfig) - Static method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
Construct a new immutable CachingBuildEngineBuckConfig instance.
of(String, String, String) - Static method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Construct a new immutable Field instance.
of(Map<String, ? extends BuildConfigFields.Field>) - Static method in class com.facebook.buck.rules.coercer.BuildConfigFields
Construct a new immutable BuildConfigFields instance.
of(AbstractFrameworkPath.Type, Optional<SourceTreePath>, Optional<SourcePath>) - Static method in class com.facebook.buck.rules.coercer.FrameworkPath
Construct a new immutable FrameworkPath instance.
of(Optional<Integer>, Optional<Integer>, Optional<Integer>, Optional<String>, Optional<Boolean>, Optional<ImmutableMap<String, String>>) - Static method in class com.facebook.buck.rules.coercer.ManifestEntries
Construct a new immutable ManifestEntries instance.
of(String, SourcePath) - Static method in class com.facebook.buck.rules.coercer.OcamlSource
Construct a new immutable OcamlSource instance.
of() - Static method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
of(AbstractSourceList.Type, Optional<ImmutableSortedSet<SourcePath>>, Optional<ImmutableSortedMap<String, SourcePath>>) - Static method in class com.facebook.buck.rules.coercer.SourceList
Construct a new immutable SourceList instance.
of(AbstractSourceWithFlagsList.Type, Optional<ImmutableSortedSet<SourceWithFlags>>, Optional<ImmutableSortedMap<String, SourceWithFlags>>) - Static method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Construct a new immutable SourceWithFlagsList instance.
of() - Static method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
of(Path, Path) - Static method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
Construct a new immutable DexInfo instance.
of(Path, Path) - Static method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
Construct a new immutable NativeLibsInfo instance.
of(Path, Optional<Path>) - Static method in class com.facebook.buck.rules.keys.DependencyFileEntry
Construct a new immutable DependencyFileEntry instance.
of(RuleKeyHasher<HASH>) - Static method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
of(String) - Static method in class com.facebook.buck.rules.Label
Construct a new immutable Label instance.
of(ImmutableList<String>) - Static method in class com.facebook.buck.rules.RelativeCellName
Construct a new immutable RelativeCellName instance.
of(Iterable<String>) - Static method in class com.facebook.buck.rules.RelativeCellName
Construct a new immutable RelativeCellName instance.
of(boolean, ResourceAmounts, Map<String, ? extends ResourceAmounts>) - Static method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Construct a new immutable ResourceAwareSchedulingInfo instance.
of(SourcePath, List<String>) - Static method in class com.facebook.buck.rules.SourceWithFlags
Construct a new immutable SourceWithFlags instance.
of(SourcePath, Iterable<String>) - Static method in class com.facebook.buck.rules.SourceWithFlags
Construct a new immutable SourceWithFlags instance.
of(TargetGraph, ImmutableSet<BuildTarget>) - Static method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Construct a new immutable TargetGraphAndBuildTargets instance.
of(TargetGraph, Iterable<? extends BuildTarget>) - Static method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Construct a new immutable TargetGraphAndBuildTargets instance.
of(Path, String, String) - Static method in class com.facebook.buck.rules.VersionedTool
Construct a new immutable VersionedTool instance.
of(Path, ImmutableList<String>, String, ImmutableMap<String, String>, String, int, Optional<String>, Optional<HashCode>) - Static method in class com.facebook.buck.shell.WorkerJobParams
Construct a new immutable WorkerJobParams instance.
of(Path, Iterable<String>, String, Map<String, ? extends String>, String, int, Optional<String>, Optional<HashCode>) - Static method in class com.facebook.buck.shell.WorkerJobParams
Construct a new immutable WorkerJobParams instance.
of(int, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.shell.WorkerJobResult
Construct a new immutable WorkerJobResult instance.
of(Path, Path, Path) - Static method in class com.facebook.buck.shell.WorkerProcessCommand
Construct a new immutable WorkerProcessCommand instance.
of(HttpService) - Static method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Construct a new immutable ThriftOverHttpServiceConfig instance.
of(Console, BuckEventBus, Platform, Map<String, ? extends String>, JavaPackageFinder, ObjectMapper, Map<ExecutorPool, ? extends ListeningExecutorService>, Optional<TargetDevice>, Optional<TargetDeviceOptions>, Optional<AdbOptions>, Optional<ConcurrentMap<String, WorkerProcessPool>>, CellPathResolver) - Static method in class com.facebook.buck.step.ExecutionContext
Construct a new immutable ExecutionContext instance.
of(int, Optional<String>) - Static method in class com.facebook.buck.step.StepExecutionResult
Construct a new immutable StepExecutionResult instance.
of(BuildTarget, ImmutableList<TestCaseSummary>, ImmutableSet<String>, ImmutableSet<String>) - Static method in class com.facebook.buck.test.TestResults
Construct a new immutable TestResults instance.
of(BuildTarget, Iterable<? extends TestCaseSummary>, Iterable<String>, Iterable<String>) - Static method in class com.facebook.buck.test.TestResults
Construct a new immutable TestResults instance.
of(boolean, boolean) - Static method in class com.facebook.buck.test.TestResultSummaryVerbosity
Construct a new immutable TestResultSummaryVerbosity instance.
of(String, Level, long) - Static method in class com.facebook.buck.test.TestStatusMessage
Construct a new immutable TestStatusMessage instance.
of(boolean, List<String>) - Static method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
of(Config) - Static method in class com.facebook.buck.util.autosparse.AbstractAutoSparseConfig
 
of(String, String) - Static method in class com.facebook.buck.util.autosparse.AbstractManifestInfo
 
of(boolean, Set<Path>) - Static method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Construct a new immutable AutoSparseConfig instance.
of(boolean, Iterable<? extends Path>) - Static method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Construct a new immutable AutoSparseConfig instance.
of(String, EnumSet<AbstractManifestInfo.FileFlags>) - Static method in class com.facebook.buck.util.autosparse.ManifestInfo
Construct a new immutable ManifestInfo instance.
of(T[]) - Static method in class com.facebook.buck.util.collect.ArrayIterable
 
of(T[], int, int) - Static method in class com.facebook.buck.util.collect.ArrayIterable
 
of(SettableFuture<Void>, ResourceAmounts) - Static method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Construct a new immutable ListeningSemaphoreArrayPendingItem instance.
of(int, int, int, int) - Static method in class com.facebook.buck.util.concurrent.ResourceAmounts
Construct a new immutable ResourceAmounts instance.
of(DirectoryCleaner.PathSelector) - Static method in class com.facebook.buck.util.DirectoryCleanerArgs
Construct a new immutable DirectoryCleanerArgs instance.
of(Pattern, String) - Static method in class com.facebook.buck.util.PatternAndMessage
Construct a new immutable PatternAndMessage instance.
of(ImmutableList<String>, Optional<Path>, Optional<Map<String, String>>, Optional<ProcessBuilder.Redirect>, Optional<ProcessBuilder.Redirect>, Optional<ProcessBuilder.Redirect>, Optional<Boolean>) - Static method in class com.facebook.buck.util.ProcessExecutorParams
Construct a new immutable ProcessExecutorParams instance.
of(Iterable<String>, Optional<Path>, Optional<Map<String, String>>, Optional<ProcessBuilder.Redirect>, Optional<ProcessBuilder.Redirect>, Optional<ProcessBuilder.Redirect>, Optional<Boolean>) - Static method in class com.facebook.buck.util.ProcessExecutorParams
Construct a new immutable ProcessExecutorParams instance.
of(long, long, long, long, long, long, long, long, long) - Static method in class com.facebook.buck.util.ProcessResourceConsumption
Construct a new immutable ProcessResourceConsumption instance.
of(T) - Static method in interface com.facebook.buck.util.RichStream
 
of(T...) - Static method in interface com.facebook.buck.util.RichStream
 
of(float) - Static method in class com.facebook.buck.util.SampleRate
Construct a new immutable SampleRate instance.
of(String) - Static method in class com.facebook.buck.util.sha1.Sha1HashCode
 
of(VersionedTargetGraphInputs, TargetGraphAndBuildTargets) - Static method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Construct a new immutable CachedVersionedTargetGraph instance.
of(Version) - Static method in class com.facebook.buck.versions.ExactConstraint
Construct a new immutable ExactConstraint instance.
of(String) - Static method in class com.facebook.buck.versions.Version
Construct a new immutable Version instance.
of() - Static method in class com.facebook.buck.versions.VersionedAliasDescription
Returns the default immutable singleton value of VersionedAliasDescription
of(VersionedTargetGraphCache.ResultType, TargetGraphAndBuildTargets) - Static method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Construct a new immutable VersionedTargetGraphCacheResult instance.
of(TargetGraphAndBuildTargets, Map<String, ? extends VersionUniverse>) - Static method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Construct a new immutable VersionedTargetGraphInputs instance.
of(Map<? extends BuildTarget, ? extends ImmutableSet<Version>>) - Static method in class com.facebook.buck.versions.VersionInfo
Construct a new immutable VersionInfo instance.
of(Map<? extends BuildTarget, ? extends Version>) - Static method in class com.facebook.buck.versions.VersionUniverse
Construct a new immutable VersionUniverse instance.
ofBoolean(boolean) - Static method in class com.facebook.buck.util.Optionals
 
offer(E) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
offer(E, long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
OfflineScribeLogger - Class in com.facebook.buck.util.network.offline
This logger uses files-related operations (for offline logging i.e.
OfflineScribeLogger(ScribeLogger, ImmutableList<String>, int, ProjectFilesystem, ObjectMapper, BuckEventBus, BuildId) - Constructor for class com.facebook.buck.util.network.offline.OfflineScribeLogger
 
ofInstance(Path) - Static method in class com.facebook.buck.io.LazyPath
Creates an instance with given path.
ofIntValue(int) - Static method in enum com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info.Bind
 
ofIntValue(int) - Static method in enum com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info.Type
 
ofLeft(LEFT) - Static method in class com.facebook.buck.model.Either
 
ofRight(RIGHT) - Static method in class com.facebook.buck.model.Either
 
OkHttpResponseWrapper - Class in com.facebook.buck.slb
 
OkHttpResponseWrapper(Response) - Constructor for class com.facebook.buck.slb.OkHttpResponseWrapper
 
Omnibus - Class in com.facebook.buck.cxx
 
OmnibusLibraries - Class in com.facebook.buck.cxx
Immutable implementation of Omnibus.AbstractOmnibusLibraries.
OmnibusLibraries.Builder - Class in com.facebook.buck.cxx
Builds instances of type OmnibusLibraries.
OmnibusLibrary - Class in com.facebook.buck.cxx
Immutable implementation of Omnibus.AbstractOmnibusLibrary.
OmnibusLibrary.Builder - Class in com.facebook.buck.cxx
Builds instances of type OmnibusLibrary.
OmnibusRoot - Class in com.facebook.buck.cxx
Immutable implementation of Omnibus.AbstractOmnibusRoot.
OmnibusRoot.Builder - Class in com.facebook.buck.cxx
Builds instances of type OmnibusRoot.
OmnibusRoots - Class in com.facebook.buck.cxx
A helper class for building the included and excluded omnibus roots to pass to the omnibus builder.
onAmendVmArgs(ImmutableList.Builder<String>, SourcePathResolver, Optional<TargetDevice>) - Method in class com.facebook.buck.android.RobolectricTest
 
onAmendVmArgs(ImmutableList.Builder<String>, SourcePathResolver, Optional<TargetDevice>) - Method in class com.facebook.buck.jvm.java.JavaTest
Override this method if you need to amend vm args.
onArtifactCacheEvent(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
onArtifactUploadFinish(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
onArtifactUploadStart(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
onBuildFinished(BuildEvent.Finished) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
onBuildRuleEvent(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
onClose(Runnable) - Method in interface com.facebook.buck.util.RichStream
 
onComplete() - Method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
Override this method with any logic that should be run when AbstractBreadthFirstThrowingTraversal.start() completes.
onDecode(CharBuffer, boolean, CoderResult) - Method in interface com.facebook.buck.util.ListeningCharsetDecoder.DecoderListener
 
OnDiskBuildInfo - Interface in com.facebook.buck.rules
 
OnDiskMavenDownloader - Class in com.facebook.buck.file
A Downloader that pulls content from the local file system.
OnDiskMavenDownloader(Path) - Constructor for class com.facebook.buck.file.OnDiskMavenDownloader
 
onEncoderError(CoderResult) - Method in interface com.facebook.buck.util.ListeningCharsetEncoder.EncoderListener
 
onEvent(WatchmanDiagnosticEvent) - Method in class com.facebook.buck.io.WatchmanDiagnosticEventListener
 
onExit(int) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onExit(int) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onExit(int) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called just after the process exits.
onFailure(Call, IOException) - Method in class com.facebook.buck.slb.ClientSideSlb.ServerPing
 
onFileSystemChange(WatchEvent<?>) - Method in class com.facebook.buck.parser.Parser
 
onFileSystemChange(WatchEvent<?>) - Method in class com.facebook.buck.util.cache.WatchedFileHashCache
Called when file change events are posted to the file change EventBus to invalidate cached build rules if required.
onHttpArtifactCacheEvent(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListener
 
onHttpArtifactCacheFinishedEvent(HttpArtifactCacheEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
onHttpArtifactCacheScheduledEvent(HttpArtifactCacheEvent.Scheduled) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
onHttpArtifactCacheShutdownEvent(HttpArtifactCacheEvent.Shutdown) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
onHttpArtifactCacheShutdownEvent(HttpArtifactCacheEvent.Shutdown) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
onHttpArtifactCacheStartedEvent(HttpArtifactCacheEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
onLoadBalancedServiceEvent(LoadBalancedServiceEvent) - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
onLoadBalancerPingEvent(LoadBalancerPingEvent) - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
onOutput(ByteBuffer, boolean) - Method in class com.facebook.buck.util.ListeningCharsetDecoder
 
onResponse(Call, Response) - Method in class com.facebook.buck.slb.ClientSideSlb.ServerPing
 
onRuleAboutToBeBuilt(BuildRule) - Method in class com.facebook.buck.distributed.DistBuildCachingEngineDelegate
 
onRuleAboutToBeBuilt(BuildRule) - Method in interface com.facebook.buck.rules.CachingBuildEngineDelegate
Called right before the rule is going to be built.
onRuleAboutToBeBuilt(BuildRule) - Method in class com.facebook.buck.rules.LocalCachingBuildEngineDelegate
 
onRuleVisited(BuildRule, ImmutableSet<BuildRule>) - Method in interface com.facebook.buck.android.UnsortedAndroidResourceDeps.Callback
 
onServerHealthManagerEvent(ServerHealthManagerEvent) - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
onStart(ListeningProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onStart(ListeningProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onStart(ListeningProcessExecutor.LaunchedProcess) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called just after the process starts.
onStart(ListeningProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.SimpleProcessListener
 
onStderr(ByteBuffer, boolean) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onStderr(ByteBuffer, boolean) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onStderr(ByteBuffer, boolean) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called when the process writes bytes to stderr.
onStderrChars(CharBuffer, boolean, CoderResult) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
Override this to receive decoded Unicode Java string data read from stderr.
onStderrChars(CharBuffer, boolean, CoderResult) - Method in class com.facebook.buck.util.SimpleProcessListener
 
onStdinCharsReady(CharBuffer) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
Called when the process is ready to receive string data on stdin.
onStdinCharsReady(CharBuffer) - Method in class com.facebook.buck.util.SimpleProcessListener
 
onStdinEncoderError(CoderResult) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
Called when there is an error encoding string data received from AbstractCharsetProcessListener.onStdinCharsReady(CharBuffer).
onStdinReady(ByteBuffer) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onStdinReady(ByteBuffer) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onStdinReady(CharBuffer) - Method in interface com.facebook.buck.util.ListeningCharsetEncoder.EncoderListener
 
onStdinReady(ByteBuffer) - Method in class com.facebook.buck.util.ListeningCharsetEncoder
 
onStdinReady(ByteBuffer) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called when the process is ready to receive bytes on stdin.
onStdout(ByteBuffer, boolean) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
 
onStdout(ByteBuffer, boolean) - Method in class com.facebook.buck.util.ForwardingProcessListener
 
onStdout(ByteBuffer, boolean) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.ProcessListener
Called when the process writes bytes to stdout.
onStdoutChars(CharBuffer, boolean, CoderResult) - Method in class com.facebook.buck.util.AbstractCharsetProcessListener
Override this to receive decoded Unicode Java string data read from stdout.
onStdoutChars(CharBuffer, boolean, CoderResult) - Method in class com.facebook.buck.util.SimpleProcessListener
 
onWebSocketClose(int, String) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet.MyWebSocket
 
onWebSocketConnect(Session) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet.MyWebSocket
 
onWebSocketText(String) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet.MyWebSocket
 
onWorkAdvance(WorkAdvanceEvent) - Method in class com.facebook.buck.cli.HangMonitor
 
openOutputStream() - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileObject
 
openOutputStream() - Method in class com.facebook.buck.jvm.java.JavaNoOpFileObject
 
openpty(IntByReference, IntByReference, Pointer, Pointer, Pointer) - Method in interface com.facebook.buck.util.Libc.OpenPtyLibrary
 
openStream() - Method in class com.facebook.buck.jvm.java.classes.FileLikeCharSource
 
optimization - Variable in class com.facebook.buck.apple.AppleAssetCatalogDescription.Arg
 
optimizationPasses - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
optimize - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
This will be passed to the GWT Compiler's -optimize flag.
OptionalCompat - Class in com.facebook.buck.util
Transitional helper functions for Optional that mimics functionality of Optional.
Optionals - Class in com.facebook.buck.util
 
OptionalTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
OptionalTypeCoercer(TypeCoercer<T>) - Constructor for class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
OptionsConsumer - Interface in com.facebook.buck.jvm.java
 
ORDERING - Static variable in enum com.facebook.buck.android.ResourceFilters.Density
 
origin() - Method in class com.facebook.buck.cxx.DarwinLinker
 
origin() - Method in class com.facebook.buck.cxx.GnuLinker
 
origin() - Method in interface com.facebook.buck.cxx.Linker
 
origin() - Method in class com.facebook.buck.cxx.WindowsLinker
 
OsoSymbolsContentsScrubber - Class in com.facebook.buck.cxx
 
OsoSymbolsContentsScrubber(ImmutableCollection<Path>) - Constructor for class com.facebook.buck.cxx.OsoSymbolsContentsScrubber
 
other - Variable in class com.facebook.buck.cxx.MungingDebugPathSanitizer
 
others - Variable in class com.facebook.buck.android.ResourceFilters.Qualifiers
e.g.
out - Variable in class com.facebook.buck.file.RemoteFileDescription.Arg
 
out - Variable in class com.facebook.buck.shell.AbstractGenruleDescription.Arg
 
out - Variable in class com.facebook.buck.shell.ExportFileDescription.Arg
 
out - Variable in class com.facebook.buck.zip.ZipFileDescription.Arg
 
OutOfProcessJarBackedJavac - Class in com.facebook.buck.jvm.java
 
OutOfProcessJarBackedJavac(String, Iterable<SourcePath>) - Constructor for class com.facebook.buck.jvm.java.OutOfProcessJarBackedJavac
 
OutOfProcessJavacConnectionInterface - Interface in com.facebook.buck.jvm.java
 
OutOfProcessJdkProvidedInMemoryJavac - Class in com.facebook.buck.jvm.java
 
OutOfProcessJsr199Javac - Class in com.facebook.buck.jvm.java
 
OutOfProcessJsr199Javac() - Constructor for class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
output - Variable in exception com.facebook.buck.android.AdbHelper.CommandFailedException
 
output - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
output - Variable in class com.facebook.buck.ocaml.OcamlLexStep.Args
 
output - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
output - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
output - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
output - Variable in class com.facebook.buck.ocaml.OcamlYaccStep.Args
 
outputArgs(String) - Method in interface com.facebook.buck.cxx.Archiver
 
outputArgs(String) - Method in class com.facebook.buck.cxx.BsdArchiver
 
outputArgs(String) - Method in interface com.facebook.buck.cxx.Compiler
 
outputArgs(String) - Method in class com.facebook.buck.cxx.DarwinLinker
 
outputArgs(String) - Method in class com.facebook.buck.cxx.DefaultCompiler
 
outputArgs(String) - Method in class com.facebook.buck.cxx.GnuArchiver
 
outputArgs(String) - Method in class com.facebook.buck.cxx.GnuLinker
 
outputArgs(String) - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
outputArgs(String) - Method in interface com.facebook.buck.cxx.Linker
 
outputArgs(String) - Method in class com.facebook.buck.cxx.WindowsArchiver
 
outputArgs(String) - Method in class com.facebook.buck.cxx.WindowsCompiler
 
outputArgs(String) - Method in class com.facebook.buck.cxx.WindowsLinker
 
outputDependenciesArgs(String) - Method in interface com.facebook.buck.cxx.Compiler
 
outputDependenciesArgs(String) - Method in class com.facebook.buck.cxx.DefaultCompiler
 
outputDependenciesArgs(String) - Method in class com.facebook.buck.cxx.WindowsCompiler
 
outputDirectory - Variable in class com.facebook.buck.testrunner.BaseRunner
 
outputFileCanBeCopied() - Method in class com.facebook.buck.lua.LuaBinary
 
outputFileCanBeCopied() - Method in class com.facebook.buck.python.PythonInPlaceBinary
 
outputFileCanBeCopied() - Method in interface com.facebook.buck.rules.BuildRule
 
outputs - Variable in class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
outputsHaveChanged() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
OutputToFileExpander - Class in com.facebook.buck.rules.macros
 
OutputToFileExpander(MacroExpander) - Constructor for class com.facebook.buck.rules.macros.OutputToFileExpander
 
outputTrace(BuildId) - Method in interface com.facebook.buck.event.BuckEventListener
Output any trace data collected to the backing store.
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.FileSerializationEventBusListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheEventListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.HttpArtifactCacheUploadListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.LoadBalancerEventsListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.LoggingBuildListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
outputTrace(BuildId) - Method in class com.facebook.buck.io.WatchmanDiagnosticEventListener
 
overflow(String) - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
Overflow(String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.Overflow
 
OverrideScheduleRule - Interface in com.facebook.buck.rules
A interface for a BuildRule which overrides how it gets scheduled by the build engine.
overrideWith(Config) - Method in class com.facebook.buck.config.Config
 
OverwritingZipOutputStream - Class in com.facebook.buck.zip
An implementation of an OutputStream for zip files that allows newer entries to overwrite or refresh previously written entries.
OverwritingZipOutputStream(Clock, OutputStream) - Constructor for class com.facebook.buck.zip.OverwritingZipOutputStream
 
OwnerFunction - Class in com.facebook.buck.query
A "owner" query expression, which computes the rules that own the given files.
OwnerFunction() - Constructor for class com.facebook.buck.query.OwnerFunction
 

P

PACKAGE_NAME_PATTERN - Static variable in class com.facebook.buck.android.AdbHelper
Pattern that matches safe package names.
PACKAGE_STRING_ASSETS_FLAVOR - Static variable in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
 
packageAssetLibraries - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
PackagedResource - Class in com.facebook.buck.util
Represents a zip that has been packaged as a resource with Buck, but which should be expanded at most once during Buck's execution (not per-build).
PackagedResource(ProjectFilesystem, Class<?>, String) - Constructor for class com.facebook.buck.util.PackagedResource
 
packageName - Variable in class com.facebook.buck.go.GoLibraryDescription.Arg
 
packageName - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
PackagePathCache() - Constructor for class com.facebook.buck.jvm.java.intellij.ParsingJavaPackageFinder.PackagePathCache
 
packagerFlags - Variable in class com.facebook.buck.js.ReactNativeLibraryArgs
 
PackageStringAssets - Class in com.facebook.buck.android
Buildable responsible for compiling non-english string resources to .fbstr files stored as assets.
PackageStringAssets(BuildRuleParams, ImmutableSet<String>, FilteredResourcesProvider, AaptPackageResources) - Constructor for class com.facebook.buck.android.PackageStringAssets
 
PackageStringAssets.BuildOutput - Class in com.facebook.buck.android
 
packageStyle - Variable in class com.facebook.buck.lua.LuaBinaryDescription.Arg
 
packageStyle - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
packageStyle - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
packageType - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
Pair<FIRST,SECOND> - Class in com.facebook.buck.model
Simple type representing a pair of differently typed values.
Pair(FIRST, SECOND) - Constructor for class com.facebook.buck.model.Pair
 
PairTypeCoercer<FIRST,SECOND> - Class in com.facebook.buck.rules.coercer
Coerces from a 2-element collection into a pair.
PairTypeCoercer(TypeCoercer<FIRST>, TypeCoercer<SECOND>) - Constructor for class com.facebook.buck.rules.coercer.PairTypeCoercer
 
parallel() - Method in interface com.facebook.buck.util.RichStream
 
ParamInfo - Class in com.facebook.buck.rules
Represents a single field that can be represented in buck build files.
ParamInfo(TypeCoercerFactory, Class<?>, Field) - Constructor for class com.facebook.buck.rules.ParamInfo
 
ParamInfo.Traversal - Interface in com.facebook.buck.rules
 
ParamInfoException - Exception in com.facebook.buck.rules
Exception type thrown from `ParamInfo` methods.
ParamInfoException(String, String) - Constructor for exception com.facebook.buck.rules.ParamInfoException
 
ParamInfoException(String, String, Throwable) - Constructor for exception com.facebook.buck.rules.ParamInfoException
 
params - Variable in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
parse(String) - Static method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
parse(CellPathResolver, String) - Method in class com.facebook.buck.cli.CommandLineTargetNodeSpecParser
 
parse(String...) - Static method in class com.facebook.buck.cli.VerbosityParser
 
parse(ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info
 
parse(ElfHeader.EIClass, ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.ElfSymbolTable
 
parse(ElfHeader.EIClass, ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.ElfVerDef
 
parse(ElfHeader.EIClass, ByteBuffer) - Static method in class com.facebook.buck.cxx.elf.ElfVerNeed
 
parse(Locale, String) - Method in class com.facebook.buck.i18n.NumberFormatter
 
parse(Locale, String, ParsePosition) - Method in class com.facebook.buck.i18n.NumberFormatter
 
PARSE - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
parse(String, BuildTargetPatternParser<?>, CellPathResolver) - Method in class com.facebook.buck.parser.BuildTargetParser
 
parse(CellPathResolver, String) - Method in class com.facebook.buck.parser.BuildTargetPatternParser
1.
parse(String, QueryEnvironment) - Static method in class com.facebook.buck.query.QueryExpression
Scan and parse the specified query expression.
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.AbstractMacroExpander
 
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
parse(BuildTarget, CellPathResolver, ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.EnvironmentVariableMacroExpander
 
parse(CellPathResolver, String) - Method in class com.facebook.buck.rules.VisibilityPatternParser
 
parse(Path) - Static method in class com.facebook.buck.test.XmlTestResultParser
 
parse(Path, Set<ChromeTraceParser.ChromeTraceEventMatcher<?>>) - Method in class com.facebook.buck.util.trace.ChromeTraceParser
Parses a Chrome trace and stops parsing once all of the specified matchers have been satisfied.
parse(Path) - Static method in class com.facebook.buck.util.XmlDomParser
 
parse(String) - Static method in class com.facebook.buck.util.XmlDomParser
 
parse(InputStream) - Static method in class com.facebook.buck.util.XmlDomParser
 
parse(InputSource, boolean) - Static method in class com.facebook.buck.util.XmlDomParser
 
PARSE_FINISHED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
PARSE_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
PARSE_TIME_MACRO_HANDLER - Static variable in class com.facebook.buck.shell.AbstractGenruleDescription
 
parseAndOutputBuckCompatibleDepfile(BuckEventBus, ProjectFilesystem, HeaderPathNormalizer, HeaderVerification, Path, Path, Path) - Static method in class com.facebook.buck.cxx.Depfiles
Reads and processes .dep file produced by a cxx compiler.
parseAndroid(Path, String) - Static method in class com.facebook.buck.test.XmlTestResultParser
 
parseArgs(String...) - Method in class com.facebook.buck.testrunner.BaseRunner
Expected arguments are: (string) output directory (long) default timeout in milliseconds (0 for no timeout) (string) newline separated list of test selectors (string...) fully-qualified names of test classes
parseArguments(Parameters) - Method in class com.facebook.buck.cli.ConsumeAllOptionsHandler
 
parseArguments(Parameters) - Method in class com.facebook.buck.cli.ProjectCommand.AggregationModeOptionHandler
 
parseArguments(Parameters) - Method in class com.facebook.buck.cli.StringSetOptionHandler
 
parseArguments(Parameters) - Method in class com.facebook.buck.cli.TestSelectorOptions.TestSelectorsOptionHandler
 
parseArgumentsAsTargetNodeSpecs(BuckConfig, Iterable<String>) - Method in class com.facebook.buck.cli.AbstractCommand
 
parseArgumentsAsTargetNodeSpecs(BuckConfig, Iterable<String>) - Method in class com.facebook.buck.cli.PublishCommand
 
ParseBuckFileEvent - Class in com.facebook.buck.json
Base class for events about parsing build files..
ParseBuckFileEvent(EventKey, Path) - Constructor for class com.facebook.buck.json.ParseBuckFileEvent
 
ParseBuckFileEvent.Finished - Class in com.facebook.buck.json
 
ParseBuckFileEvent.Started - Class in com.facebook.buck.json
 
parseBuckFileFinished(ParseBuckFileEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
parseBuckFileStarted(ParseBuckFileEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
parseBuildTargetFromRawRule(Path, Map<String, Object>, Path) - Static method in class com.facebook.buck.parser.RawNodeParsePipeline
 
parseBytes(String) - Static method in enum com.facebook.buck.util.unit.SizeUnit
Parses a string that represents a size into the number of bytes represented by that string.
parseClassHashes(List<String>) - Static method in class com.facebook.buck.jvm.java.AccumulateClassNamesStep
 
parseCxxSources(BuildTarget, SourcePathResolver, CxxPlatform, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
parseCxxSources(BuildTarget, SourcePathResolver, CxxPlatform, ImmutableSortedSet<SourceWithFlags>, PatternMatchedCollection<ImmutableSortedSet<SourceWithFlags>>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
parseDefaultPropertiesFromPlist(InputStream, ImmutableMap.Builder<String, String>) - Static method in class com.facebook.buck.apple.xcode.xcspec.SDKSettings
Parses the contents of the provided SDKSettings.plist input stream and extracts the dictionary of DefaultProperties values.
parseDepfile(Readable) - Static method in class com.facebook.buck.cxx.Depfiles
Parses the input as a .d Makefile as emitted by gcc -MD and returns the (target, [dep, dep2, ...]) inside.
ParseEvent - Class in com.facebook.buck.parser
Base class for events about parsing build files..
ParseEvent(EventKey, Iterable<BuildTarget>) - Constructor for class com.facebook.buck.parser.ParseEvent
 
ParseEvent.Finished - Class in com.facebook.buck.parser
 
ParseEvent.Started - Class in com.facebook.buck.parser
 
parseExportedHeaders(BuildTarget, SourcePathResolver, Optional<CxxPlatform>, CxxLibraryDescription.Arg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
parseFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
parseFinished(ParseEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
parseFlavorString(String) - Method in class com.facebook.buck.model.FlavorParser
Given a comma-separated string of flavors, returns an iterable containing the separated names of the flavors inside.
parseHeaders(BuildTarget, SourcePathResolver, Optional<CxxPlatform>, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
parseObject(Locale, String, ParsePosition) - Method in class com.facebook.buck.i18n.NumberFormatter
 
parseOne(String) - Static method in class com.facebook.buck.rage.UserInput
 
parseOutputFromReader(Reader, ImmutableSet.Builder<AppleSimulator>) - Static method in class com.facebook.buck.apple.simulator.SimctlListOutputParsing
Parses each line of input from reader, adding any available simulators to simulatorsBuilder.
ParsePipeline<T> - Class in com.facebook.buck.parser
Abstract node parsing pipeline.
ParsePipeline() - Constructor for class com.facebook.buck.parser.ParsePipeline
 
parseProfilePlistStream(InputStream) - Static method in class com.facebook.buck.apple.simulator.AppleSimulatorProfileParsing
 
Parser - Class in com.facebook.buck.parser
High-level build file parsing machinery.
Parser(BroadcastEventListener, ParserConfig, TypeCoercerFactory, ConstructorArgMarshaller) - Constructor for class com.facebook.buck.parser.Parser
 
parseRange(String) - Static method in class com.facebook.buck.rage.UserInput
 
ParserConfig - Class in com.facebook.buck.parser
Immutable implementation of AbstractParserConfig.
parseResponse(ThriftProtocol, InputStream) - Static method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol
 
parseResults(Path, Path, Path) - Method in class com.facebook.buck.cxx.CxxBoostTest
 
parseResults(Path, Path, Path) - Method in class com.facebook.buck.cxx.CxxGtestTest
 
parseResults(Path, Path, Path) - Method in class com.facebook.buck.cxx.CxxTest
 
ParserTargetNodeFactory<T> - Interface in com.facebook.buck.parser
Creates TargetNode instances for the parser.
parseStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
parseStarted(ParseEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
parseStarted(ParseEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
parseStarted(ParseEvent.Started) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
parseStarted(ParseEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
PARSING_PROGRESS_UPDATED - Static variable in interface com.facebook.buck.event.external.events.ProgressEventInterface
 
ParsingEvent - Class in com.facebook.buck.event
 
ParsingEvent(EventKey, String) - Constructor for class com.facebook.buck.event.ParsingEvent
 
ParsingEvent.EnvVariableChange - Class in com.facebook.buck.event
 
ParsingEvent.SymlinkInvalidation - Class in com.facebook.buck.event
 
ParsingJavaPackageFinder - Class in com.facebook.buck.jvm.java.intellij
Finds the package for a given file by looking at its contents first.
ParsingJavaPackageFinder() - Constructor for class com.facebook.buck.jvm.java.intellij.ParsingJavaPackageFinder
 
ParsingJavaPackageFinder.PackagePathCache - Class in com.facebook.buck.jvm.java.intellij
 
ParsingJavaPackageFinder.PathComponentCountOrder - Class in com.facebook.buck.jvm.java.intellij
 
parsingProgressUpdated(double) - Static method in class com.facebook.buck.event.ProgressEvent
 
ParsingProgressUpdated(double) - Constructor for class com.facebook.buck.event.ProgressEvent.ParsingProgressUpdated
 
parsingProgressUpdated(ProgressEvent.ParsingProgressUpdated) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
password - Variable in class com.facebook.buck.maven.ArtifactConfig.Repository
 
path - Variable in class com.facebook.buck.apple.AppleWrapperResourceArg
 
PATH_TO_JACOCO_AGENT_JAR - Static variable in class com.facebook.buck.jvm.java.JacocoConstants
 
PathArguments - Class in com.facebook.buck.cli
 
PathComponentCountOrder() - Constructor for class com.facebook.buck.jvm.java.intellij.ParsingJavaPackageFinder.PathComponentCountOrder
 
PathHashing - Class in com.facebook.buck.hashing
 
PathListing - Class in com.facebook.buck.io
Utility class to list files which match a pattern, applying ordering and filtering.
PathListing.FilterMode - Enum in com.facebook.buck.io
Whether to include files which match the filter, or exclude them.
PathListing.PathModifiedTimeFetcher - Interface in com.facebook.buck.io
Fetches last-modified time from a path.
PathOrGlobMatcher - Class in com.facebook.buck.io
 
PathOrGlobMatcher(Path) - Constructor for class com.facebook.buck.io.PathOrGlobMatcher
 
PathOrGlobMatcher(Path, String) - Constructor for class com.facebook.buck.io.PathOrGlobMatcher
 
PathOrGlobMatcher(PathMatcher, String) - Constructor for class com.facebook.buck.io.PathOrGlobMatcher
 
PathOrGlobMatcher(String) - Constructor for class com.facebook.buck.io.PathOrGlobMatcher
 
PathOrGlobMatcher.Type - Enum in com.facebook.buck.io
 
PathShortener - Interface in com.facebook.buck.cxx
A function that may shorten a given path using variou strategies.
PathSourcePath - Class in com.facebook.buck.rules
 
PathSourcePath(ProjectFilesystem, String, Supplier<Path>) - Constructor for class com.facebook.buck.rules.PathSourcePath
 
PathSourcePath(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.rules.PathSourcePath
 
PathStats(Path, long, long, long) - Constructor for class com.facebook.buck.util.DirectoryCleaner.PathStats
 
pathToFile() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
 
pathToOutDirectory - Variable in class com.facebook.buck.shell.Genrule
 
pathToOutFile - Variable in class com.facebook.buck.shell.Genrule
 
PathTypeCoercer - Class in com.facebook.buck.rules.coercer
 
PathTypeCoercer(PathTypeCoercer.PathExistenceVerificationMode) - Constructor for class com.facebook.buck.rules.coercer.PathTypeCoercer
 
PathTypeCoercer.PathExistenceVerificationMode - Enum in com.facebook.buck.rules.coercer
 
pathWithinArchive() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
 
pathWithPlatformSeparators(String) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithPlatformSeparators(Path) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithUnixSeparators(String) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithUnixSeparators(Path) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithUnixSeparatorsAndTrailingSlash(Path) - Static method in class com.facebook.buck.io.MorePaths
 
pathWithWindowsSeparators(Path) - Static method in class com.facebook.buck.io.MorePaths
 
PatternAndMessage - Class in com.facebook.buck.util
A class that holds a pattern and a message related to this pattern.
PatternAndMessage.Builder - Class in com.facebook.buck.util
Builds instances of type PatternAndMessage.
PatternMatchedCollection<T> - Class in com.facebook.buck.rules.coercer
 
PatternMatchedCollection.Builder<T> - Class in com.facebook.buck.rules.coercer
 
PatternMatchedCollectionTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
PatternMatchedCollectionTypeCoercer(TypeCoercer<Pattern>, TypeCoercer<T>) - Constructor for class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
PatternsMatcher - Class in com.facebook.buck.util
Helper class that keeps a list of compiled patterns and provides a method to check whether a string matches at least one of them.
PatternsMatcher(Iterable<String>) - Constructor for class com.facebook.buck.util.PatternsMatcher
 
PatternsMatcher(Set<Pattern>) - Constructor for class com.facebook.buck.util.PatternsMatcher
 
PatternTestSelector - Class in com.facebook.buck.test.selectors
A TestDescription will match if this selector's class-part is a substring of the TestDescription's full class-name, or if this selector's class-name, when interpreted as a java.util.regex regular-expression, matches the TestDescription's full class-name.
PatternTypeCoercer - Class in com.facebook.buck.rules.coercer
 
PatternTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.PatternTypeCoercer
 
PBXAggregateTarget - Class in com.facebook.buck.apple.xcode.xcodeproj
Target backed by shell scripts or nothing (only specifying dependencies).
PBXAggregateTarget(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXAggregateTarget
 
PBXBuildFile - Class in com.facebook.buck.apple.xcode.xcodeproj
File referenced by a build phase, unique to each build phase.
PBXBuildFile(PBXReference) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
PBXBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Superclass of build phases.
PBXBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
 
PBXBuildStyle - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXBuildStyle(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
PBXContainer - Class in com.facebook.buck.apple.xcode.xcodeproj
Superclass of all container types.
PBXContainer() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXContainer
 
PBXContainerItem - Class in com.facebook.buck.apple.xcode.xcodeproj
Superclass in Xcode's object hierarchy, has no non-structural functionality here.
PBXContainerItem() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
 
PBXContainerItemProxy - Class in com.facebook.buck.apple.xcode.xcodeproj
Reference to another object used by PBXTargetDependency.
PBXContainerItemProxy(PBXFileReference, String, PBXContainerItemProxy.ProxyType) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
PBXContainerItemProxy.ProxyType - Enum in com.facebook.buck.apple.xcode.xcodeproj
 
PBXCopyFilesBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXCopyFilesBuildPhase(CopyFilePhaseDestinationSpec) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
 
PBXCopyFilesBuildPhase.Destination - Enum in com.facebook.buck.apple.xcode.xcodeproj
The prefix path, this does not use SourceTreePath and build variables but rather some sort of enum.
PBXFileReference - Class in com.facebook.buck.apple.xcode.xcodeproj
Reference to a concrete file.
PBXFileReference(String, String, PBXReference.SourceTree, Optional<String>) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
PBXFrameworksBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Build phase representing the linking step of a target.
PBXFrameworksBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXFrameworksBuildPhase
 
PBXGroup - Class in com.facebook.buck.apple.xcode.xcodeproj
A collection of files in Xcode's virtual filesystem hierarchy.
PBXGroup(String, String, PBXReference.SourceTree) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
PBXGroup.SortPolicy - Enum in com.facebook.buck.apple.xcode.xcodeproj
Method by which group contents will be sorted.
PBXHeadersBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Build phase that copies header files into the output headers directory.
PBXHeadersBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXHeadersBuildPhase
 
PBXNativeTarget - Class in com.facebook.buck.apple.xcode.xcodeproj
Concrete target type representing targets built by xcode itself, rather than an external build system.
PBXNativeTarget(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXNativeTarget
 
PBXObject - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXObject() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
PBXProject - Class in com.facebook.buck.apple.xcode.xcodeproj
The root object representing the project itself.
PBXProject(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
PBXProjectItem - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXProjectItem() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXProjectItem
 
PBXReference - Class in com.facebook.buck.apple.xcode.xcodeproj
Superclass for file, directories, and groups.
PBXReference(String, String, PBXReference.SourceTree) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
PBXReference.SourceTree - Enum in com.facebook.buck.apple.xcode.xcodeproj
 
PBXResourcesBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Lists the files to be copied into the output resources directory for the containing PBXTarget.
PBXResourcesBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXResourcesBuildPhase
 
PBXShellScriptBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Build phase which represents running a shell script.
PBXShellScriptBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
 
PBXSourcesBuildPhase - Class in com.facebook.buck.apple.xcode.xcodeproj
Lists the files to be compiled for the containing PBXTarget.
PBXSourcesBuildPhase() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXSourcesBuildPhase
 
PBXTarget - Class in com.facebook.buck.apple.xcode.xcodeproj
Information for building a specific artifact (a library, binary, or test).
PBXTarget(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
PBXTargetDependency - Class in com.facebook.buck.apple.xcode.xcodeproj
Element of the PBXTarget.dependencies.
PBXTargetDependency(PBXContainerItemProxy) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
PBXVariantGroup - Class in com.facebook.buck.apple.xcode.xcodeproj
 
PBXVariantGroup(String, String, PBXReference.SourceTree) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.PBXVariantGroup
 
peek() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
peek(Consumer<? super T>) - Method in interface com.facebook.buck.util.RichStream
 
PER_SERVER_CATEGORY - Static variable in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
PerBuildState - Class in com.facebook.buck.parser
 
PerBuildState(Parser, BuckEventBus, ListeningExecutorService, Cell, boolean, SpeculativeParsing, boolean) - Constructor for class com.facebook.buck.parser.PerBuildState
 
PerfEventId - Class in com.facebook.buck.event
Immutable implementation of SimplePerfEvent.AbstractPerfEventId.
PerfEventId.Builder - Class in com.facebook.buck.event
Builds instances of type PerfEventId.
performUploadToArtifactCache(ImmutableSet<RuleKey>, ArtifactCache, BuckEventBus) - Method in class com.facebook.buck.rules.BuildInfoRecorder
Creates a zip file of the metadata and recorded artifacts and stores it in the artifact cache.
PerfStatsEvent() - Constructor for class com.facebook.buck.util.perf.PerfStatsTracking.PerfStatsEvent
 
PerfStatsTracking - Class in com.facebook.buck.util.perf
Periodically probes for process-wide perf-related metrics.
PerfStatsTracking(BuckEventBus, InvocationInfo) - Constructor for class com.facebook.buck.util.perf.PerfStatsTracking
 
PerfStatsTracking.MemoryPerfStatsEvent - Class in com.facebook.buck.util.perf
 
PerfStatsTracking.PerfStatsEvent - Class in com.facebook.buck.util.perf
 
PerServerData - Class in com.facebook.buck.slb
Immutable implementation of ServerHealthManagerEvent.AbstractPerServerData.
PerServerData.Builder - Class in com.facebook.buck.slb
Builds instances of type PerServerData.
PerServerPingData - Class in com.facebook.buck.slb
Immutable implementation of LoadBalancerPingEvent.AbstractPerServerPingData.
PerServerPingData.Builder - Class in com.facebook.buck.slb
Builds instances of type PerServerPingData.
persistent - Variable in class com.facebook.buck.shell.WorkerToolDescription.Arg
 
PexStep - Class in com.facebook.buck.python
 
PexStep(ProjectFilesystem, ImmutableMap<String, String>, ImmutableList<String>, Path, PythonVersion, Path, Path, String, ImmutableMap<Path, Path>, ImmutableMap<Path, Path>, ImmutableMap<Path, Path>, ImmutableSet<Path>, ImmutableSet<String>, boolean) - Constructor for class com.facebook.buck.python.PexStep
 
PkillProcessManager - Class in com.facebook.buck.util
Checks for and kills processes by name.
PkillProcessManager(ProcessExecutor) - Constructor for class com.facebook.buck.util.PkillProcessManager
 
platform(CxxPlatform) - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey.Builder
Initializes the value for the platform attribute.
platform - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
platform - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
Platform - Enum in com.facebook.buck.util.environment
 
platformCompilerFlags - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
platformDeps - Variable in class com.facebook.buck.python.CxxPythonExtensionDescription.Arg
 
platformHeaders - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
platformLinkerFlags - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
platformPreprocessorFlags - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
platformResources - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
platformSrcs - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
platformSrcs - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
PluginLoader - Class in com.facebook.buck.jvm.java.plugin
Loads the Buck javac plugin JAR using the ClassLoader of a particular compiler instance.
plurals - Variable in class com.facebook.buck.android.StringResources
 
poll() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
poll(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
Pom - Class in com.facebook.buck.maven
 
Pom(SourcePathResolver, Path, MavenPublishable) - Constructor for class com.facebook.buck.maven.Pom
 
populate(CellPathResolver, ProjectFilesystem, BuildTarget, Object, ImmutableSet.Builder<BuildTarget>, ImmutableSet.Builder<VisibilityPattern>, Map<String, ?>) - Method in class com.facebook.buck.rules.ConstructorArgMarshaller
Use the information contained in the params to fill in the public fields and settable properties of dto.
populateCxxBinaryDescriptionArg(SourcePathResolver, CxxBinaryDescription.Arg, AppleNativeTargetDescriptionArg, BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
populateCxxConstructorArg(SourcePathResolver, CxxConstructorArg, AppleNativeTargetDescriptionArg, BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
populateCxxLibraryDescriptionArg(SourcePathResolver, CxxLibraryDescription.Arg, AppleNativeTargetDescriptionArg, BuildTarget) - Static method in class com.facebook.buck.apple.AppleDescriptions
 
PosixNmSymbolNameTool - Class in com.facebook.buck.cxx
A SymbolNameTool implementation using a POSIX-compliant `nm` utility (http://pubs.opengroup.org/onlinepubs/009696699/utilities/nm.html).
PosixNmSymbolNameTool(Tool) - Constructor for class com.facebook.buck.cxx.PosixNmSymbolNameTool
 
possiblyIncludesClassName(String) - Method in class com.facebook.buck.test.selectors.TestSelectorList
Returns true if it is *possible* for the given classname to include tests.
post(BuckEvent) - Method in class com.facebook.buck.event.BuckEventBus
 
post(BuckEvent, BuckEvent) - Method in class com.facebook.buck.event.BuckEventBus
Post event to the EventBus using the timestamp given by atTime.
post(BuckEvent) - Method in interface com.facebook.buck.event.EventBus
 
post(BuckEvent, BuckEvent) - Method in interface com.facebook.buck.event.EventBus
 
post(String) - Method in class com.facebook.buck.util.network.BlockingHttpEndpoint
 
post(String) - Method in interface com.facebook.buck.util.network.HttpEndpoint
 
postEvents(BuckEventBus, WatchmanWatcher.FreshInstanceAction) - Method in class com.facebook.buck.util.WatchmanWatcher
Query Watchman for file change events.
postprocessClassesCommands - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
postWithoutConfiguring(BuckEvent) - Method in class com.facebook.buck.event.BuckEventBus
 
PrebuiltAppleFramework - Class in com.facebook.buck.apple
 
PrebuiltAppleFramework(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePath, NativeLinkable.Linkage, ImmutableSet<FrameworkPath>, Optional<Pattern>, Function<? super CxxPlatform, ImmutableList<String>>) - Constructor for class com.facebook.buck.apple.PrebuiltAppleFramework
 
PrebuiltAppleFrameworkDescription - Class in com.facebook.buck.apple
 
PrebuiltAppleFrameworkDescription() - Constructor for class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription
 
PrebuiltAppleFrameworkDescription.Arg - Class in com.facebook.buck.apple
 
PrebuiltCxxLibrary - Class in com.facebook.buck.cxx
 
PrebuiltCxxLibraryDescription - Class in com.facebook.buck.cxx
 
PrebuiltCxxLibraryDescription(CxxBuckConfig, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription
 
PrebuiltCxxLibraryDescription.Arg - Class in com.facebook.buck.cxx
 
PrebuiltCxxLibraryGroupDescription - Class in com.facebook.buck.cxx
Immutable implementation of AbstractPrebuiltCxxLibraryGroupDescription.
PrebuiltDotnetLibrary - Class in com.facebook.buck.dotnet
 
PrebuiltDotnetLibrary(BuildRuleParams, SourcePathResolver, SourcePath) - Constructor for class com.facebook.buck.dotnet.PrebuiltDotnetLibrary
 
PrebuiltDotnetLibraryDescription - Class in com.facebook.buck.dotnet
 
PrebuiltDotnetLibraryDescription() - Constructor for class com.facebook.buck.dotnet.PrebuiltDotnetLibraryDescription
 
PrebuiltDotnetLibraryDescription.Arg - Class in com.facebook.buck.dotnet
 
PrebuiltHaskellLibrary - Class in com.facebook.buck.haskell
 
PrebuiltHaskellLibrary(BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.haskell.PrebuiltHaskellLibrary
 
PrebuiltJar - Class in com.facebook.buck.jvm.java
 
PrebuiltJar(BuildRuleParams, SourcePathResolver, SourcePath, BuildTarget, Optional<SourcePath>, Optional<SourcePath>, Optional<String>, Optional<String>, boolean) - Constructor for class com.facebook.buck.jvm.java.PrebuiltJar
 
PrebuiltJarDescription - Class in com.facebook.buck.jvm.java
 
PrebuiltJarDescription() - Constructor for class com.facebook.buck.jvm.java.PrebuiltJarDescription
 
PrebuiltJarDescription.Arg - Class in com.facebook.buck.jvm.java
 
PrebuiltNativeLibrary - Class in com.facebook.buck.android
An object that represents the resources prebuilt native library.
PrebuiltNativeLibrary(BuildRuleParams, Path, boolean, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.android.PrebuiltNativeLibrary
 
PrebuiltNativeLibraryDescription - Class in com.facebook.buck.android
 
PrebuiltNativeLibraryDescription() - Constructor for class com.facebook.buck.android.PrebuiltNativeLibraryDescription
 
PrebuiltNativeLibraryDescription.Arg - Class in com.facebook.buck.android
 
PrebuiltOcamlLibraryDescription - Class in com.facebook.buck.ocaml
Prebuilt OCaml library
PrebuiltOcamlLibraryDescription() - Constructor for class com.facebook.buck.ocaml.PrebuiltOcamlLibraryDescription
 
PrebuiltOcamlLibraryDescription.Arg - Class in com.facebook.buck.ocaml
 
PrebuiltPythonLibrary - Class in com.facebook.buck.python
 
PrebuiltPythonLibrary(BuildRuleParams, SourcePathResolver, SourcePath) - Constructor for class com.facebook.buck.python.PrebuiltPythonLibrary
 
PrebuiltPythonLibraryDescription - Class in com.facebook.buck.python
 
PrebuiltPythonLibraryDescription() - Constructor for class com.facebook.buck.python.PrebuiltPythonLibraryDescription
 
PrebuiltPythonLibraryDescription.Arg - Class in com.facebook.buck.python
 
PrebuiltRustLibraryDescription - Class in com.facebook.buck.rust
 
PrebuiltRustLibraryDescription() - Constructor for class com.facebook.buck.rust.PrebuiltRustLibraryDescription
 
PrebuiltRustLibraryDescription.Arg - Class in com.facebook.buck.rust
 
precompiledHeader - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
precompiledHeaderArgs(Path) - Method in class com.facebook.buck.cxx.ClangPreprocessor
 
precompiledHeaderArgs(Path) - Method in class com.facebook.buck.cxx.GccPreprocessor
 
precompiledHeaderArgs(Path) - Method in interface com.facebook.buck.cxx.Preprocessor
 
precompiledHeaderArgs(Path) - Method in class com.facebook.buck.cxx.WindowsPreprocessor
 
Preconditions - Class in com.facebook.buck.util.liteinfersupport
Read description of Nullable.
PreDexedFilesSorter - Class in com.facebook.buck.android
Responsible for bucketing pre-dexed objects into primary and secondary dex files.
PreDexedFilesSorter(Optional<DexWithClasses>, ImmutableMultimap<APKModule, DexWithClasses>, ImmutableSet<String>, APKModuleGraph, Path, long, DexStore, Path, Path) - Constructor for class com.facebook.buck.android.PreDexedFilesSorter
 
PreDexedFilesSorter.DexStoreContents - Class in com.facebook.buck.android
 
PreDexedFilesSorter.Result - Class in com.facebook.buck.android
 
PreDexMerge - Class in com.facebook.buck.android
Buildable that is responsible for: Bucketing pre-dexed jars into lists for primary and secondary dex files (if the app is split-dex).
PreDexMerge(BuildRuleParams, Path, DexSplitMode, APKModuleGraph, ImmutableMultimap<APKModule, DexProducedFromJavaLibrary>, DexProducedFromJavaLibrary, ListeningExecutorService, Optional<Integer>) - Constructor for class com.facebook.buck.android.PreDexMerge
 
preferredLinkage - Variable in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription.Arg
 
preferredLinkage - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
preferredLinkage - Variable in class com.facebook.buck.haskell.HaskellLibraryDescription.Arg
 
preferredLinkage - Variable in class com.facebook.buck.rust.RustLibraryDescription.Arg
 
preferredLinkage - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
prefixHeader - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
prefixHeaderArgs(SourcePathResolver, SourcePath) - Method in class com.facebook.buck.cxx.ClangPreprocessor
 
prefixHeaderArgs(SourcePathResolver, SourcePath) - Method in class com.facebook.buck.cxx.GccPreprocessor
 
prefixHeaderArgs(SourcePathResolver, SourcePath) - Method in interface com.facebook.buck.cxx.Preprocessor
 
prefixHeaderArgs(SourcePathResolver, SourcePath) - Method in class com.facebook.buck.cxx.WindowsPreprocessor
 
PrefixMapDebugPathSanitizer - Class in com.facebook.buck.cxx
This sanitizer works by depending on the compiler's -fdebug-prefix-map flag to properly ensure that the output only contains references to the mapped-to paths (i.e.
PrefixMapDebugPathSanitizer(int, char, Path, ImmutableBiMap<Path, Path>, Path, CxxToolProvider.Type, ProjectFilesystem) - Constructor for class com.facebook.buck.cxx.PrefixMapDebugPathSanitizer
 
prefixOrPCHArgs(SourcePathResolver, Optional<SourcePath>, Optional<Path>) - Method in interface com.facebook.buck.cxx.Preprocessor
 
preloadDeps - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
preloadDeps - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
preloadEnvVar() - Method in class com.facebook.buck.cxx.DarwinLinker
 
preloadEnvVar() - Method in class com.facebook.buck.cxx.GnuLinker
 
preloadEnvVar() - Method in interface com.facebook.buck.cxx.Linker
 
preloadEnvVar() - Method in class com.facebook.buck.cxx.WindowsLinker
 
preloadTargetPatterns(Iterable<String>, ListeningExecutorService) - Method in class com.facebook.buck.cli.BuckQueryEnvironment
 
preloadTargetPatterns(Iterable<String>, ListeningExecutorService) - Method in class com.facebook.buck.cli.TargetPatternEvaluator
Attempts to parse and load the given collection of patterns.
preparse(JavaFileParser, ProjectFilesystem, ImmutableSet<Path>, JavaPackageFinder) - Static method in class com.facebook.buck.jvm.java.intellij.ParsingJavaPackageFinder
Creates a hybrid JavaPackageFinder which will resolve packages for the selected paths based on parsing the source files and use the fallbackPackageFinder for everything else.
preprocessAndCompile(BuildRuleParams, PreprocessorDelegate, CompilerDelegate, Path, SourcePath, AbstractCxxSource.Type, Optional<CxxPrecompiledHeader>, DebugPathSanitizer, DebugPathSanitizer, Optional<SymlinkTree>) - Static method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
preprocessJavaClassesBash - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
preprocessJavaClassesDeps - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
Preprocessor - Interface in com.facebook.buck.cxx
 
PreprocessorDelegateCacheKey - Class in com.facebook.buck.cxx
Immutable implementation of AbstractCxxSourceRuleFactory.AbstractPreprocessorDelegateCacheKey.
preprocessorFlags - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
PreprocessorFlags - Class in com.facebook.buck.cxx
Immutable implementation of AbstractPreprocessorFlags.
PreprocessorFlags.Builder - Class in com.facebook.buck.cxx
Builds instances of type PreprocessorFlags.
PreprocessorProvider - Class in com.facebook.buck.cxx
 
PreprocessorProvider(Path, Optional<CxxToolProvider.Type>) - Constructor for class com.facebook.buck.cxx.PreprocessorProvider
 
PreprocessorProvider(ToolProvider, CxxToolProvider.Type) - Constructor for class com.facebook.buck.cxx.PreprocessorProvider
 
presentDefectSubmitResult(Optional<DefectSubmitResult>, boolean) - Method in class com.facebook.buck.rage.AbstractReport
 
presentRageResult(Optional<DefectSubmitResult>) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
presentResponse(DoctorEndpointResponse) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
primaryDexClassesFile - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
primaryDexInputs - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
primaryDexPatterns - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
primaryDexScenarioFile - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
primaryDexScenarioOverflowAllowed - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
print(Appendable) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
print(boolean) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(char) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(long) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(float) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(double) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(char[]) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(String) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
print(Object) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
printBuildFailure(String) - Method in class com.facebook.buck.util.Console
Prints an error message prefixed with BUILD FAILED to stderr that will be highlighted in red if stderr is a tty.
printBuildFailureWithoutStacktraceDontUnwrap(Throwable) - Method in class com.facebook.buck.util.Console
Prints the message of the Throwable as a build failure.
printBuildFailureWithStacktrace(Throwable) - Method in class com.facebook.buck.util.Console
Prints the root cause of the Throwable with its stacktrace as a build failure.
printErrorText(String) - Method in class com.facebook.buck.util.Console
Prints an error message to stderr that will be highlighted in red if stderr is a tty.
printErrorText(String, Object...) - Method in class com.facebook.buck.util.Console
Prints a formatted error message.
printf(String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
printf(Locale, String, Object...) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
PrintHeaderMap - Class in com.facebook.buck.apple.clang
 
printHighlightedSuccessText(PrintStream, String) - Method in class com.facebook.buck.util.Ansi
 
printJSON(CommandRunnerParams, Multimap<String, QueryTarget>) - Static method in class com.facebook.buck.cli.CommandHelper
 
printJSON(CommandRunnerParams, Set<QueryTarget>) - Static method in class com.facebook.buck.cli.CommandHelper
 
println() - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(boolean) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(char) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(long) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(float) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(double) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(char[]) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(String) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
println(Object) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
printlnHighlightedFailureText(PrintStream, String) - Method in class com.facebook.buck.util.Ansi
 
printSevereWarningDirectly(String) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
printSevereWarningDirectly(String) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
printSevereWarningDirectly(String) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
PrintStreamProcessExecutorFactory - Class in com.facebook.buck.util
 
PrintStreamProcessExecutorFactory() - Constructor for class com.facebook.buck.util.PrintStreamProcessExecutorFactory
 
printSuccess(String) - Method in class com.facebook.buck.util.Console
 
printSuccess(String, Object...) - Method in class com.facebook.buck.util.Console
Prints a formatted success message.
printToConsole(CommandRunnerParams, Multimap<String, QueryTarget>) - Static method in class com.facebook.buck.cli.CommandHelper
 
printToConsole(CommandRunnerParams, Set<QueryTarget>) - Static method in class com.facebook.buck.cli.CommandHelper
 
printUsage(PrintStream) - Method in class com.facebook.buck.cli.AbstractCommand
 
printUsage(PrintStream) - Method in class com.facebook.buck.cli.AbstractContainerCommand
 
printUsage(PrintStream) - Method in class com.facebook.buck.cli.TestCommand
 
probeMemory() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
 
process(String) - Method in class com.facebook.buck.util.LineProcessorRunnable
 
process - Variable in class com.facebook.buck.util.ProcessExecutor.LaunchedProcessImpl
 
processed(int, int) - Static method in class com.facebook.buck.event.ActionGraphEvent
 
Processed(int, int) - Constructor for class com.facebook.buck.event.ActionGraphEvent.Processed
 
processed() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
 
Processed() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Processed
 
ProcessExecutor - Interface in com.facebook.buck.util
 
ProcessExecutor.LaunchedProcess - Interface in com.facebook.buck.util
Represents a running process returned by ProcessExecutor.launchProcess(ProcessExecutorParams).
ProcessExecutor.LaunchedProcessImpl - Class in com.facebook.buck.util
Wraps a Process and exposes only its I/O streams, so callers have to pass it back to this class.
ProcessExecutor.Option - Enum in com.facebook.buck.util
ProcessExecutor.Result - Class in com.facebook.buck.util
ProcessExecutorFactory - Interface in com.facebook.buck.util
 
ProcessExecutorParams - Class in com.facebook.buck.util
Value type passed to ProcessExecutor to launch a process.
ProcessExecutorParams.Builder - Class in com.facebook.buck.util
Builds instances of type ProcessExecutorParams.
ProcessExecutorSerializer - Class in com.facebook.buck.util
 
ProcessHelper - Class in com.facebook.buck.util
A helper singleton that provides facilities such as extracting the native process id of a Process or gathering the process resource consumption.
ProcessManager - Interface in com.facebook.buck.util
Checks for and kills processes.
ProcessRegistry - Class in com.facebook.buck.util
A singleton helper class for process registration.
ProcessRegistry.ProcessRegisterCallback - Interface in com.facebook.buck.util
A callback to be called upon registering a process.
processResourceConsumption(ProcessTracker.ProcessResourceConsumptionEvent) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ProcessResourceConsumption - Class in com.facebook.buck.util
Represents resource consumption counters of a Process.
ProcessResourceConsumption.Builder - Class in com.facebook.buck.util
Builds instances of type ProcessResourceConsumption.
ProcessResourceConsumptionEvent(String, Optional<ProcessExecutorParams>, Optional<ImmutableMap<String, String>>, Optional<ProcessResourceConsumption>) - Constructor for class com.facebook.buck.util.perf.ProcessTracker.ProcessResourceConsumptionEvent
 
processStreamLogs(List<StreamLogs>) - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
ProcessTracker - Class in com.facebook.buck.util.perf
A tracker that periodically probes for external processes resource consumption.
ProcessTracker(BuckEventBus, InvocationInfo, boolean, boolean) - Constructor for class com.facebook.buck.util.perf.ProcessTracker
 
ProcessTracker.ProcessResourceConsumptionEvent - Class in com.facebook.buck.util.perf
 
PRODUCT_NAME - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
productName - Variable in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
ProductType - Class in com.facebook.buck.apple.xcode.xcodeproj
Immutable implementation of AbstractProductType.
ProductType.Builder - Class in com.facebook.buck.apple.xcode.xcodeproj
Builds instances of type ProductType.
ProfileAction(XCScheme.BuildableReference, String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.ProfileAction
 
PROGRESS_ESTIMATIONS_JSON - Static variable in class com.facebook.buck.event.listener.ProgressEstimator
 
progressEstimator - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ProgressEstimator - Class in com.facebook.buck.event.listener
 
ProgressEstimator(Path, BuckEventBus, ObjectMapper) - Constructor for class com.facebook.buck.event.listener.ProgressEstimator
 
ProgressEvent - Class in com.facebook.buck.event
 
ProgressEvent(double) - Constructor for class com.facebook.buck.event.ProgressEvent
 
ProgressEvent.BuildProgressUpdated - Class in com.facebook.buck.event
 
ProgressEvent.ParsingProgressUpdated - Class in com.facebook.buck.event
 
ProgressEvent.ProjectGenerationProgressUpdated - Class in com.facebook.buck.event
 
ProgressEventInterface - Interface in com.facebook.buck.event.external.events
Describes the progress made by buck with the operations described below.
progressValue - Variable in class com.facebook.buck.event.ProgressEvent
 
proguardConfig - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
ProGuardConfig - Class in com.facebook.buck.android
 
ProGuardConfig(BuckConfig) - Constructor for class com.facebook.buck.android.ProGuardConfig
 
proguardConfig - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
proguardJvmArgs - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
ProguardMapping - Class in com.facebook.buck.android
Parser for ProGuard-generated mapping files.
ProGuardObfuscateStep - Class in com.facebook.buck.android
 
Project - Class in com.facebook.buck.jvm.java.intellij
Utility to map the build files in a project built with Buck into a collection of metadata files so that the project can be built with IntelliJ.
Project(SourcePathResolver, ImmutableSortedSet<ProjectConfig>, Map<Path, String>, JavaPackageFinder, ExecutionContext, BuildFileTree, ProjectFilesystem, Optional<String>, IntellijConfig, Optional<String>, String, ObjectMapper, boolean) - Constructor for class com.facebook.buck.jvm.java.intellij.Project
 
PROJECT_GENERATION_FINISHED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
PROJECT_GENERATION_PROGRESS_UPDATED - Static variable in interface com.facebook.buck.event.external.events.ProgressEventInterface
 
PROJECT_GENERATION_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
PROJECT_PATH - Static variable in class com.facebook.buck.log.LogConfigPaths
The path to the per-project logging.properties file.
projectAssets - Variable in class com.facebook.buck.android.AndroidResourceDescription.Arg
 
ProjectBuildFileParseEvents - Class in com.facebook.buck.json
Events posted before and after running buck.py.
ProjectBuildFileParseEvents.Finished - Class in com.facebook.buck.json
Event posted immediately after buck.py exits having parsed BUCK files.
ProjectBuildFileParseEvents.Started - Class in com.facebook.buck.json
Event posted immediately before launching buck.py to parse BUCK files.
projectBuildFileParseFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectBuildFileParseFinished(ProjectBuildFileParseEvents.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ProjectBuildFileParser - Class in com.facebook.buck.json
Delegates to buck.py for parsing of buck build files.
ProjectBuildFileParser(ProjectBuildFileParserOptions, ConstructorArgMarshaller, ImmutableMap<String, String>, BuckEventBus, ProcessExecutor, boolean) - Constructor for class com.facebook.buck.json.ProjectBuildFileParser
 
ProjectBuildFileParserFactory - Interface in com.facebook.buck.json
Simple concrete factory so that a parser can be constructed on demand of the parse phase and be explicitly shut down afterward.
ProjectBuildFileParserOptions - Class in com.facebook.buck.json
Immutable implementation of AbstractProjectBuildFileParserOptions.
ProjectBuildFileParserOptions.Builder - Class in com.facebook.buck.json
Builds instances of type ProjectBuildFileParserOptions.
projectBuildFileParseStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectBuildFileParseStarted(ProjectBuildFileParseEvents.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ProjectCommand - Class in com.facebook.buck.cli
 
ProjectCommand() - Constructor for class com.facebook.buck.cli.ProjectCommand
 
ProjectCommand.AggregationModeOptionHandler - Class in com.facebook.buck.cli
 
ProjectCommand.Ide - Enum in com.facebook.buck.cli
 
ProjectConfig - Class in com.facebook.buck.rules
 
ProjectConfig(BuildRuleParams, SourcePathResolver, BuildRule, List<String>, BuildRule, List<String>, boolean) - Constructor for class com.facebook.buck.rules.ProjectConfig
 
ProjectConfigDescription - Class in com.facebook.buck.rules
 
ProjectConfigDescription() - Constructor for class com.facebook.buck.rules.ProjectConfigDescription
 
ProjectConfigDescription.Arg - Class in com.facebook.buck.rules
 
ProjectFileHashCache - Interface in com.facebook.buck.util.cache
 
projectFilesystem - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
ProjectFilesystem - Class in com.facebook.buck.io
An injectable service for interacting with the filesystem relative to the project root.
ProjectFilesystem(Path) - Constructor for class com.facebook.buck.io.ProjectFilesystem
 
ProjectFilesystem(Path, ProjectFilesystemDelegate) - Constructor for class com.facebook.buck.io.ProjectFilesystem
This constructor is restricted to protected because it is generally best to let ProjectFilesystemDelegateFactory.newInstance(Path, String, AutoSparseConfig) create an appropriate delegate.
ProjectFilesystem(Path, Config) - Constructor for class com.facebook.buck.io.ProjectFilesystem
 
ProjectFilesystem.CopySourceMode - Enum in com.facebook.buck.io
Controls the behavior of how the source should be treated when copying.
ProjectFilesystemDelegate - Interface in com.facebook.buck.io
Delegate that a ProjectFilesystem can use to leverage a specialized implementation of certain filesystem operations, tailored to the underlying filesystem.
ProjectFilesystemDelegateFactory - Class in com.facebook.buck.io
ProjectGenerationEvent - Class in com.facebook.buck.event
 
ProjectGenerationEvent() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent
 
ProjectGenerationEvent.Finished - Class in com.facebook.buck.event
 
ProjectGenerationEvent.Processed - Class in com.facebook.buck.event
 
ProjectGenerationEvent.Started - Class in com.facebook.buck.event
 
projectGenerationFinished - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationFinished(ProjectGenerationEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationFinished(ProjectGenerationEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
projectGenerationProcessedTarget(ProjectGenerationEvent.Processed) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationProgressUpdated(double) - Static method in class com.facebook.buck.event.ProgressEvent
 
ProjectGenerationProgressUpdated(double) - Constructor for class com.facebook.buck.event.ProgressEvent.ProjectGenerationProgressUpdated
 
projectGenerationProgressUpdated(ProgressEvent.ProjectGenerationProgressUpdated) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
projectGenerationStarted - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationStarted(ProjectGenerationEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
projectGenerationStarted(ProjectGenerationEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
ProjectGenerator - Class in com.facebook.buck.apple.project_generator
Generator for xcode project and associated files from a set of xcode/ios rules.
ProjectGenerator(TargetGraph, AppleDependenciesCache, Set<BuildTarget>, Cell, Path, String, String, Set<ProjectGenerator.Option>, Optional<BuildTarget>, ImmutableList<String>, ImmutableSet<UnflavoredBuildTarget>, ExecutableFinder, ImmutableMap<String, String>, FlavorDomain<CxxPlatform>, CxxPlatform, Function<? super TargetNode<?, ?>, SourcePathResolver>, BuckEventBus, HalideBuckConfig, CxxBuckConfig, AppleConfig, SwiftBuckConfig) - Constructor for class com.facebook.buck.apple.project_generator.ProjectGenerator
 
ProjectGenerator.Option - Enum in com.facebook.buck.apple.project_generator
 
ProjectPredicates - Class in com.facebook.buck.cli
Value type containing predicates to identify nodes associated with an IDE project.
ProjectPredicates.Builder - Class in com.facebook.buck.cli
Builds instances of type ProjectPredicates.
projectRes - Variable in class com.facebook.buck.android.AndroidResourceDescription.Arg
 
ProjectTestsMode - Enum in com.facebook.buck.cli
 
ProjectWatch - Class in com.facebook.buck.io
Immutable implementation of AbstractProjectWatch.
promptForBuild(List<BuildLogEntry>) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
promptForBuildSelection() - Method in class com.facebook.buck.rage.AbstractReport
 
promptForBuildSelection() - Method in class com.facebook.buck.rage.AutomatedReport
 
promptForBuildSelection() - Method in class com.facebook.buck.rage.DoctorInteractiveReport
 
promptForBuildSelection() - Method in class com.facebook.buck.rage.InteractiveReport
 
propagateCauseIfInstanceOf(Throwable, Class<X>) - Static method in class com.facebook.buck.util.concurrent.MoreFutures
 
propagateFlavorDomains(BuildTarget, Iterable<FlavorDomain<?>>, Iterable<BuildTarget>) - Static method in class com.facebook.buck.model.BuildTargets
Propagate flavors represented by the given FlavorDomain objects from a parent target to its dependencies.
propagateFlavorsInDomainIfNotPresent(FlavorDomain<?>, BuildTarget, FluentIterable<BuildTarget>) - Static method in class com.facebook.buck.model.BuildTargets
Propagate a build target's flavors in a certain domain to a list of other build targets.
propagateIfInterrupt(Throwable) - Static method in class com.facebook.buck.util.MoreThrowables
Propagates an InterruptedException masquerading as another Throwable.
properties - Variable in class com.facebook.buck.cxx.DebugSection
Properties describing the debug section data.
properties - Variable in class com.facebook.buck.jvm.java.KeystoreDescription.Arg
 
PROTOCOL - Static variable in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
PROTOCOL_HEADER - Static variable in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
provided - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
provided - Variable in class com.facebook.buck.jvm.java.PrebuiltJarDescription.Arg
 
providedDeps - Variable in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription.Arg
 
providedDeps - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
providedDeps - Variable in class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
providedSymbols - Variable in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
 
ProvidesLinkedBinaryDeps - Interface in com.facebook.buck.cxx
Rule that can provide all binary dependencies.
ProvisioningProfileMetadata - Class in com.facebook.buck.apple
Metadata contained in a provisioning profile (.mobileprovision).
ProvisioningProfileMetadata.Builder - Class in com.facebook.buck.apple
Builds instances of type ProvisioningProfileMetadata.
ProvisioningProfileStore - Class in com.facebook.buck.apple
A collection of provisioning profiles.
ProxyBuckEvent - Class in com.facebook.buck.event.listener
Proxy events are used by the logging system when we need to slice a BuckEvent in half in order to calculate time elapsed.
ProxyBuckEvent.Builder - Class in com.facebook.buck.event.listener
Builds instances of type ProxyBuckEvent.
PublicAnnouncementManager - Class in com.facebook.buck.event.listener
 
PublicAnnouncementManager(Clock, BuckEventBus, AbstractConsoleEventBusListener, String, RemoteLogBuckConfig, ListeningExecutorService) - Constructor for class com.facebook.buck.event.listener.PublicAnnouncementManager
 
publicAnnouncements - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
publish(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.CompressingFileHandler
 
publish(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.ConsoleHandler
 
publish(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.LogFileHandler
 
publish(LogRecord) - Method in class com.facebook.buck.cli.bootstrapper.MemoryHandler
 
publish(LogRecord) - Method in class com.facebook.buck.log.ConsoleHandler
 
publish(LogRecord) - Method in class com.facebook.buck.log.LogFileHandler
 
publish(LogRecord) - Method in class com.facebook.buck.log.memory.MemoryHandler
 
publish(SourcePathResolver, ImmutableSet<MavenPublishable>) - Method in class com.facebook.buck.maven.Publisher
 
publish(String, String, String, List<File>) - Method in class com.facebook.buck.maven.Publisher
 
publish(Artifact, List<File>) - Method in class com.facebook.buck.maven.Publisher
 
publish(List<Artifact>) - Method in class com.facebook.buck.maven.Publisher
 
PublishCommand - Class in com.facebook.buck.cli
 
PublishCommand() - Constructor for class com.facebook.buck.cli.PublishCommand
 
Publisher - Class in com.facebook.buck.maven
 
Publisher(ProjectFilesystem, Optional<URL>, Optional<String>, Optional<String>, boolean) - Constructor for class com.facebook.buck.maven.Publisher
 
Publisher(Path, Optional<URL>, Optional<String>, Optional<String>, boolean) - Constructor for class com.facebook.buck.maven.Publisher
 
pushBytes(CharBuffer, CharBuffer) - Static method in class com.facebook.buck.util.SimpleProcessListener
 
put(E) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
putAllAssemblerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put all mappings from the specified map as entries to assemblerFlags map.
putAllBuildConfigs(Map<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to buildConfigs map.
putAllCellRoots(Map<String, ? extends Path>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Put all mappings from the specified map as entries to cellRoots map.
putAllCompilerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put all mappings from the specified map as entries to compilerFlags map.
putAllCompilerFlags(AbstractCxxSource.Type, Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put all mappings from the specified key to values for compilerFlags true.
putAllCompilerFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put all mappings from the specified map as entries to compilerFlags map.
putAllCxxHeaders(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Put all mappings from the specified map as entries to cxxHeaders map.
putAllCxxSources(Map<String, ? extends CxxSource>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Put all mappings from the specified map as entries to cxxSources map.
putAllDependencies(Map<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Put all mappings from the specified map as entries to dependencies map.
putAllDepToGeneratedSourcesMap(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Put all mappings from the specified map as entries to depToGeneratedSourcesMap map.
putAllEntitlements(Map<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Put all mappings from the specified map as entries to entitlements map.
putAllEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Put all mappings from the specified map as entries to env map.
putAllEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put all mappings from the specified map as entries to environment map.
putAllEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Put all mappings from the specified map as entries to environment map.
putAllEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put all mappings from the specified map as entries to environment map.
putAllEnvironmentOverrides(Map<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Put all mappings from the specified map as entries to environmentOverrides map.
putAllExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put all mappings from the specified map as entries to executors map.
putAllExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Put all mappings from the specified map as entries to executors map.
putAllExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put all mappings from the specified map as entries to executors map.
putAllExtraData(Map<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Put all mappings from the specified map as entries to extraData map.
putAllFlagMacros(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Put all mappings from the specified map as entries to flagMacros map.
putAllGoLinkInput(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Put all mappings from the specified map as entries to goLinkInput map.
putAllHeaders(SourceList, ImmutableMap.Builder<String, SourcePath>, SourcePathResolver, String, BuildTarget) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
Resolves the headers in `sourceList` and puts them into `sources` for the specificed `buildTarget`.
putAllLinkerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put all mappings from the specified map as entries to linkerFlags map.
putAllLocalConfigsContents(Map<? extends Path, ? extends String>) - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
Put all mappings from the specified map as entries to localConfigsContents map.
putAllMergedLinkables(APKModule, Iterable<NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified key to values for mergedLinkables true.
putAllMergedLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified map as entries to mergedLinkables map.
putAllMergedLinkablesAssets(APKModule, Iterable<NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified key to values for mergedLinkablesAssets true.
putAllMergedLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified map as entries to mergedLinkablesAssets map.
putAllMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Put all mappings from the specified map as entries to metadata map.
putAllMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Put all mappings from the specified map as entries to metadata map.
putAllMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Put all mappings from the specified map as entries to metadata map.
putAllMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Put all mappings from the specified map as entries to metadata map.
putAllModuleMap(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Put all mappings from the specified map as entries to moduleMap map.
putAllModuleMappedClasspathEntriesToDex(APKModule, Iterable<SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for moduleMappedClasspathEntriesToDex true.
putAllModuleMappedClasspathEntriesToDex(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to moduleMappedClasspathEntriesToDex map.
putAllNameToField(Map<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Put all mappings from the specified map as entries to nameToField map.
putAllNameToPathMap(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Put all mappings from the specified map as entries to nameToPathMap map.
putAllNativeLibAssetsDirectories(APKModule, Iterable<SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibAssetsDirectories true.
putAllNativeLibAssetsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLibAssetsDirectories map.
putAllNativeLibsDirectories(APKModule, Iterable<SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibsDirectories true.
putAllNativeLibsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLibsDirectories map.
putAllNativeLibsTargets(APKModule, Iterable<BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibsTargets true.
putAllNativeLibsTargets(Multimap<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLibsTargets map.
putAllNativeLinkables(APKModule, Iterable<NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLinkables true.
putAllNativeLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLinkables map.
putAllNativeLinkablesAssets(APKModule, Iterable<NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLinkablesAssets true.
putAllNativeLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified map as entries to nativeLinkablesAssets map.
putAllPreprocessorFlags(AbstractCxxSource.Type, Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put all mappings from the specified key to values for preprocessorFlags true.
putAllPreprocessorFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put all mappings from the specified map as entries to preprocessorFlags map.
putAllRawConfig(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Put all mappings from the specified map as entries to rawConfig map.
putAllReadHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put all mappings from the specified map as entries to readHeaders map.
putAllResults(Map<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Put all mappings from the specified map as entries to results map.
putAllRoots(Map<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Put all mappings from the specified map as entries to roots map.
putAllRuntimeLdflags(Linker.LinkableDepType, Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Put all mappings from the specified key to values for runtimeLdflags true.
putAllRuntimeLdflags(Multimap<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Put all mappings from the specified map as entries to runtimeLdflags map.
putAllSourceToBootclasspath(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Put all mappings from the specified map as entries to sourceToBootclasspath map.
putAllTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Put all mappings from the specified map as entries to tags map.
putAllTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified map as entries to tags map.
putAllTagSets(String, Iterable<String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified key to values for tagSets true.
putAllTagSets(Multimap<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified map as entries to tagSets map.
putAllValues(Map<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified map as entries to values map.
putAllVersions(Map<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Put all mappings from the specified map as entries to versions map.
putAllWriteHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put all mappings from the specified map as entries to writeHeaders map.
putArchiveMemberPath(ArchiveMemberPath, String) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putArchiveMemberPath(ArchiveMemberPath, String) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putArchiveMemberPath(ArchiveMemberPath, String) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putArchiveMemberPath(ArchiveMemberPath, String) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putArchiveMemberPath(ArchiveMemberPath, String) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putAsciiString(ByteBuffer, String) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
putAssemblerFlags(AbstractNdkCxxPlatformCompiler.Type, ImmutableList<String>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the assemblerFlags map.
putAssemblerFlags(Map.Entry<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the assemblerFlags map.
putBoolean(boolean) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putBoolean(boolean) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putBoolean(boolean) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putBoolean(boolean) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putBoolean(boolean) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putBuildConfigs(String, BuildConfigFields) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the buildConfigs map.
putBuildConfigs(Map.Entry<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the buildConfigs map.
putBuildRuleType(BuildRuleType) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putBuildRuleType(BuildRuleType) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putBuildRuleType(BuildRuleType) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putBuildRuleType(BuildRuleType) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putBuildRuleType(BuildRuleType) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putBuildTarget(BuildTarget) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putBuildTargetSourcePath(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putBytes(ByteBuffer, byte[]) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
putBytes(byte[]) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putBytes(byte[]) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putBytes(byte[]) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putBytes(byte[]) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putBytes(byte[]) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putCellRoots(String, Path) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Put one entry to the cellRoots map.
putCellRoots(Map.Entry<String, ? extends Path>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Put one entry to the cellRoots map.
putCheckEquals(Map<K, V>, K, V) - Static method in class com.facebook.buck.util.MoreMaps
 
putCompilerFlags(AbstractNdkCxxPlatformCompiler.Type, ImmutableList<String>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the compilerFlags map.
putCompilerFlags(Map.Entry<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the compilerFlags map.
putCompilerFlags(AbstractCxxSource.Type, String...) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put all mappings from the specified key to values for compilerFlags true.
putCompilerFlags(AbstractCxxSource.Type, String) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put one entry to the compilerFlags map.
putCompilerFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Put one entry to the compilerFlags map.
putContainer(RuleKeyHasher.Container, int) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putContainer(RuleKeyHasher.Container, int) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putContainer(RuleKeyHasher.Container, int) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putContainer(RuleKeyHasher.Container, int) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
Puts the container signature
putContainer(RuleKeyHasher.Container, int) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putCxxHeaders(Path, SourcePath) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Put one entry to the cxxHeaders map.
putCxxHeaders(Map.Entry<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Put one entry to the cxxHeaders map.
putCxxSources(String, CxxSource) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Put one entry to the cxxSources map.
putCxxSources(Map.Entry<String, ? extends CxxSource>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Put one entry to the cxxSources map.
putDependencies(BuildTarget, DependencyType) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Put one entry to the dependencies map.
putDependencies(Map.Entry<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Put one entry to the dependencies map.
putDepToGeneratedSourcesMap(String, String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Put one entry to the depToGeneratedSourcesMap map.
putDepToGeneratedSourcesMap(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Put one entry to the depToGeneratedSourcesMap map.
putElf32Addr(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf32
 
putElf32Half(ByteBuffer, short) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf32
 
putElf32Sword(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf32
 
putElf32Word(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf32
 
putElf64Addr(ByteBuffer, long) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
putElf64Half(ByteBuffer, short) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
putElf64Sxword(ByteBuffer, long) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
putElf64Word(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
putElf64Xword(ByteBuffer, long) - Static method in class com.facebook.buck.cxx.elf.Elf.Elf64
 
putEntitlements(String, NSObject) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Put one entry to the entitlements map.
putEntitlements(Map.Entry<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Put one entry to the entitlements map.
putEntry(FileLike) - Method in class com.facebook.buck.dalvik.DalvikAwareOutputStreamHelper
 
putEnv(String, String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Put one entry to the env map.
putEnv(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Put one entry to the env map.
putEnvironment(String, String) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put one entry to the environment map.
putEnvironment(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put one entry to the environment map.
putEnvironment(String, String) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Put one entry to the environment map.
putEnvironment(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Put one entry to the environment map.
putEnvironment(String, String) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put one entry to the environment map.
putEnvironment(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put one entry to the environment map.
putEnvironmentOverrides(String, String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Put one entry to the environmentOverrides map.
putEnvironmentOverrides(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Put one entry to the environmentOverrides map.
putExecutors(ExecutorPool, ListeningExecutorService) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put one entry to the executors map.
putExecutors(Map.Entry<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Put one entry to the executors map.
putExecutors(ExecutorPool, ListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Put one entry to the executors map.
putExecutors(Map.Entry<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Put one entry to the executors map.
putExecutors(ExecutorPool, ListeningExecutorService) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put one entry to the executors map.
putExecutors(Map.Entry<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Put one entry to the executors map.
putExtraData(String, String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Put one entry to the extraData map.
putExtraData(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Put one entry to the extraData map.
putFlagMacros(String, String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Put one entry to the flagMacros map.
putFlagMacros(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Put one entry to the flagMacros map.
putGoLinkInput(Path, SourcePath) - Method in class com.facebook.buck.go.GoLinkable.Builder
Put one entry to the goLinkInput map.
putGoLinkInput(Map.Entry<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Put one entry to the goLinkInput map.
putIfPresent(Optional<T>, K, ImmutableMap.Builder<K, T>) - Static method in class com.facebook.buck.util.Optionals
 
putIntAsDecimalString(ByteBuffer, int, int, ObjectFileScrubbers.PaddingStyle) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
putIntAsOctalString(ByteBuffer, int, int, ObjectFileScrubbers.PaddingStyle) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
putKey(String) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putKey(String) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putKey(String) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putKey(String) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
Puts the field's key (i.e.
putKey(String) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putLinkerFlags(AbstractNdkCxxPlatformCompiler.Type, ImmutableList<String>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the linkerFlags map.
putLinkerFlags(Map.Entry<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Put one entry to the linkerFlags map.
putLittleEndianInt(ByteBuffer, int) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
putLittleEndianLong(ByteBuffer, long) - Static method in class com.facebook.buck.cxx.ObjectFileScrubbers
 
putLocalConfigsContents(Path, String) - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
Put one entry to the localConfigsContents map.
putLocalConfigsContents(Map.Entry<? extends Path, ? extends String>) - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
Put one entry to the localConfigsContents map.
putMergedLinkables(APKModule, NativeLinkable...) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified key to values for mergedLinkables true.
putMergedLinkables(APKModule, NativeLinkable) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put one entry to the mergedLinkables map.
putMergedLinkables(Map.Entry<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put one entry to the mergedLinkables map.
putMergedLinkablesAssets(APKModule, NativeLinkable...) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put all mappings from the specified key to values for mergedLinkablesAssets true.
putMergedLinkablesAssets(APKModule, NativeLinkable) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put one entry to the mergedLinkablesAssets map.
putMergedLinkablesAssets(Map.Entry<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Put one entry to the mergedLinkablesAssets map.
putMetadata(String, String) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Put one entry to the metadata map.
putMetadata(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Put one entry to the metadata map.
putMetadata(String, String) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Put one entry to the metadata map.
putMetadata(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Put one entry to the metadata map.
putMetadata(String, String) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Put one entry to the metadata map.
putMetadata(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Put one entry to the metadata map.
putMetadata(String, String) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Put one entry to the metadata map.
putMetadata(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Put one entry to the metadata map.
putModuleMap(String, SourcePath) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Put one entry to the moduleMap map.
putModuleMap(Map.Entry<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Put one entry to the moduleMap map.
putModuleMappedClasspathEntriesToDex(APKModule, SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for moduleMappedClasspathEntriesToDex true.
putModuleMappedClasspathEntriesToDex(APKModule, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the moduleMappedClasspathEntriesToDex map.
putModuleMappedClasspathEntriesToDex(Map.Entry<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the moduleMappedClasspathEntriesToDex map.
putNameToField(String, BuildConfigFields.Field) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Put one entry to the nameToField map.
putNameToField(Map.Entry<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Put one entry to the nameToField map.
putNameToPathMap(Path, SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Put one entry to the nameToPathMap map.
putNameToPathMap(Map.Entry<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Put one entry to the nameToPathMap map.
putNativeLibAssetsDirectories(APKModule, SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibAssetsDirectories true.
putNativeLibAssetsDirectories(APKModule, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLibAssetsDirectories map.
putNativeLibAssetsDirectories(Map.Entry<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLibAssetsDirectories map.
putNativeLibsDirectories(APKModule, SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibsDirectories true.
putNativeLibsDirectories(APKModule, SourcePath) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLibsDirectories map.
putNativeLibsDirectories(Map.Entry<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLibsDirectories map.
putNativeLibsTargets(APKModule, BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLibsTargets true.
putNativeLibsTargets(APKModule, BuildTarget) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLibsTargets map.
putNativeLibsTargets(Map.Entry<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLibsTargets map.
putNativeLinkables(APKModule, NativeLinkable...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLinkables true.
putNativeLinkables(APKModule, NativeLinkable) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLinkables map.
putNativeLinkables(Map.Entry<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLinkables map.
putNativeLinkablesAssets(APKModule, NativeLinkable...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put all mappings from the specified key to values for nativeLinkablesAssets true.
putNativeLinkablesAssets(APKModule, NativeLinkable) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLinkablesAssets map.
putNativeLinkablesAssets(Map.Entry<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Put one entry to the nativeLinkablesAssets map.
putNextEntry(ZipEntry) - Method in class com.facebook.buck.zip.CustomZipOutputStream
 
putNonHashingPath(String) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putNonHashingPath(String) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putNonHashingPath(String) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putNonHashingPath(String) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putNonHashingPath(String) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putNull() - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putNull() - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putNull() - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putNull() - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
Puts the field's value, Java types
putNull() - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putNumber(Number) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putNumber(Number) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putNumber(Number) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putNumber(Number) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putNumber(Number) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putPath(Path, String) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putPath(Path, String) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putPath(Path, String) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putPath(Path, String) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putPath(Path, String) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putPattern(Pattern) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putPattern(Pattern) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putPattern(Pattern) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putPattern(Pattern) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putPattern(Pattern) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putPreprocessorFlags(AbstractCxxSource.Type, String...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put all mappings from the specified key to values for preprocessorFlags true.
putPreprocessorFlags(AbstractCxxSource.Type, String) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put one entry to the preprocessorFlags map.
putPreprocessorFlags(Map.Entry<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Put one entry to the preprocessorFlags map.
putRawConfig(String, ImmutableMap<String, String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Put one entry to the rawConfig map.
putRawConfig(Map.Entry<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Put one entry to the rawConfig map.
putReadHeaders(String, String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put one entry to the readHeaders map.
putReadHeaders(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put one entry to the readHeaders map.
putResults(BuildRule, Optional<BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Put one entry to the results map.
putResults(Map.Entry<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Put one entry to the results map.
putRoots(BuildTarget, OmnibusRoot) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Put one entry to the roots map.
putRoots(Map.Entry<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Put one entry to the roots map.
putRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putRuleKey(RuleKey) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putRuntimeLdflags(Linker.LinkableDepType, String...) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Put all mappings from the specified key to values for runtimeLdflags true.
putRuntimeLdflags(Linker.LinkableDepType, String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Put one entry to the runtimeLdflags map.
putRuntimeLdflags(Map.Entry<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Put one entry to the runtimeLdflags map.
putSha1(Sha1HashCode) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putSha1(Sha1HashCode) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putSha1(Sha1HashCode) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putSha1(Sha1HashCode) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
Puts the field's value, Buck specific types
putSha1(Sha1HashCode) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putSourceRoot(SourceRoot) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putSourceRoot(SourceRoot) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putSourceRoot(SourceRoot) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putSourceRoot(SourceRoot) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putSourceRoot(SourceRoot) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putSourceToBootclasspath(String, String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Put one entry to the sourceToBootclasspath map.
putSourceToBootclasspath(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Put one entry to the sourceToBootclasspath map.
putString(CharSequence) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putString(CharSequence) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putString(CharSequence) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putString(CharSequence) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putString(CharSequence) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putTags(String, String) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Put one entry to the tags map.
putTags(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Put one entry to the tags map.
putTags(String, String) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the tags map.
putTags(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the tags map.
putTagSets(String, String...) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put all mappings from the specified key to values for tagSets true.
putTagSets(String, String) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the tagSets map.
putTagSets(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the tagSets map.
putValues(String, long) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the values map.
putValues(Map.Entry<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Put one entry to the values map.
putVersions(BuildTarget, Version) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Put one entry to the versions map.
putVersions(Map.Entry<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Put one entry to the versions map.
putWrapper(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.CountingRuleKeyHasher
 
putWrapper(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.GuavaRuleKeyHasher
 
putWrapper(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.LoggingRuleKeyHasher
 
putWrapper(RuleKeyHasher.Wrapper) - Method in interface com.facebook.buck.rules.keys.RuleKeyHasher
 
putWrapper(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
putWriteHeaders(String, String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put one entry to the writeHeaders map.
putWriteHeaders(Map.Entry<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Put one entry to the writeHeaders map.
pyAsyncioBaseModule - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
pyBaseModule - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
pyOptions - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
PythonBinary - Class in com.facebook.buck.python
 
PythonBinary(BuildRuleParams, SourcePathResolver, PythonPlatform, String, PythonPackageComponents, ImmutableSet<String>, String, boolean) - Constructor for class com.facebook.buck.python.PythonBinary
 
PythonBinaryDescription - Class in com.facebook.buck.python
 
PythonBinaryDescription(PythonBuckConfig, FlavorDomain<PythonPlatform>, CxxBuckConfig, CxxPlatform, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.python.PythonBinaryDescription
 
PythonBinaryDescription.Arg - Class in com.facebook.buck.python
 
PythonBuckConfig - Class in com.facebook.buck.python
 
PythonBuckConfig(BuckConfig, ExecutableFinder) - Constructor for class com.facebook.buck.python.PythonBuckConfig
 
PythonBuckConfig.PackageStyle - Enum in com.facebook.buck.python
 
PythonEnvironment - Class in com.facebook.buck.python
 
PythonEnvironment(Path, PythonVersion) - Constructor for class com.facebook.buck.python.PythonEnvironment
 
PythonInPlaceBinary - Class in com.facebook.buck.python
 
PythonInPlaceBinary(BuildRuleParams, SourcePathResolver, BuildRuleResolver, PythonPlatform, CxxPlatform, SymlinkTree, String, PythonPackageComponents, Tool, String, ImmutableSet<String>, boolean) - Constructor for class com.facebook.buck.python.PythonInPlaceBinary
 
PythonLibrary - Class in com.facebook.buck.python
 
PythonLibrary(BuildRuleParams, SourcePathResolver, Function<? super PythonPlatform, ImmutableMap<Path, SourcePath>>, Function<? super PythonPlatform, ImmutableMap<Path, SourcePath>>, Optional<Boolean>) - Constructor for class com.facebook.buck.python.PythonLibrary
 
PythonLibraryDescription - Class in com.facebook.buck.python
 
PythonLibraryDescription() - Constructor for class com.facebook.buck.python.PythonLibraryDescription
 
PythonLibraryDescription.Arg - Class in com.facebook.buck.python
 
PythonPackagable - Interface in com.facebook.buck.python
 
PythonPackageComponents - Class in com.facebook.buck.python
Immutable implementation of AbstractPythonPackageComponents.
PythonPackagedBinary - Class in com.facebook.buck.python
 
PythonPackagedBinary(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, PythonPlatform, Tool, ImmutableList<String>, Tool, String, PythonEnvironment, String, PythonPackageComponents, ImmutableSet<String>, boolean, boolean) - Constructor for class com.facebook.buck.python.PythonPackagedBinary
 
pythonPlatform - Variable in class com.facebook.buck.lua.LuaBinaryDescription.Arg
 
PythonPlatform - Class in com.facebook.buck.python
Immutable implementation of AbstractPythonPlatform.
PythonPlatform.Builder - Class in com.facebook.buck.python
Builds instances of type PythonPlatform.
PythonRunTestsStep - Class in com.facebook.buck.python
 
PythonRunTestsStep(Path, String, ImmutableList<String>, Supplier<ImmutableMap<String, String>>, TestSelectorList, Optional<Long>, Path) - Constructor for class com.facebook.buck.python.PythonRunTestsStep
 
PythonTest - Class in com.facebook.buck.python
 
PythonTest(BuildRuleParams, SourcePathRuleFinder, Supplier<ImmutableMap<String, String>>, PythonBinary, ImmutableSet<Label>, ImmutableList<Pair<Float, ImmutableSet<Path>>>, Optional<Long>, ImmutableSet<String>) - Constructor for class com.facebook.buck.python.PythonTest
 
PythonTestDescription - Class in com.facebook.buck.python
 
PythonTestDescription(PythonBinaryDescription, PythonBuckConfig, FlavorDomain<PythonPlatform>, CxxBuckConfig, CxxPlatform, Optional<Long>, FlavorDomain<CxxPlatform>) - Constructor for class com.facebook.buck.python.PythonTestDescription
 
PythonTestDescription.Arg - Class in com.facebook.buck.python
 
PythonUtil - Class in com.facebook.buck.python
 
PythonVersion - Class in com.facebook.buck.python
Immutable implementation of AbstractPythonVersion.
PythonVersion.Builder - Class in com.facebook.buck.python
Builds instances of type PythonVersion.
pyTwistedBaseModule - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 

Q

QueryBuildTarget - Class in com.facebook.buck.query
Immutable implementation of AbstractQueryBuildTarget.
QueryBuildTarget.Builder - Class in com.facebook.buck.query
Builds instances of type QueryBuildTarget.
QueryCommand - Class in com.facebook.buck.cli
 
QueryCommand() - Constructor for class com.facebook.buck.cli.QueryCommand
 
QueryEnvironment - Interface in com.facebook.buck.query
The environment of a Buck query that can evaluate queries to produce a result.
QueryEnvironment.Argument - Class in com.facebook.buck.query
Value of an argument of a user-defined query function.
QueryEnvironment.ArgumentType - Enum in com.facebook.buck.query
Type of an argument of a user-defined query function.
QueryEnvironment.QueryFunction - Interface in com.facebook.buck.query
A user-defined query function.
QueryException - Exception in com.facebook.buck.query
 
QueryException(String) - Constructor for exception com.facebook.buck.query.QueryException
 
QueryException(String, Object...) - Constructor for exception com.facebook.buck.query.QueryException
 
QueryException(Throwable, String, Object...) - Constructor for exception com.facebook.buck.query.QueryException
 
QueryExpression - Class in com.facebook.buck.query
Base class for expressions in the Buck query language.
QueryExpression() - Constructor for class com.facebook.buck.query.QueryExpression
 
QueryFileTarget - Class in com.facebook.buck.query
Immutable implementation of AbstractQueryFileTarget.
QueryFileTarget.Builder - Class in com.facebook.buck.query
Builds instances of type QueryFileTarget.
QueryMacroExpander - Class in com.facebook.buck.rules.macros
Abstract base class for the query_targets and query_outputs macros
QueryMacroExpander(Optional<TargetGraph>) - Constructor for class com.facebook.buck.rules.macros.QueryMacroExpander
 
QueryOutputsMacroExpander - Class in com.facebook.buck.rules.macros
Used to expand the macro $(query_outputs "some(query(:expression))") to the set of the outputs of the targets matching the query.
QueryOutputsMacroExpander(Optional<TargetGraph>) - Constructor for class com.facebook.buck.rules.macros.QueryOutputsMacroExpander
 
QueryTarget - Interface in com.facebook.buck.query
 
QueryTargetAccessor - Class in com.facebook.buck.query
 
QueryTargetsMacroExpander - Class in com.facebook.buck.rules.macros
Used to expand the macro $(query_targets "some(query(:expression))") to the set of targets matching the query.
QueryTargetsMacroExpander(Optional<TargetGraph>) - Constructor for class com.facebook.buck.rules.macros.QueryTargetsMacroExpander
 
queryWithTimeout(long, Object...) - Method in interface com.facebook.buck.io.WatchmanClient
 
quote(String) - Method in enum com.facebook.buck.util.Escaper.Quoter
 
quoteIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.ClangPreprocessor
 
quoteIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.GccPreprocessor
 
quoteIncludeArgs(Iterable<String>) - Method in interface com.facebook.buck.cxx.Preprocessor
 
quoteIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.WindowsPreprocessor
 

R

RageCommand - Class in com.facebook.buck.cli
 
RageCommand() - Constructor for class com.facebook.buck.cli.RageCommand
 
RageConfig - Class in com.facebook.buck.rage
Immutable implementation of AbstractRageConfig.
RageConfig.Builder - Class in com.facebook.buck.rage
Builds instances of type RageConfig.
RageJsonResponse - Class in com.facebook.buck.rage
Immutable implementation of AbstractRageJsonResponse.
RageJsonResponse.Builder - Class in com.facebook.buck.rage
Builds instances of type RageJsonResponse.
RanlibStep - Class in com.facebook.buck.cxx
 
RanlibStep(ProjectFilesystem, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path) - Constructor for class com.facebook.buck.cxx.RanlibStep
 
RawConfig - Class in com.facebook.buck.config
Hierarcical configuration of section/key/value triples.
RawNodeParsePipeline - Class in com.facebook.buck.parser
 
RawNodeParsePipeline(PipelineNodeCache.Cache<Path, ImmutableSet<Map<String, Object>>>, ProjectBuildFileParserPool, ListeningExecutorService) - Constructor for class com.facebook.buck.parser.RawNodeParsePipeline
 
RdepsFunction - Class in com.facebook.buck.query
A 'rdeps(u, x, [, depth])' expression, which finds the reverse dependencies of the given argument set 'x' within the transitive closure of the set 'u'.
RdepsFunction() - Constructor for class com.facebook.buck.query.RdepsFunction
 
RDotJava - Class in com.facebook.buck.android
Creates the Steps needed to generate an uber R.java file.
rDotJavaPackage - Variable in class com.facebook.buck.android.AndroidResourceDescription.Arg
 
rDotJavaPackage - Variable in class com.facebook.buck.js.AndroidReactNativeLibraryDescription.Args
 
RDotTxtEntry - Class in com.facebook.buck.android.aapt
Represents a row from a symbols file generated by aapt.
RDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, String) - Constructor for class com.facebook.buck.android.aapt.RDotTxtEntry
 
RDotTxtEntry(RDotTxtEntry.IdType, RDotTxtEntry.RType, String, String, RDotTxtEntry.CustomDrawableType) - Constructor for class com.facebook.buck.android.aapt.RDotTxtEntry
 
RDotTxtEntry.CustomDrawableType - Enum in com.facebook.buck.android.aapt
 
RDotTxtEntry.IdType - Enum in com.facebook.buck.android.aapt
 
RDotTxtEntry.RType - Enum in com.facebook.buck.android.aapt
 
ReactNativeBuckConfig - Class in com.facebook.buck.js
A react-native view of BuckConfig.
ReactNativeBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.js.ReactNativeBuckConfig
 
ReactNativeBundle - Class in com.facebook.buck.js
Responsible for running the React Native JS packager in order to generate a single .js bundle along with resources referenced by the javascript code.
ReactNativeBundle(BuildRuleParams, SourcePathResolver, SourcePath, ImmutableSortedSet<SourcePath>, boolean, boolean, boolean, boolean, String, Optional<String>, Tool, ReactNativePlatform) - Constructor for class com.facebook.buck.js.ReactNativeBundle
 
ReactNativeBundleWorkerStep - Class in com.facebook.buck.js
 
ReactNativeBundleWorkerStep(ProjectFilesystem, Path, ImmutableList<String>, Optional<String>, ReactNativePlatform, boolean, boolean, Path, boolean, Path, Path, Path) - Constructor for class com.facebook.buck.js.ReactNativeBundleWorkerStep
 
ReactNativeDepsWorkerStep - Class in com.facebook.buck.js
 
ReactNativeDepsWorkerStep(ProjectFilesystem, Path, ImmutableList<String>, Optional<String>, ReactNativePlatform, Path, Path) - Constructor for class com.facebook.buck.js.ReactNativeDepsWorkerStep
 
ReactNativeFlavors - Class in com.facebook.buck.js
 
ReactNativeLibraryArgs - Class in com.facebook.buck.js
 
ReactNativeLibraryArgs() - Constructor for class com.facebook.buck.js.ReactNativeLibraryArgs
 
ReactNativeLibraryGraphEnhancer - Class in com.facebook.buck.js
 
ReactNativeLibraryGraphEnhancer(ReactNativeBuckConfig) - Constructor for class com.facebook.buck.js.ReactNativeLibraryGraphEnhancer
 
ReactNativePlatform - Enum in com.facebook.buck.js
 
read() - Method in class com.facebook.buck.io.TeeInputStream
 
read(byte[]) - Method in class com.facebook.buck.io.TeeInputStream
 
read(byte[], int, int) - Method in class com.facebook.buck.io.TeeInputStream
 
read() - Method in class com.facebook.buck.util.hash.HasherInputStream
 
read(byte[], int, int) - Method in class com.facebook.buck.util.hash.HasherInputStream
 
readAttributes(Path, Class<A>, LinkOption...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
readClassMapping(Iterable<String>) - Static method in class com.facebook.buck.android.ProguardMapping
 
readDepFileLines(BuildContext) - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
readFetchResponse(DataInputStream, OutputStream) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol
 
readFileIfItExists(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
readFirstLine(String) - Method in class com.facebook.buck.io.ProjectFilesystem
Attempts to read the first line of the file specified by the relative path.
readFirstLine(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Attempts to read the first line of the file specified by the relative path.
readFirstLineFromFile(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Attempts to read the first line of the specified file.
readLines(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
readLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
 
readMetadataAndPayload(DataInputStream, OutputStream) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol
 
readPayload(OutputStream) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
 
ReadPayloadInfo(long, String) - Constructor for class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response.ReadPayloadInfo
 
readPropertiesFile(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
readResources(ProjectFilesystem, Path) - Static method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
readStoreRequest(DataInputStream, OutputStream) - Static method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol
 
readSymLink(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Returns the target of the specified symbolic link.
RECEIVE_TIMEOUT_MS - Static variable in class com.facebook.buck.android.agent.AgentMain
 
receiveCommand(int) - Method in interface com.facebook.buck.shell.WorkerProcessProtocol
This method expects to receive a command to invoke on this end.
receiveCommand(int) - Method in class com.facebook.buck.shell.WorkerProcessProtocolZero
 
receiveCommandResponse(int) - Method in interface com.facebook.buck.shell.WorkerProcessProtocol
This method expects to receive a response for previously sent command.
receiveCommandResponse(int) - Method in class com.facebook.buck.shell.WorkerProcessProtocolZero
 
receiveHandshake(int) - Method in interface com.facebook.buck.shell.WorkerProcessProtocol
This method expects to receive a handshake from the other end.
receiveHandshake(int) - Method in class com.facebook.buck.shell.WorkerProcessProtocolZero
 
recordArtifact(Path) - Method in interface com.facebook.buck.rules.BuildableContext
 
recordArtifact(Path) - Method in class com.facebook.buck.rules.BuildInfoRecorder
 
recordArtifact(Path) - Method in class com.facebook.buck.rules.DefaultBuildableContext
 
RecordFileSha1Step - Class in com.facebook.buck.rules
 
RecordFileSha1Step(ProjectFilesystem, Path, String, BuildableContext) - Constructor for class com.facebook.buck.rules.RecordFileSha1Step
 
RecordingFileHashLoader - Class in com.facebook.buck.distributed
 
RecordingFileHashLoader(FileHashLoader, ProjectFilesystem, BuildJobStateFileHashes, DistBuildConfig) - Constructor for class com.facebook.buck.distributed.RecordingFileHashLoader
 
recordParseStartTime(BuckEventBus) - Method in class com.facebook.buck.parser.Parser
 
ReferenceCountedWriter - Class in com.facebook.buck.log
 
ReferenceCountedWriter(OutputStreamWriter) - Constructor for class com.facebook.buck.log.ReferenceCountedWriter
 
ReflectiveRuleKeyFactory<RULE_KEY_BUILDER extends RuleKeyBuilder<RULE_KEY>,RULE_KEY> - Class in com.facebook.buck.rules.keys
 
ReflectiveRuleKeyFactory(int) - Constructor for class com.facebook.buck.rules.keys.ReflectiveRuleKeyFactory
 
regexPatternForAny(String...) - Static method in class com.facebook.buck.util.MoreStrings
 
regexPatternForAny(Iterable<String>) - Static method in class com.facebook.buck.util.MoreStrings
 
register(Object) - Method in class com.facebook.buck.event.BuckEventBus
 
register(Object) - Method in interface com.facebook.buck.event.EventBus
 
register(long, String) - Method in interface com.facebook.buck.log.CommonThreadFactoryState
 
register(Description<?>) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
registerCounters(Collection<Counter>) - Method in interface com.facebook.buck.counters.CounterRegistry
 
registerCounters(CounterRegistry.AsyncCounterRegistrationEvent) - Method in interface com.facebook.buck.counters.CounterRegistry
 
registerCounters(Collection<Counter>) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
registerCounters(CounterRegistry.AsyncCounterRegistrationEvent) - Method in class com.facebook.buck.counters.CounterRegistryImpl
 
registerProcess(Object, ProcessExecutorParams, ImmutableMap<String, String>) - Method in class com.facebook.buck.util.ProcessRegistry
Registers the process and notifies the subscribers.
RegisterSpecAnalyzer - Class in com.facebook.buck.tools.dxanalysis
A static analyzer to find uses of reference equality checks on the RegisterSpec class, including its superclasses, interfaces, superclass interfaces, interface superinterfaces...
RegisterSpecAnalyzer(ImmutableMap<String, ClassNode>) - Constructor for class com.facebook.buck.tools.dxanalysis.RegisterSpecAnalyzer
 
registerTopLevelRule(BuildRule, BuckEventBus) - Method in class com.facebook.buck.rules.UnskippedRulesTracker
 
RelativeCellName - Class in com.facebook.buck.rules
Describes a cell name relative to another cell.
RelativeLinkArg - Class in com.facebook.buck.cxx
 
RelativeLinkArg(PathSourcePath) - Constructor for class com.facebook.buck.cxx.RelativeLinkArg
 
relativize(Path, Path) - Static method in class com.facebook.buck.io.MorePaths
Get a relative path from path1 to path2, first normalizing each path.
relativize(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
Construct a relative path between the project root and a given path.
release(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ListeningMultiSemaphore
Releases previously acquired resources.
remainingCapacity() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
REMOTE_REPO_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
REMOTE_REPO_SHORT_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
RemoteBuildModeRunner - Class in com.facebook.buck.distributed
 
RemoteBuildModeRunner(LocalBuilder, Iterable<String>) - Constructor for class com.facebook.buck.distributed.RemoteBuildModeRunner
 
RemoteFile - Class in com.facebook.buck.file
Represents a remote file that needs to be downloaded.
RemoteFile(BuildRuleParams, Downloader, URI, HashCode, String, RemoteFile.Type) - Constructor for class com.facebook.buck.file.RemoteFile
 
RemoteFileBinary - Class in com.facebook.buck.file
Represents an executable RemoteFile, which means that it can be invoked using buck run.
RemoteFileBinary(BuildRuleParams, Downloader, URI, HashCode, String, RemoteFile.Type, SourcePathResolver) - Constructor for class com.facebook.buck.file.RemoteFileBinary
 
RemoteFileDescription - Class in com.facebook.buck.file
 
RemoteFileDescription(Downloader) - Constructor for class com.facebook.buck.file.RemoteFileDescription
 
RemoteFileDescription.Arg - Class in com.facebook.buck.file
 
RemoteLogBuckConfig - Class in com.facebook.buck.util.network
 
RemoteLogBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.util.network.RemoteLogBuckConfig
 
RemoteMavenDownloader - Class in com.facebook.buck.file
 
RemoteMavenDownloader(AuthAwareDownloader, String, Optional<PasswordAuthentication>) - Constructor for class com.facebook.buck.file.RemoteMavenDownloader
 
RemoteStateBasedFileHashCache - Class in com.facebook.buck.distributed
 
RemoteStateBasedFileHashCache(ProjectFilesystem, BuildJobStateFileHashes) - Constructor for class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
remove() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
remove(Object) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
removeAll(Collection<?>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
removeClasses - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
removeEdge(T, T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
Removes the edge between source and sink.
removeLinkerMapModeFlavorInParams(BuildRuleParams, Optional<LinkerMapMode>) - Static method in enum com.facebook.buck.cxx.LinkerMapMode
 
removeNode(T) - Method in class com.facebook.buck.graph.MutableDirectedGraph
Removes the specified node from the graph.
removeStripStyleFlavorInParams(BuildRuleParams, Optional<StripStyle>) - Static method in class com.facebook.buck.cxx.CxxStrip
 
renderHttpUploads() - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
renderLine(Optional<BuildTarget>, Optional<? extends AbstractBuckEvent>, Optional<? extends LeafEvent>, Optional<String>, Optional<String>, long, StringBuilder) - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
renderLines(ThreadStateRenderer, ImmutableList.Builder<String>, int, boolean) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
renderShortStatus(long) - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
renderShortStatus(boolean, boolean, long) - Method in class com.facebook.buck.event.listener.CommonThreadStateRenderer
 
renderShortStatus(long) - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
 
renderShortStatus(long) - Method in interface com.facebook.buck.event.listener.ThreadStateRenderer
 
renderStatusLine(long, StringBuilder) - Method in class com.facebook.buck.event.listener.BuildThreadStateRenderer
 
renderStatusLine(long, StringBuilder) - Method in class com.facebook.buck.event.listener.TestThreadStateRenderer
 
renderStatusLine(long, StringBuilder) - Method in interface com.facebook.buck.event.listener.ThreadStateRenderer
 
reorderClassesIntraDex - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
RepackZipEntriesStep - Class in com.facebook.buck.zip
A command that creates a copy of a ZIP archive, making sure that certain user-specified entries are packed with a certain compression level.
RepackZipEntriesStep(ProjectFilesystem, Path, Path, ImmutableSet<String>) - Constructor for class com.facebook.buck.zip.RepackZipEntriesStep
RepackZipEntriesStep(ProjectFilesystem, Path, Path, ImmutableSet<String>, ZipCompressionLevel) - Constructor for class com.facebook.buck.zip.RepackZipEntriesStep
replace(ImmutableMap<String, MacroReplacer>, String, boolean) - Method in class com.facebook.buck.model.MacroFinder
Expand macros embedded in a string.
replace(ImmutableList<String>) - Method in interface com.facebook.buck.model.MacroReplacer
 
replace(ImmutableList<String>) - Method in class com.facebook.buck.rules.macros.FunctionMacroReplacer
 
replace(ByteBuffer, int) - Method in class com.facebook.buck.util.ByteBufferReplacer
Perform an in-place replacement pass over the given buffer (bounded by Buffer.position and Buffer.limit).
replace(ByteBuffer) - Method in class com.facebook.buck.util.ByteBufferReplacer
 
replaceBlacklistedPaths(ImmutableSet<PathOrGlobMatcher>) - Method in class com.facebook.buck.io.ProjectFilesystem
 
replaceCompDir(String, String) - Method in class com.facebook.buck.macho.CompDirReplacer
 
replaceCompDirInFile(Path, String, String, NulTerminatedCharsetDecoder) - Static method in class com.facebook.buck.macho.CompDirReplacer
 
replaceInvalidCharacters(String) - Static method in class com.facebook.buck.model.Flavor
 
ReplaceManifestPlaceholdersStep - Class in com.facebook.buck.android
Replaces placeholders in the android manifest.
ReplaceManifestPlaceholdersStep(ProjectFilesystem, Path, Path, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.android.ReplaceManifestPlaceholdersStep
 
replaceWorkspacesWithSourceTargetsIfPossible(ImmutableSet<BuildTarget>, TargetGraph) - Static method in class com.facebook.buck.cli.ProjectCommand
 
REPORT_ABSOLUTE_PATHS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
reportAnnotationProcessingEventFinished(BuildTarget, String, String, int, boolean) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportAnnotationProcessingEventFinished(BuildTarget, String, String, int, boolean) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportAnnotationProcessingEventStarted(BuildTarget, String, String, int, boolean) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportAnnotationProcessingEventStarted(BuildTarget, String, String, int, boolean) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportCompilerPluginFinished(BuildTarget, ImmutableMap<String, String>) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportCompilerPluginFinished(BuildTarget, ImmutableMap<String, String>) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportCompilerPluginStarted(BuildTarget, String, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportCompilerPluginStarted(BuildTarget, String, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportEvent(Level, String, Object...) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportEvent(Level, String, Object...) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportFailure(Exception, String, Object...) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
reportFailure(String, Object...) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
ReportGenerator - Class in com.facebook.buck.jvm.java.coverage
This example creates a HTML report for eclipse like projects based on a single execution data store called jacoco.exec.
ReportGenerator(Properties) - Constructor for class com.facebook.buck.jvm.java.coverage.ReportGenerator
Create a new generator based for the given project.
reportJavacPhaseFinished(BuildTarget, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportJavacPhaseFinished(BuildTarget, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportJavacPhaseStarted(BuildTarget, String, ImmutableMap<String, String>) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportJavacPhaseStarted(BuildTarget, String, ImmutableMap<String, String>) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportMissingJavaSymbol(BuildTarget, String) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportMissingJavaSymbol(BuildTarget, String) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
reportPingLatency(URI, long) - Method in class com.facebook.buck.slb.ServerHealthManager
 
reportPingLatency(long, long) - Method in class com.facebook.buck.slb.ServerHealthState
NOTE: Assumes nowMillis is roughly non-decreasing in consecutive calls.
reportRequestError(URI) - Method in class com.facebook.buck.slb.ServerHealthManager
 
reportRequestError(long) - Method in class com.facebook.buck.slb.ServerHealthState
NOTE: Assumes nowMillis is roughly non-decreasing in consecutive calls.
reportRequestException(URI) - Method in class com.facebook.buck.slb.ClientSideSlb
 
reportRequestException(URI) - Method in interface com.facebook.buck.slb.HttpLoadBalancer
 
reportRequestSuccess(URI) - Method in class com.facebook.buck.slb.ClientSideSlb
 
reportRequestSuccess(URI) - Method in interface com.facebook.buck.slb.HttpLoadBalancer
 
reportRequestSuccess(URI) - Method in class com.facebook.buck.slb.ServerHealthManager
 
reportRequestSuccess(long) - Method in class com.facebook.buck.slb.ServerHealthState
NOTE: Assumes nowMillis is roughly non-decreasing in consecutive calls.
reportResult(ImmutableList.Builder<String>, TestResults) - Method in class com.facebook.buck.event.listener.TestResultFormatter
Writes a detailed summary that ends with a trailing newline.
reportResultSummary(ImmutableList.Builder<String>, TestResultSummary) - Method in class com.facebook.buck.event.listener.TestResultFormatter
 
reportThrowable(Throwable, String, Object...) - Method in interface com.facebook.buck.jvm.java.JavacEventSink
 
reportThrowable(Throwable, String, Object...) - Method in class com.facebook.buck.jvm.java.JavacEventSinkToBuckEventBusBridge
 
repositories - Variable in class com.facebook.buck.maven.ArtifactConfig
 
REPOSITORIES_SECTION - Static variable in class com.facebook.buck.rules.DefaultCellPathResolver
 
repository - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
Repository() - Constructor for class com.facebook.buck.maven.ArtifactConfig.Repository
 
Repository(String) - Constructor for class com.facebook.buck.maven.ArtifactConfig.Repository
 
requestUrl() - Method in interface com.facebook.buck.slb.HttpResponse
 
requestUrl() - Method in class com.facebook.buck.slb.OkHttpResponseWrapper
 
requireAllRules(Iterable<BuildTarget>) - Method in class com.facebook.buck.rules.BuildRuleResolver
 
requireAllTransitiveCaptureBuildRules(BuildRuleParams, BuildRuleResolver, CxxBuckConfig, CxxPlatform, InferBuckConfig, CxxInferSourceFilter, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxInferEnhancer
 
requireBuild(String, BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxPlatform, RustBuckConfig, ImmutableList<String>, ImmutableList<String>, Iterable<Arg>, CrateType, Linker.LinkableDepType, ImmutableSortedSet<SourcePath>, SourcePath) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
requireBuildRule(Flavor...) - Method in class com.facebook.buck.cxx.CxxLibrary
 
requireCompileRule(BuildRuleParams, BuildRuleResolver, SourcePathRuleFinder, CxxPlatform, HaskellConfig, Linker.LinkableDepType, Optional<String>, Optional<HaskellPackageInfo>, ImmutableList<String>, HaskellSources) - Static method in class com.facebook.buck.haskell.HaskellDescriptionUtils
 
requiredSymbols - Variable in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
 
requireHeaderSymlinkTree(BuildRuleParams, BuildRuleResolver, CxxPlatform, ImmutableMap<Path, SourcePath>, HeaderVisibility, boolean) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
requireHeaderSymlinkTreeForLibraryTarget(BuildRuleResolver, BuildTarget, Flavor) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
 
requireInferAnalyzeAndReportBuildRuleForCxxDescriptionArg(BuildRuleParams, BuildRuleResolver, CxxBuckConfig, CxxPlatform, CxxConstructorArg, InferBuckConfig, CxxInferSourceFilter) - Static method in class com.facebook.buck.cxx.CxxInferEnhancer
 
requireInferAnalyzeBuildRuleForCxxDescriptionArg(BuildRuleParams, BuildRuleResolver, CxxBuckConfig, CxxPlatform, CxxConstructorArg, InferBuckConfig, CxxInferSourceFilter) - Static method in class com.facebook.buck.cxx.CxxInferEnhancer
 
requireInferCaptureAggregatorBuildRuleForCxxDescriptionArg(BuildRuleParams, BuildRuleResolver, SourcePathResolver, CxxBuckConfig, CxxPlatform, CxxConstructorArg, InferBuckConfig, CxxInferSourceFilter) - Static method in class com.facebook.buck.cxx.CxxInferEnhancer
 
requireMetadata(BuildTarget, Class<T>) - Method in class com.facebook.buck.rules.BuildRuleResolver
 
requireMultiarchRule(BuildRuleParams, BuildRuleResolver, MultiarchFileInfo, ImmutableSortedSet<BuildRule>) - Static method in class com.facebook.buck.apple.MultiarchFileInfos
Generate a fat rule from thin rules.
requireObjects(BuildRuleParams, BuildRuleResolver, SourcePathResolver, SourcePathRuleFinder, CxxBuckConfig, CxxPlatform, AbstractCxxSourceRuleFactory.PicType, CxxConstructorArg) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
requireRule(BuildTarget) - Method in class com.facebook.buck.rules.BuildRuleResolver
 
requireSharedLibrarySymlinkTree(BuildRuleParams, BuildRuleResolver, CxxPlatform, Iterable<? extends BuildRule>, Predicate<Object>) - Static method in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
RERUN_ONLY_FAILING - Static variable in class com.facebook.buck.cli.TestCommand
 
res - Variable in class com.facebook.buck.android.AndroidResourceDescription.Arg
 
reset() - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder
 
reset() - Method in class com.facebook.buck.util.hash.HasherInputStream
 
resolve(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxToolProvider
 
resolve(BuildRuleResolver) - Method in class com.facebook.buck.cxx.DefaultLinkerProvider
 
resolve(BuildRuleResolver) - Method in interface com.facebook.buck.cxx.LinkerProvider
 
resolve(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
resolve(String) - Method in class com.facebook.buck.io.ProjectFilesystem
 
resolve(Path) - Method in interface com.facebook.buck.jvm.core.SuggestBuildRules.JarResolver
 
resolve(Collection<String>) - Method in class com.facebook.buck.maven.Resolver
 
resolve(BuildRuleResolver) - Method in class com.facebook.buck.rules.BinaryBuildRuleToolProvider
 
resolve(BuildRuleResolver) - Method in class com.facebook.buck.rules.ConstantToolProvider
 
resolve(BuildRuleResolver, BuildTarget) - Method in class com.facebook.buck.rules.macros.BuildTargetMacroExpander
 
resolve(BuildRuleResolver) - Method in interface com.facebook.buck.rules.ToolProvider
 
resolve(BuildTarget, ImmutableMap<BuildTarget, ImmutableSet<Version>>) - Method in interface com.facebook.buck.versions.VersionSelector
 
resolve(BuildTarget, ImmutableMap<BuildTarget, ImmutableSet<Version>>) - Method in class com.facebook.buck.versions.VersionUniverseVersionSelector
 
resolveAlias(CommandRunnerParams, ListeningExecutorService, boolean, List<String>) - Static method in class com.facebook.buck.cli.ResolveAliasHelper
Assumes each argument passed to this command is an alias defined in .buckconfig, or a fully qualified (non-alias) target to be verified by checking the build files.
ResolveAliasHelper - Class in com.facebook.buck.cli
Helper class with functionality to resolve alias in `targets` command.
resolveDepQuery(BuildRuleParams, String, BuildRuleResolver, TargetGraph) - Static method in class com.facebook.buck.rules.query.DepQueryUtils
 
resolveDuplicateRelativePaths(ImmutableSortedSet<SourcePath>, SourcePathResolver) - Static method in class com.facebook.buck.rules.SymlinkTree
Because of cross-cell, multiple SourcePaths can resolve to the same relative path, despite having distinct absolute paths.
resolveFramework(ImmutableMap<String, String>, FrameworkVersion) - Static method in class com.facebook.buck.dotnet.DotnetFramework
 
resolveHeaderMap(Path, ImmutableMap<String, SourcePath>) - Static method in class com.facebook.buck.cxx.CxxPreprocessables
Resolve the map of name to SourcePath to a map of full header name to SourcePath.
resolveLanguageDir(String, String) - Static method in class com.facebook.buck.thrift.ThriftCompiler
 
resolvePath(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
resolvePathThatMayBeOutsideTheProjectFilesystem(Path) - Method in class com.facebook.buck.cli.BuckConfig
 
resolveQuery(BuildTarget, CellPathResolver, BuildRuleResolver, String) - Method in class com.facebook.buck.rules.macros.QueryMacroExpander
 
resolver - Variable in class com.facebook.buck.cxx.FrameworkPathArg
 
Resolver - Class in com.facebook.buck.maven
 
Resolver(ArtifactConfig) - Constructor for class com.facebook.buck.maven.Resolver
 
resolveTargetSpecs(BuckEventBus, Cell, boolean, ListeningExecutorService, Iterable<? extends TargetNodeSpec>, SpeculativeParsing, AbstractParserConfig.ApplyDefaultFlavorsMode) - Method in class com.facebook.buck.parser.Parser
 
RESOURCE_APK_PATH_FORMAT - Static variable in class com.facebook.buck.android.AaptPackageResources
 
RESOURCE_PACKAGE_HASH_KEY - Static variable in class com.facebook.buck.android.AaptPackageResources
 
resourceAllocationFairness - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
 
ResourceAllocationFairness - Enum in com.facebook.buck.util.concurrent
How to handle fairness when acquiring the semaphore.
ResourceAmounts - Class in com.facebook.buck.util.concurrent
Immutable implementation of AbstractResourceAmounts.
ResourceAmounts.Builder - Class in com.facebook.buck.util.concurrent
Builds instances of type ResourceAmounts.
ResourceAmountsEstimator - Class in com.facebook.buck.util.concurrent
 
ResourceAwareSchedulingInfo - Class in com.facebook.buck.rules
Immutable implementation of AbstractResourceAwareSchedulingInfo.
resourceCompression - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
resourceFilter - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
ResourceFilter(List<String>) - Constructor for class com.facebook.buck.android.FilterResourcesStep.ResourceFilter
 
ResourceFilters - Class in com.facebook.buck.android
 
ResourceFilters.Density - Enum in com.facebook.buck.android
Represents the names and values of valid densities for resources as defined in http://developer.android.com/guide/topics/resources/providing-resources.html#DensityQualifier
ResourceFilters.Qualifiers - Class in com.facebook.buck.android
 
ResourcePool<R extends AutoCloseable> - Class in com.facebook.buck.util.concurrent
Allows multiple concurrently executing futures to share a constrained number of resources.
ResourcePool(int, ResourcePool.ResourceUsageErrorPolicy, Supplier<R>) - Constructor for class com.facebook.buck.util.concurrent.ResourcePool
 
ResourcePool.ResourceUsageErrorPolicy - Enum in com.facebook.buck.util.concurrent
Describes how to handle errors that take place during resource usage.
ResourcePool.ThrowingFunction<T,R> - Interface in com.facebook.buck.util.concurrent
 
resources - Variable in class com.facebook.buck.cxx.CxxTestDescription.Arg
 
resources - Variable in class com.facebook.buck.dotnet.CsharpLibraryDescription.Arg
 
resources - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
resources - Variable in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription.Arg
 
resources - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
resources - Variable in class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
resources - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
resources - Variable in class com.facebook.buck.shell.ShBinaryDescription.Arg
 
resources - Variable in class com.facebook.buck.shell.ShTestDescription.Arg
 
RESOURCES_FILTER_FLAVOR - Static variable in class com.facebook.buck.android.AndroidBinaryGraphEnhancer
 
RESOURCES_OUTPUT_DIR_FORMAT - Static variable in class com.facebook.buck.js.ReactNativeBundle
 
RESOURCES_PER_RULE_SECTION_HEADER - Static variable in class com.facebook.buck.cli.BuckConfig
 
RESOURCES_SECTION_HEADER - Static variable in class com.facebook.buck.cli.BuckConfig
 
ResourcesFilter - Class in com.facebook.buck.android
Buildable that is responsible for taking a set of res/ directories and applying an optional resource filter to them, ultimately generating the final set of res/ directories whose contents should be included in an APK.
ResourcesFilter(BuildRuleParams, ImmutableList<SourcePath>, ImmutableSet<SourcePath>, ImmutableSet<String>, ResourcesFilter.ResourceCompressionMode, FilterResourcesStep.ResourceFilter) - Constructor for class com.facebook.buck.android.ResourcesFilter
 
ResourcesFilter.BuildOutput - Class in com.facebook.buck.android
 
resourcesRoot - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
resourcesRoot - Variable in class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
ResourcesRootPackageFinder - Class in com.facebook.buck.jvm.java
 
ResourcesRootPackageFinder(Path, JavaPackageFinder) - Constructor for class com.facebook.buck.jvm.java.ResourcesRootPackageFinder
 
resourceUnion() - Method in class com.facebook.buck.android.aapt.MiniAapt
Collect resource information from R.txt for each dep and perform a resource union.
resourceUnion - Variable in class com.facebook.buck.android.AndroidResourceDescription.Arg
 
resourceUnionPackage - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
resourceUnionPackage - Variable in class com.facebook.buck.android.AndroidLibraryDescription.Arg
 
ResourceValidator - Class in com.facebook.buck.jvm.common
 
Response(ThriftProtocol, InputStream) - Constructor for class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Response
 
restore(Optional<Path>, String) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
 
restore(Path, ByteBufferReplacer) - Method in class com.facebook.buck.cxx.MungingDebugPathSanitizer
 
restoreCompilationDirectory(Path, Path) - Method in class com.facebook.buck.cxx.MungingDebugPathSanitizer
 
restoreLinkerMapModeFlavorInParams(BuildRuleParams, Optional<LinkerMapMode>) - Static method in enum com.facebook.buck.cxx.LinkerMapMode
 
restoreStripStyleFlavorInParams(BuildRuleParams, Optional<StripStyle>) - Static method in class com.facebook.buck.cxx.CxxStrip
 
restrictOutboundVisibility - Variable in class com.facebook.buck.groups.TargetGroupDescription.Arg
 
restrictsOutboundVisibility() - Method in class com.facebook.buck.rules.TargetGroup
 
Result(APKModule, Set<Path>, Multimap<Path, Path>, Map<Path, DexWithClasses>, ImmutableMap<Path, Sha1HashCode>) - Constructor for class com.facebook.buck.android.PreDexedFilesSorter.Result
 
Result(boolean, CoderResult) - Constructor for class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
Result(int, boolean, Optional<String>, Optional<String>) - Constructor for class com.facebook.buck.util.ProcessExecutor.Result
 
Result(int, String, String) - Constructor for class com.facebook.buck.util.ProcessExecutor.Result
 
Result(int) - Constructor for class com.facebook.buck.util.ProcessExecutor.Result
 
RESULTS_AVAILABLE - Static variable in interface com.facebook.buck.event.external.events.IndividualTesEventFinishedExternalInterface
 
ResultType - Enum in com.facebook.buck.test.result.type
The kind of result
resumed(BuildRule, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
Resumed(BuildRule, RuleKeyFactory<RuleKey>) - Constructor for class com.facebook.buck.rules.BuildRuleEvent.Resumed
 
resumeSuspendScope(BuckEventBus, BuildRule, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
retainAll(Collection<?>) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
RetryingDownloader - Class in com.facebook.buck.file
Downloader decorator which adds retry logic to any decorated downloader instance.
RetryingDownloader.RetryingDownloaderException - Exception in com.facebook.buck.file
 
RetryingHttpService - Class in com.facebook.buck.slb
 
RetryingHttpService(BuckEventBus, HttpService, int) - Constructor for class com.facebook.buck.slb.RetryingHttpService
 
RetryingHttpService.RetryingHttpServiceException - Exception in com.facebook.buck.slb
 
RetryingHttpServiceException(List<IOException>) - Constructor for exception com.facebook.buck.slb.RetryingHttpService.RetryingHttpServiceException
 
ReturnResultMessage - Class in com.facebook.buck.message_ipc
 
ReturnResultMessage(Object) - Constructor for class com.facebook.buck.message_ipc.ReturnResultMessage
 
returnWorkerProcess(WorkerProcess) - Method in class com.facebook.buck.shell.WorkerProcessPool
 
revisionId(String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
revisionId(String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
revisionId(String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
revisionIdOrAbsent(String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
revisionIdOrAbsent(String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
revisionIdOrAbsent(String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
RFBIN - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
rFDCLOEXEC - Static variable in class com.facebook.buck.util.Libc.Constants
 
RFDYLIB - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
rFGETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
RFLIB - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
RFRLIB - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
RFRLIB_PIC - Static variable in class com.facebook.buck.rust.RustDescriptionEnhancer
 
rFSETFD - Static variable in class com.facebook.buck.util.Libc.Constants
 
RichStream<T> - Interface in com.facebook.buck.util
Java 8 streams with "rich" API (convenience methods).
right - Variable in class com.facebook.buck.model.Either
 
rlib - Variable in class com.facebook.buck.rust.PrebuiltRustLibraryDescription.Arg
 
RmStep - Class in com.facebook.buck.step.fs
 
RmStep(ProjectFilesystem, Path, Set<RmStep.Mode>) - Constructor for class com.facebook.buck.step.fs.RmStep
 
RmStep(ProjectFilesystem, Path, RmStep.Mode...) - Constructor for class com.facebook.buck.step.fs.RmStep
 
RmStep.Mode - Enum in com.facebook.buck.step.fs
 
robolectricManifest - Variable in class com.facebook.buck.android.RobolectricTestDescription.Arg
 
robolectricRuntimeDependency - Variable in class com.facebook.buck.android.RobolectricTestDescription.Arg
 
RobolectricTest - Class in com.facebook.buck.android
 
RobolectricTest(BuildRuleParams, SourcePathRuleFinder, JavaLibrary, ImmutableSet<Either<SourcePath, Path>>, Set<Label>, Set<String>, TestType, JavaOptions, List<String>, Map<String, String>, Optional<DummyRDotJava>, Optional<Long>, Optional<Long>, ImmutableMap<String, String>, boolean, ForkMode, Optional<Level>, Optional<Level>, Optional<String>, Optional<SourcePath>) - Constructor for class com.facebook.buck.android.RobolectricTest
 
RobolectricTestDescription - Class in com.facebook.buck.android
 
RobolectricTestDescription(JavaOptions, JavacOptions, Optional<Long>, CxxPlatform) - Constructor for class com.facebook.buck.android.RobolectricTestDescription
 
RobolectricTestDescription.Arg - Class in com.facebook.buck.android
 
ROOT_CELL_INDEX - Static variable in class com.facebook.buck.distributed.DistBuildCellIndexer
 
RootCommand - Class in com.facebook.buck.cli
 
RootCommand() - Constructor for class com.facebook.buck.cli.RootCommand
 
rpath - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
rpath - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
rTIOCSCTTY - Static variable in class com.facebook.buck.util.Libc.Constants
 
RULE_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDebuggableBinary
 
RULE_FLAVOR - Static variable in class com.facebook.buck.apple.AppleDsym
 
RULE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxStrip
Used to identify this rule in the graph.
RULE_KEY - Static variable in class com.facebook.buck.rules.BuildInfo.MetadataKey
Key for OnDiskBuildInfo to identify the RuleKey for a build rule.
RULE_KEY_COMPUTATION_RESOURCE_AMOUNTS - Static variable in class com.facebook.buck.rules.CachingBuildEngine
 
RULE_KEY_FILE - Static variable in class com.facebook.buck.cli.TestRuleKeyFileHelper
 
RULE_KEY_LOGGER_FILE_NAME - Static variable in class com.facebook.buck.util.BuckConstant
 
ruleCount - Variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ruleCount - Variable in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
ruleCountCalculated(BuildEvent.RuleCountCalculated) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ruleCountCalculated(BuildEvent.RuleCountCalculated) - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
ruleCountCalculated(BuildEvent.RuleCountCalculated) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
ruleCountCalculated(ImmutableSet<BuildTarget>, int) - Static method in class com.facebook.buck.rules.BuildEvent
 
RuleCountCalculated(ImmutableSet<BuildTarget>, int) - Constructor for class com.facebook.buck.rules.BuildEvent.RuleCountCalculated
 
ruleCountUpdated(BuildEvent.UnskippedRuleCountUpdated) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ruleCountUpdated(BuildEvent.UnskippedRuleCountUpdated) - Method in class com.facebook.buck.event.listener.CacheRateStatsKeeper
 
ruleCountUpdated(BuildEvent.UnskippedRuleCountUpdated) - Method in class com.facebook.buck.event.listener.CacheRateStatsListener
 
RuleDepsCache - Class in com.facebook.buck.rules
A "loading cache" of rule deps futures.
RuleDepsCache(ListeningExecutorService, SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.RuleDepsCache
 
ruleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleFinished(BuildRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
RuleKey - Class in com.facebook.buck.rules
RuleKey encapsulates regimented computation of SHA-1 keys that incorporate all BuildRule state relevant to idempotency.
RuleKey(HashCode) - Constructor for class com.facebook.buck.rules.RuleKey
 
RuleKey(String) - Constructor for class com.facebook.buck.rules.RuleKey
 
RuleKeyAppendable - Interface in com.facebook.buck.rules
 
RuleKeyAppendableFunction<T,F> - Interface in com.facebook.buck.rules.args
A simple shorthand for Function and RuleKeyAppendable, useful when creating anonymous classes.
RuleKeyBuilder<RULE_KEY> - Class in com.facebook.buck.rules.keys
A base implementation for rule key builders.
RuleKeyBuilder(SourcePathRuleFinder, SourcePathResolver, FileHashLoader, RuleKeyHasher<HashCode>) - Constructor for class com.facebook.buck.rules.keys.RuleKeyBuilder
 
RuleKeyBuilder(SourcePathRuleFinder, SourcePathResolver, FileHashLoader) - Constructor for class com.facebook.buck.rules.keys.RuleKeyBuilder
 
ruleKeyCache - Variable in class com.facebook.buck.rules.keys.DefaultRuleKeyFactory
 
RuleKeyFactory<RULE_KEY> - Interface in com.facebook.buck.rules.keys
 
RuleKeyHasher<HASH> - Interface in com.facebook.buck.rules.keys
A hasher used for the rule key construction.
RuleKeyHasher.Container - Enum in com.facebook.buck.rules.keys
 
RuleKeyHasher.Wrapper - Enum in com.facebook.buck.rules.keys
 
RuleKeyLoggerListener - Class in com.facebook.buck.event.listener
 
RuleKeyLoggerListener(ProjectFilesystem, InvocationInfo, ExecutorService) - Constructor for class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
RuleKeyLoggerListener(ProjectFilesystem, InvocationInfo, ExecutorService, int) - Constructor for class com.facebook.buck.event.listener.RuleKeyLoggerListener
 
RuleKeyObjectSink - Interface in com.facebook.buck.rules
 
RuleKeyScopedHasher<HASH> - Class in com.facebook.buck.rules.keys
A wrapper of RuleKeyHasher that provides scoped hashing facilities.
RuleKeyScopedHasher(CountingRuleKeyHasher<HASH>) - Constructor for class com.facebook.buck.rules.keys.RuleKeyScopedHasher
 
RuleKeyScopedHasher.ContainerScope - Class in com.facebook.buck.rules.keys
 
RuleKeyScopedHasher.Scope - Interface in com.facebook.buck.rules.keys
 
ruleParseFinished(ParseBuckFileEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
ruleResolver - Variable in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
ruleResumed(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleResumed(BuildRuleEvent.Resumed) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
RuleScheduleInfo - Class in com.facebook.buck.rules
Used to override how the build engine schedules a build rule.
RuleScheduleInfo.Builder - Class in com.facebook.buck.rules
Builds instances of type RuleScheduleInfo.
ruleStarted(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleStarted(BuildRuleEvent.Started) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
rulesToExcludeFromDex - Variable in class com.facebook.buck.android.AndroidBinary
 
ruleSuspended(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
ruleSuspended(BuildRuleEvent.Suspended) - Method in class com.facebook.buck.event.listener.JavaUtilsLoggingBuildListener
 
ruleToCrateName(String) - Static method in class com.facebook.buck.rust.RustCompileUtils
 
RuleUtils - Class in com.facebook.buck.apple
Common conversion functions from raw Description Arg specifications.
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractCommand
 
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditCommand
 
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.BuckCommand
 
run(CommandRunnerParams, WeightedListeningExecutorService, ImmutableSet<String>) - Method in class com.facebook.buck.cli.BuildCommand
 
run(CommandRunnerParams) - Method in interface com.facebook.buck.cli.Command
 
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.DistBuildCommand
 
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.MachOUtilsCommand
 
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.ServerCommand
 
run(CommandRunnerParams) - Method in class com.facebook.buck.cli.VersionCommand
 
run() - Method in class com.facebook.buck.rage.DefaultExtraInfoCollector
 
run() - Method in interface com.facebook.buck.rage.ExtraInfoCollector
 
run() - Method in class com.facebook.buck.rage.WatchmanDiagReportCollector
 
run() - Method in class com.facebook.buck.testrunner.BaseRunner
 
run() - Method in class com.facebook.buck.testrunner.InstrumentationTestRunner
 
run() - Method in class com.facebook.buck.testrunner.JUnitRunner
 
run() - Method in class com.facebook.buck.testrunner.TestNGRunner
 
run() - Method in class com.facebook.buck.util.LineProcessorRunnable
 
run() - Method in class com.facebook.buck.util.ManagedRunnable
 
RUN_ANNOTATION_PROCESSORS - Static variable in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Constants
 
RUN_COMPLETE - Static variable in interface com.facebook.buck.event.external.events.TestRunFinishedEventInterface
 
runAndExit() - Method in class com.facebook.buck.testrunner.BaseRunner
 
runAndReturnExitCode() - Method in class com.facebook.buck.distributed.CoordinatorAndMinionModeRunner
 
runAndReturnExitCode() - Method in class com.facebook.buck.distributed.CoordinatorModeRunner
 
runAndReturnExitCode() - Method in interface com.facebook.buck.distributed.DistBuildModeRunner
 
runAndReturnExitCode() - Method in class com.facebook.buck.distributed.MinionModeRunner
 
runAndReturnExitCode() - Method in class com.facebook.buck.distributed.RemoteBuildModeRunner
 
runAsyncAndReturnExitCode() - Method in class com.facebook.buck.distributed.CoordinatorModeRunner
 
runBundleOnDevice(String, String) - Method in class com.facebook.buck.apple.device.AppleDeviceHelper
Attempts to run a bundle on the device.
RunCommand - Class in com.facebook.buck.cli
 
RunCommand() - Constructor for class com.facebook.buck.cli.RunCommand
 
runCommandAndGetStdout(Iterable<String>, ProjectFilesystem, ProcessExecutor) - Static method in class com.facebook.buck.rage.DefaultExtraInfoCollector
 
runComplete(ImmutableList.Builder<String>, List<TestResults>, List<TestStatusMessage>) - Method in class com.facebook.buck.event.listener.TestResultFormatter
 
runIdsToMaterializeLogDirsFor(Collection<BuildSlaveInfo>) - Method in class com.facebook.buck.distributed.DistBuildLogStateTracker
 
RunIdStreamPair - Class in com.facebook.buck.event.listener
Immutable implementation of AbstractRunIdStreamPair.
RunIdStreamPair.Builder - Class in com.facebook.buck.event.listener
Builds instances of type RunIdStreamPair.
runMainWithExitCode(BuildId, Path, Optional<NGContext>, ImmutableMap<String, String>, CommandMode, WatchmanWatcher.FreshInstanceAction, long, String...) - Method in class com.facebook.buck.cli.Main
 
RUNNER_CAPABILITIES - Static variable in class com.facebook.buck.testrunner.BaseRunner
 
runOneIteration() - Method in class com.facebook.buck.cli.HangMonitor
 
runOneIteration() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
 
runOneIteration() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
RunShTestAndRecordResultStep - Class in com.facebook.buck.shell
 
RunShTestAndRecordResultStep(ProjectFilesystem, Path, ImmutableList<String>, ImmutableMap<String, String>, Optional<Long>, String, Path) - Constructor for class com.facebook.buck.shell.RunShTestAndRecordResultStep
 
runStarted(ImmutableList.Builder<String>, boolean, TestSelectorList, boolean, ImmutableSet<String>, TestResultFormatter.FormatMode) - Method in class com.facebook.buck.event.listener.TestResultFormatter
 
runStepForBuildTarget(ExecutionContext, Step, Optional<BuildTarget>) - Method in class com.facebook.buck.step.DefaultStepRunner
 
runStepForBuildTarget(ExecutionContext, Step, Optional<BuildTarget>) - Method in interface com.facebook.buck.step.StepRunner
Runs a BuildStep for a given BuildRule.
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.apple.AppleTest
 
runTests(CommandRunnerParams, Iterable<TestRule>, ExecutionContext, TestRunningOptions, ListeningExecutorService, BuildEngine, StepRunner, SourcePathResolver, SourcePathRuleFinder) - Static method in class com.facebook.buck.cli.TestRunning
 
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.cxx.CxxTest
 
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.d.DTest
 
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.go.GoTest
 
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.jvm.java.JavaTest
Runs the tests specified by the "srcs" of this class.
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.python.PythonTest
 
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in interface com.facebook.buck.rules.TestRule
Returns the commands required to run the tests.
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.rust.RustTest
 
runTests(ExecutionContext, TestRunningOptions, SourcePathResolver, TestRule.TestReportingCallback) - Method in class com.facebook.buck.shell.ShTest
 
runTestSeparately() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
runTestSeparately() - Method in class com.facebook.buck.apple.AppleTest
 
runTestSeparately - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
runTestSeparately() - Method in class com.facebook.buck.cxx.CxxTest
 
runTestSeparately - Variable in class com.facebook.buck.cxx.CxxTestDescription.Arg
 
runTestSeparately() - Method in class com.facebook.buck.d.DTest
 
runTestSeparately() - Method in class com.facebook.buck.go.GoTest
 
runTestSeparately - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
runTestSeparately - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
runTestSeparately() - Method in class com.facebook.buck.jvm.java.JavaTest
 
runTestSeparately - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
runTestSeparately - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
runTestSeparately - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
runTestSeparately() - Method in class com.facebook.buck.python.PythonTest
 
runTestSeparately() - Method in interface com.facebook.buck.rules.TestRule
 
runTestSeparately() - Method in class com.facebook.buck.rust.RustTest
 
runTestSeparately() - Method in class com.facebook.buck.shell.ShTest
 
runTestSeparately - Variable in class com.facebook.buck.shell.ShTestDescription.Arg
 
runWatchmanDiagReportCollector(UserInput) - Method in class com.facebook.buck.rage.AbstractReport
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AbstractCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditAliasCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditCellCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditConfigCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditInputCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditRulesCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AuditTestsCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.AutodepsCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.BuildCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.CacheCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.CleanCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.DistBuildRunCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.DistBuildStatusCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.DoctorCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.FetchCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.InstallCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.MachOAbstractCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.ProjectCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.PublishCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.QueryCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.RageCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.RootCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.RunCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.ServerStatusCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.SuggestCommand
Normalizes the sole build target argument and partitions it using a FineGrainedJavaDependencySuggester.
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.TargetsCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.TestCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.UninstallCommand
 
runWithoutHelp(CommandRunnerParams) - Method in class com.facebook.buck.cli.VerifyHashCacheCommand
 
RustBinaryDescription - Class in com.facebook.buck.rust
 
RustBinaryDescription(RustBuckConfig, FlavorDomain<CxxPlatform>, CxxPlatform) - Constructor for class com.facebook.buck.rust.RustBinaryDescription
 
RustBinaryDescription.Arg - Class in com.facebook.buck.rust
 
RustBinaryDescription.Type - Enum in com.facebook.buck.rust
 
RustBuckConfig - Class in com.facebook.buck.rust
 
RustBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.rust.RustBuckConfig
 
rustcFlags - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
rustcFlags - Variable in class com.facebook.buck.rust.RustLibraryDescription.Arg
 
rustcFlags - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
RustCompileRule - Class in com.facebook.buck.rust
Generate a rustc command line with all appropriate dependencies in place.
RustCompileRule(BuildRuleParams, SourcePathResolver, String, Tool, Tool, ImmutableList<Arg>, ImmutableList<Arg>, ImmutableSortedSet<SourcePath>, SourcePath) - Constructor for class com.facebook.buck.rust.RustCompileRule
Work out how to invoke the Rust compiler, rustc.
RustCompileUtils - Class in com.facebook.buck.rust
Utilities to generate various kinds of Rust compilation.
RustDescriptionEnhancer - Class in com.facebook.buck.rust
Rust-specific flavors.
RustLibrary - Class in com.facebook.buck.rust
 
RustLibrary(BuildRuleParams, SourcePathResolver) - Constructor for class com.facebook.buck.rust.RustLibrary
 
RustLibraryArg - Class in com.facebook.buck.rust
Generate linker command line for Rust library when used as a dependency.
RustLibraryArg(SourcePathResolver, String, SourcePath, boolean, ImmutableSortedSet<BuildRule>) - Constructor for class com.facebook.buck.rust.RustLibraryArg
 
RustLibraryDescription - Class in com.facebook.buck.rust
 
RustLibraryDescription(RustBuckConfig, FlavorDomain<CxxPlatform>, CxxPlatform) - Constructor for class com.facebook.buck.rust.RustLibraryDescription
 
RustLibraryDescription.Arg - Class in com.facebook.buck.rust
 
RustTest - Class in com.facebook.buck.rust
 
RustTest(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, BinaryBuildRule, ImmutableSet<Label>, ImmutableSet<String>) - Constructor for class com.facebook.buck.rust.RustTest
 
RustTestDescription - Class in com.facebook.buck.rust
 
RustTestDescription(RustBuckConfig, FlavorDomain<CxxPlatform>, CxxPlatform) - Constructor for class com.facebook.buck.rust.RustTestDescription
 
RustTestDescription.Arg - Class in com.facebook.buck.rust
 

S

S_IFDIR - Static variable in class com.facebook.buck.io.MoreFiles
 
S_IFLNK - Static variable in class com.facebook.buck.io.MoreFiles
 
S_IFREG - Static variable in class com.facebook.buck.io.MoreFiles
 
SampleRate - Class in com.facebook.buck.util
Holds a probability between 0 to 100 inclusively.
SampleRate.Builder - Class in com.facebook.buck.util
Builds instances of type SampleRate.
SamplingCounter - Class in com.facebook.buck.counters
 
SamplingCounter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.SamplingCounter
 
SANDBOX_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
sandboxSources() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
sanitize(String) - Static method in class com.facebook.buck.cxx.CxxFlavorSanitizer
 
sanitize(Optional<Path>) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
 
sanitize(Optional<Path>, String) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
 
sanitize(String) - Static method in class com.facebook.buck.io.MoreFiles
Given a file name, replace any illegal characters from it.
SanitizedArg - Class in com.facebook.buck.rules.args
An Arg which must be sanitized before contributing to a RuleKey.
SanitizedArg(Function<? super String, String>, String) - Constructor for class com.facebook.buck.rules.args.SanitizedArg
 
sanitizeFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.DebugPathSanitizer
 
ScalaAndroidLibraryCompiler - Class in com.facebook.buck.android
 
ScalaAndroidLibraryCompiler(ScalaBuckConfig) - Constructor for class com.facebook.buck.android.ScalaAndroidLibraryCompiler
 
ScalaBuckConfig - Class in com.facebook.buck.jvm.scala
 
ScalaBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.jvm.scala.ScalaBuckConfig
 
ScalacStep - Class in com.facebook.buck.jvm.scala
 
ScalacToJarStepFactory - Class in com.facebook.buck.jvm.scala
 
ScalacToJarStepFactory(Tool, ImmutableList<String>) - Constructor for class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
ScalacToJarStepFactory(Tool, ImmutableList<String>, Function<BuildContext, Iterable<Path>>) - Constructor for class com.facebook.buck.jvm.scala.ScalacToJarStepFactory
 
ScalaLibraryDescription - Class in com.facebook.buck.jvm.scala
 
ScalaLibraryDescription(ScalaBuckConfig) - Constructor for class com.facebook.buck.jvm.scala.ScalaLibraryDescription
 
ScalaLibraryDescription.Arg - Class in com.facebook.buck.jvm.scala
 
ScalaTestDescription - Class in com.facebook.buck.jvm.scala
 
ScalaTestDescription(ScalaBuckConfig, JavaOptions, Optional<Long>, CxxPlatform) - Constructor for class com.facebook.buck.jvm.scala.ScalaTestDescription
 
ScalaTestDescription.Arg - Class in com.facebook.buck.jvm.scala
 
scale(double, Path, Path, ExecutionContext) - Method in interface com.facebook.buck.android.FilterResourcesStep.ImageScaler
 
SCENEKIT_ASSETS_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.apple.AppleBuildRules
 
SceneKitAssets - Class in com.facebook.buck.apple
 
SceneKitAssetsDescription - Class in com.facebook.buck.apple
Description for a scenekit_assets rule, which identifies a assets directory for use with Apple's SceneKit.
SceneKitAssetsDescription() - Constructor for class com.facebook.buck.apple.SceneKitAssetsDescription
 
Scheduled(ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Scheduled
 
scheduleOperationWithResource(ResourcePool.ThrowingFunction<R, T>, ListeningExecutorService) - Method in class com.facebook.buck.util.concurrent.ResourcePool
 
scheduler() - Method in class com.facebook.buck.cli.HangMonitor
 
scheduler() - Method in class com.facebook.buck.util.perf.PerfStatsTracking
 
scheduler() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
scheduleType - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
SCHEDULING_MORE_WORK_RESOURCE_AMOUNTS - Static variable in class com.facebook.buck.rules.CachingBuildEngine
 
SchemeActionType - Enum in com.facebook.buck.apple
Types of actions in a scheme which include targets to build.
Scope(EventBus, Supplier<BuckEvent>) - Constructor for class com.facebook.buck.event.BuckEvent.Scope
 
scope(BuckEventBus, PerfEventId, ImmutableMap<String, Object>) - Static method in class com.facebook.buck.event.SimplePerfEvent
Creates a scope within which the measured operation takes place.
scope(BuckEventBus, PerfEventId) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(BuckEventBus, PerfEventId, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(BuckEventBus, PerfEventId, String, Object, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(Optional<BuckEventBus>, PerfEventId, ImmutableMap<String, Object>) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(Optional<BuckEventBus>, PerfEventId) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(Optional<BuckEventBus>, PerfEventId, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(Optional<BuckEventBus>, PerfEventId, String, Object, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope(BuckEventBus, String) - Static method in class com.facebook.buck.event.SimplePerfEvent
scope() - Method in class com.facebook.buck.util.concurrent.AssertScopeExclusiveAccess
 
scopeIgnoringShortEvents(BuckEventBus, PerfEventId, ImmutableMap<String, Object>, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
Like SimplePerfEvent.scope(BuckEventBus, PerfEventId, ImmutableMap), but doesn't post the events if the duration of the scope is below a certain threshold.
scopeIgnoringShortEvents(BuckEventBus, PerfEventId, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
scopeIgnoringShortEvents(BuckEventBus, PerfEventId, String, Object, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
scopeIgnoringShortEvents(BuckEventBus, PerfEventId, String, Object, String, Object, SimplePerfEvent.Scope, long, TimeUnit) - Static method in class com.facebook.buck.event.SimplePerfEvent
ScribeBatchingLogger - Class in com.facebook.buck.util.network
Uploads log entries to the given scribe category.
ScribeBatchingLogger(String, ScribeLogger) - Constructor for class com.facebook.buck.util.network.ScribeBatchingLogger
 
ScribeData - Class in com.facebook.buck.util.network.offline
Immutable implementation of AbstractScribeData.
ScribeData.Builder - Class in com.facebook.buck.util.network.offline
Builds instances of type ScribeData.
ScribeLogger - Class in com.facebook.buck.util.network
 
ScribeLogger() - Constructor for class com.facebook.buck.util.network.ScribeLogger
 
ScrubException(String) - Constructor for exception com.facebook.buck.io.FileScrubber.ScrubException
 
scrubFile(FileChannel) - Method in class com.facebook.buck.cxx.LcUuidContentsScrubber
 
scrubFile(FileChannel) - Method in class com.facebook.buck.cxx.OsoSymbolsContentsScrubber
 
scrubFile(FileChannel) - Method in interface com.facebook.buck.io.FileContentsScrubber
Override this method to perform the content modification.
scrubFileWithPath(Path) - Method in class com.facebook.buck.cxx.FileLastModifiedDateContentsScrubber
 
scrubFileWithPath(Path) - Method in interface com.facebook.buck.io.FileAttributesScrubber
Override this method to perform the modification of the file attributes (modification date, creation date, etc.) WARNING: You should not delete, rename or move the file, as the the behaviour is undefined.
SDKSettings - Class in com.facebook.buck.apple.xcode.xcspec
Parsing logic for SDKSettings property list file that ships with Xcode.
searchPathEnvVar() - Method in class com.facebook.buck.cxx.DarwinLinker
 
searchPathEnvVar() - Method in class com.facebook.buck.cxx.GnuLinker
 
searchPathEnvVar() - Method in interface com.facebook.buck.cxx.Linker
 
searchPathEnvVar() - Method in class com.facebook.buck.cxx.WindowsLinker
 
SECONDARY_DEX_ID - Static variable in class com.facebook.buck.android.SplitZipStep
 
secondaryDexHeadClassesFile - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
secondaryDexTailClassesFile - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
secondaryOutputToInputs - Variable in class com.facebook.buck.android.PreDexedFilesSorter.Result
 
Section - Class in com.facebook.buck.macho
Immutable implementation of AbstractSection.
SECTION_NAME_DEBUG_STR - Static variable in class com.facebook.buck.macho.CommandSegmentSectionNames
 
SectionUtils - Class in com.facebook.buck.macho
 
SEGMENT_LINKEDIT - Static variable in class com.facebook.buck.macho.CommandSegmentSectionNames
 
SEGMENT_NAME_DWARF - Static variable in class com.facebook.buck.macho.CommandSegmentSectionNames
 
SegmentCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractSegmentCommand.
SegmentCommandUtils - Class in com.facebook.buck.macho
 
selectOne(String, List<T>, Function<T, String>) - Method in class com.facebook.buck.rage.UserInput
 
selectRange(String, List<T>, Function<T, String>) - Method in class com.facebook.buck.rage.UserInput
 
SelfMergingOnlyFolder - Class in com.facebook.buck.jvm.java.intellij
Base class for folders which can only be merged with other instances holding equal data.
sendCommand(int, WorkerProcessCommand) - Method in interface com.facebook.buck.shell.WorkerProcessProtocol
Send the given command to the other end for invocation.
sendCommand(int, WorkerProcessCommand) - Method in class com.facebook.buck.shell.WorkerProcessProtocolZero
 
sendCommandResponse(int, String, int) - Method in interface com.facebook.buck.shell.WorkerProcessProtocol
Sends a response for previously received command.
sendCommandResponse(int, String, int) - Method in class com.facebook.buck.shell.WorkerProcessProtocolZero
 
sendHandshake(int) - Method in interface com.facebook.buck.shell.WorkerProcessProtocol
When worker process starts up, main process and worker process should send handshakes.
sendHandshake(int) - Method in class com.facebook.buck.shell.WorkerProcessProtocolZero
 
sendMessageAndWaitForResponse(InvocationMessage) - Method in class com.facebook.buck.message_ipc.MessageTransport
 
SEPARATED_PROJECT_OPTIONS - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
Standard options for generating a separated project
separateIncludePathArgs(ImmutableList<String>, ImmutableList.Builder<String>, ImmutableList.Builder<String>, ImmutableList.Builder<String>) - Static method in class com.facebook.buck.cxx.CxxPrecompiledHeader
Helper method for dealing with compiler flags in a precompiled header build.
sequential() - Method in interface com.facebook.buck.util.RichStream
 
SerializableAndroidAar - Class in com.facebook.buck.jvm.java.intellij
 
SerializableAndroidAar(String, SourcePath, SourcePath, SourcePath) - Constructor for class com.facebook.buck.jvm.java.intellij.SerializableAndroidAar
 
SerializableIntellijSettings - Class in com.facebook.buck.jvm.java.intellij
 
serialize(ByteBuffer) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
serialize(BuildJobState, OutputStream) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
 
serialize(BuildJobState) - Static method in class com.facebook.buck.distributed.BuildJobStateSerializer
 
serialize(ClassUsageFileWriter) - Static method in class com.facebook.buck.jvm.java.ClassUsageFileWriterSerializer
 
serialize(DirectToJarOutputSettings) - Static method in class com.facebook.buck.jvm.java.DirectToJarOutputSettingsSerializer
 
serialize(JavacExecutionContext) - Static method in class com.facebook.buck.jvm.java.JavacExecutionContextSerializer
 
serialize(JavaPackageFinder) - Static method in class com.facebook.buck.jvm.java.JavaPackageFinderSerializer
 
serialize(BuildId, JsonGenerator, SerializerProvider) - Method in class com.facebook.buck.model.BuildId.BuildIdSerializer
 
serialize(CellPathResolver) - Static method in class com.facebook.buck.rules.CellPathResolverSerializer
 
serialize(OutputStream) - Method in class com.facebook.buck.rules.Manifest
Serializes the manifest to the given OutputStream.
serialize(ThriftProtocol, TBase<?, ?>, OutputStream) - Static method in class com.facebook.buck.slb.ThriftUtil
 
serialize(ThriftProtocol, TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
 
serialize(ProcessExecutor) - Static method in class com.facebook.buck.util.ProcessExecutorSerializer
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildPhase
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItem
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
Populates the serializer with the fields of this object.
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
 
serializeInto(XcodeprojSerializer) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
serializeInvocation(InvocationMessage) - Method in class com.facebook.buck.message_ipc.MessageSerializer
 
serializeResult(ReturnResultMessage) - Method in class com.facebook.buck.message_ipc.MessageSerializer
 
serializeToBuffer(Object, ByteBuffer) - Method in class com.facebook.buck.bser.BserSerializer
Serializes an object using BSER encoding.
serializeToStream(Object, OutputStream) - Method in class com.facebook.buck.bser.BserSerializer
Serializes an object using BSER encoding to the stream.
SERVER_TAG - Static variable in class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
ServerCommand - Class in com.facebook.buck.cli
 
ServerCommand() - Constructor for class com.facebook.buck.cli.ServerCommand
 
ServerContentsProvider(DistBuildService) - Constructor for class com.facebook.buck.distributed.FileContentsProviders.ServerContentsProvider
 
ServerCounters(CounterRegistry, URI) - Constructor for class com.facebook.buck.event.listener.LoadBalancerEventsListener.ServerCounters
 
ServerHealthManager - Class in com.facebook.buck.slb
 
ServerHealthManager(ImmutableList<URI>, int, float, int, int, BuckEventBus, Clock) - Constructor for class com.facebook.buck.slb.ServerHealthManager
 
ServerHealthManagerEvent - Class in com.facebook.buck.slb
 
ServerHealthManagerEvent(ServerHealthManagerEventData) - Constructor for class com.facebook.buck.slb.ServerHealthManagerEvent
 
ServerHealthManagerEventData - Class in com.facebook.buck.slb
Immutable implementation of ServerHealthManagerEvent.AbstractServerHealthManagerEventData.
ServerHealthManagerEventData.Builder - Class in com.facebook.buck.slb
Builds instances of type ServerHealthManagerEventData.
ServerHealthState - Class in com.facebook.buck.slb
 
ServerHealthState(URI) - Constructor for class com.facebook.buck.slb.ServerHealthState
 
ServerHealthState(URI, int) - Constructor for class com.facebook.buck.slb.ServerHealthState
 
ServerStatusCommand - Class in com.facebook.buck.cli
 
ServerStatusCommand() - Constructor for class com.facebook.buck.cli.ServerStatusCommand
 
set(Path, HashCode) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
set(String) - Method in class com.facebook.buck.io.WatchmanCursor
 
set(CellPathResolver, ProjectFilesystem, Path, Object, Object) - Method in class com.facebook.buck.rules.ParamInfo
Sets a single property of the dto, coercing types as necessary.
set(Path, HashCode) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
set(Path, HashCode) - Method in interface com.facebook.buck.util.cache.FileHashCache
 
set(Path, HashCode) - Method in class com.facebook.buck.util.cache.NullFileHashCache
 
set(Path, HashCode) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
setAaptPackageResources(AaptPackageResources) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the aaptPackageResources attribute.
setAbiGenerationMode(AbstractJavacOptions.AbiGenerationMode) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the abiGenerationMode attribute.
setActionGraph(ActionGraph) - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
Initializes the value for the actionGraph attribute.
setActionGraph(ActionGraph) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the actionGraph attribute.
setActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the actionGraphCache attribute.
setActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the actionGraphCache attribute.
setActool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the actool attribute.
setActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Initializes the value for the actualHashCode attribute.
setActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Initializes the value for the actualHashCode attribute.
setActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Initializes the value for the actualHashCode attribute.
setAdbOptions(AdbOptions) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value adbOptions to adbOptions.
setAdbOptions(Optional<AdbOptions>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value adbOptions to adbOptions.
setAllowEmptyGlobs(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the allowEmptyGlobs attribute.
setAndroidFacet(IjModuleAndroidFacet) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value androidFacet to androidFacet.
setAndroidFacet(Optional<IjModuleAndroidFacet>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value androidFacet to androidFacet.
setAndroidLibrary(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Initializes the value for the androidLibrary attribute.
setAndroidModuleSdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value androidModuleSdkName to androidModuleSdkName.
setAndroidModuleSdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value androidModuleSdkName to androidModuleSdkName.
setAndroidModuleSdkType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value androidModuleSdkType to androidModuleSdkType.
setAndroidModuleSdkType(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value androidModuleSdkType to androidModuleSdkType.
setAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the androidPlatformTargetSupplier attribute.
setAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the androidPlatformTargetSupplier attribute.
setAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the androidPlatformTargetSupplier attribute.
setAndroidToolsCommonJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the androidToolsCommonJarPath attribute.
setAnnotationProcessingParams(AnnotationProcessingParams) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the annotationProcessingParams attribute.
setAnnoTransformer(IAnnotationTransformer) - Method in class com.facebook.buck.testrunner.TestNGRunner.TestNGWrapper
The built-in setAnnotationTransformer unfortunately does not work with runSuitesLocally() The alternative would be to use the (much heavier) run() method.
setAPKModuleGraph(APKModuleGraph) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the aPKModuleGraph attribute.
setApkPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo.Builder
Initializes the value for the apkPath attribute.
setApkUnderTestPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value apkUnderTestPath to apkUnderTestPath.
setApkUnderTestPath(Optional<Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value apkUnderTestPath to apkUnderTestPath.
setAppendableRuleKey(String, RuleKeyAppendable) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
 
setAppendableRuleKey(RuleKeyAppendable) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
Implementations should ask their factories to compute the rule key for the RuleKeyAppendable and call RuleKeyBuilder.setAppendableRuleKey(RuleKey) on it.
setAppendableRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
setAppendableRuleKey(String, RuleKeyAppendable) - Method in interface com.facebook.buck.rules.RuleKeyObjectSink
 
setAppID(Pair<String, String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Initializes the value for the appID attribute.
setAppIncludesFrameworks(boolean) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the value for the appIncludesFrameworks attribute.
setApplePlatform(ApplePlatform) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Initializes the value for the applePlatform attribute.
setAppleSdk(AppleSdk) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the appleSdk attribute.
setAppleSdkPaths(AppleSdkPaths) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the appleSdkPaths attribute.
setAr(Archiver) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the ar attribute.
setArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Sets or replaces all elements for architectures list.
setArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Sets or replaces all elements for architectures set.
setArchiveMemberPath(ArchiveMemberPath, ArchiveMemberPath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
 
setArea(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Initializes the optional value area to area.
setArea(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Initializes the optional value area to area.
setArflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for arflags list.
setArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Sets or replaces all elements for args list.
setArguments(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Sets or replaces all elements for arguments list.
setArtifactCache(ArtifactCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the artifactCache attribute.
setArtifactCache(Optional<ArtifactCache>) - Method in class com.facebook.buck.httpserver.ArtifactCacheHandler
 
setArtifactCache(ArtifactCache) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the artifactCache attribute.
setArtifactCacheDisabled(boolean) - Method in class com.facebook.buck.cli.BuildCommand
 
setArtifactCacheFactory(ArtifactCacheFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the artifactCacheFactory attribute.
setArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value artifactContentHash to artifactContentHash.
setArtifactContentHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
Initializes the value for the artifactContentHashCode attribute.
setArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Initializes the value for the artifactOnlyHashCode attribute.
setArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Initializes the value for the artifactOnlyHashCode attribute.
setArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Initializes the value for the artifactOnlyHashCode attribute.
setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value artifactSizeBytes to artifactSizeBytes.
setArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult.Builder
Initializes the value for the artifactSizeBytes attribute.
setAs(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the as attribute.
setAsflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for asflags list.
setAsm(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value asm to asm.
setAsm(Optional<CompilerProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value asm to asm.
setAsmflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for asmflags list.
setAsmpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value asmpp to asmpp.
setAsmpp(Optional<PreprocessorProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value asmpp to asmpp.
setAsmppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for asmppflags list.
setAspp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the aspp attribute.
setAsppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for asppflags list.
setAssemblerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the assemblerDebugPathSanitizer attribute.
setAssemblerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Sets or replaces all mappings from the specified map as entries for the assemblerFlags map.
setAssetPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Sets or replaces all elements for assetPaths set.
setAssetsDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all elements for assetsDirectories set.
setAssociatedProjectPredicate(AssociatedTargetNodePredicate) - Method in class com.facebook.buck.cli.ProjectPredicates.Builder
Initializes the value for the associatedProjectPredicate attribute.
setAssociatedRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Sets or replaces all elements for associatedRuleKeys set.
setAutodepsFilesHaveSignatures(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the autodepsFilesHaveSignatures attribute.
setAutogenerateAndroidFacetSourcesEnabled(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the value for the autogenerateAndroidFacetSourcesEnabled attribute.
setAutogenerateSources(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Initializes the value for the autogenerateSources attribute.
setAvailableCores(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the availableCores attribute.
setBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Sets or replaces all elements for baseBookmarks set.
setBaseConfigurationReference(PBXFileReference) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
setBasedOffWhichTracked(Iterable<String>) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Sets or replaces all elements for basedOffWhichTracked set.
setBaseName(String) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the value for the baseName attribute.
setBestServer(boolean) - Method in class com.facebook.buck.slb.PerServerData.Builder
Initializes the value for the bestServer attribute.
setBinaryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value binaryExtension to binaryExtension.
setBinaryExtension(Optional<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value binaryExtension to binaryExtension.
setBinaryJar(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Initializes the optional value binaryJar to binaryJar.
setBinaryJar(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Initializes the optional value binaryJar to binaryJar.
setBlacklistedWifiSsids(Iterable<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Sets or replaces all elements for blacklistedWifiSsids set.
setBootclasspath(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value bootclasspath to bootclasspath.
setBootclasspath(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value bootclasspath to bootclasspath.
setBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Initializes the value for the branchedFromMasterRevisionId attribute.
setBuckCommit(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the buckCommit attribute.
setBuckConfig(BuckConfig) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the buckConfig attribute.
setBuckConfig(BuckConfig) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the value for the buckConfig attribute.
setBuckDirty(boolean) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the optional value buckDirty to buckDirty.
setBuckDirty(Optional<Boolean>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the optional value buckDirty to buckDirty.
setBuckDotFiles(BuildId, List<PathInfo>) - Method in class com.facebook.buck.distributed.DistBuildService
 
setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the buckEventBus attribute.
setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the buckEventBus attribute.
setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the buckEventBus attribute.
setBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the buckEventBus attribute.
setBuckLogDir(Path) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the buckLogDir attribute.
setBuckModuleBaseSourceCodePath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the buckModuleBaseSourceCodePath attribute.
setBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths.Builder
Initializes the value for the buckOut attribute.
setBuckVersion(BuildId, BuckVersion) - Method in class com.facebook.buck.distributed.DistBuildService
 
setBuildConfigs(Map<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the buildConfigs map.
setBuildConfigurationList(XCConfigurationList) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
setBuildContext(BuildContext) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the buildContext attribute.
setBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the buildEnvironmentDescription attribute.
setBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the value for the buildEnvironmentDescription attribute.
setBuildFileImportWhitelist(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Sets or replaces all elements for buildFileImportWhitelist list.
setBuildFileName(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the buildFileName attribute.
setBuildId(BuildId) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value buildId to buildId.
setBuildId(Optional<BuildId>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value buildId to buildId.
setBuildId(BuildId) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the buildId attribute.
setBuildId(BuildId) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the buildId attribute.
setBuildId(BuildId) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value buildId to buildId.
setBuildId(Optional<BuildId>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value buildId to buildId.
setBuildId(BuildId) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the buildId attribute.
setBuildOutput(T) - Method in class com.facebook.buck.rules.BuildOutputInitializer
This should be invoked only by the build engine (currently, CachingBuildEngine) that invoked BuildOutputInitializer.initializeFromDisk(OnDiskBuildInfo).
setBuildRule(BuildRule) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
Implementations should ask their factories to compute the rule key for the BuildRule and call RuleKeyBuilder.setBuildRuleKey(RuleKey) on it.
setBuildRuleKey(RuleKey) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
setBuildSettings(NSDictionary) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
setBuildTarget(BuildTarget) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(Optional<BuildTarget>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(Optional<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
Initializes the optional value buildTarget to buildTarget.
setBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the buildTarget attribute.
setBuildTarget(BuildTarget) - Method in class com.facebook.buck.query.QueryBuildTarget.Builder
Initializes the value for the buildTarget attribute.
setBuildTarget(BuildTarget) - Method in class com.facebook.buck.test.TestResults.Builder
Initializes the value for the buildTarget attribute.
setBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.APKModule.Builder
Sets or replaces all elements for buildTargets set.
setBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Sets or replaces all elements for buildTargets set.
setBuildType(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the buildType attribute.
setBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value buildVersion to buildVersion.
setBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value buildVersion to buildVersion.
setBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the bytecodeCompileDeps attribute.
setBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Initializes the value for the bytecodeCompileDeps attribute.
setBytecodeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for bytecodeIncludes list.
setBytecodeLink(BuildRule) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Initializes the value for the bytecodeLink attribute.
setBytecodeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the bytecodeLinkableInput attribute.
setBytecodeLinkDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the bytecodeLinkDeps attribute.
setCacheDir(Path) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the value for the cacheDir attribute.
setCacheError(String) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheError to cacheError.
setCacheError(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheError to cacheError.
setCacheKeySeed(int) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the cacheKeySeed attribute.
setCacheModes(Iterable<String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Sets or replaces all elements for cacheModes list.
setCacheName(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the cacheName attribute.
setCacheReadMode(ArtifactCacheBuckConfig.CacheReadMode) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the value for the cacheReadMode attribute.
setCacheReadMode(ArtifactCacheBuckConfig.CacheReadMode) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the cacheReadMode attribute.
setCachesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Initializes the value for the cachesExamined attribute.
setCacheSource(String) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheSource to cacheSource.
setCacheSource(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value cacheSource to cacheSource.
setCategory(String) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Initializes the value for the category attribute.
setCategory(String) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Initializes the value for the category attribute.
setCategory(String) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Initializes the value for the category attribute.
setCategory(String) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Initializes the value for the category attribute.
setCc(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the cc attribute.
setCell(Cell) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the cell attribute.
setCell(String) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the optional value cell to cell.
setCell(Optional<String>) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the optional value cell to cell.
setCellPath(Path) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the value for the cellPath attribute.
setCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the cellPathResolver attribute.
setCellRoots(Map<String, ? extends Path>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Sets or replaces all mappings from the specified map as entries for the cellRoots map.
setCflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for cflags list.
setCFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for cFlags list.
setChildren(Iterable<? extends Path>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Sets or replaces all elements for children set.
setClassesToRemoveFromJar(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Sets or replaces all elements for classesToRemoveFromJar set.
setClassLoaderCache(ClassLoaderCache) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the classLoaderCache attribute.
setClassNamesToHashesSupplier(Supplier<Map<String, HashCode>>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Initializes the value for the classNamesToHashesSupplier attribute.
setClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Sets or replaces all elements for classpathEntriesToDex set.
setClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all elements for classpathEntriesToDex set.
setClasspathFile(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the classpathFile attribute.
setClassPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Sets or replaces all elements for classPaths set.
setCLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the cLinkableInput attribute.
setClock(Clock) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the clock attribute.
setClock(Clock) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the clock attribute.
setClock(Clock) - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
setClock(Clock) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the clock attribute.
setClock(Clock) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the clock attribute.
setCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the codeCoverageEnabled attribute.
setCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the codeCoverageEnabled attribute.
setCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the codeCoverageEnabled attribute.
setCodesignAllocate(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value codesignAllocate to codesignAllocate.
setCodesignAllocate(Optional<Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value codesignAllocate to codesignAllocate.
setCommand(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all elements for command list.
setCommand(Iterable<String>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Sets or replaces all elements for command list.
setCommandArgs(String) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value commandArgs to commandArgs.
setCommandArgs(Optional<String>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value commandArgs to commandArgs.
setCommandsCount(int) - Method in class com.facebook.buck.cxx.MachoHeader.Builder
Initializes the value for the commandsCount attribute.
setCompiledUberRDotJava(JavaLibrary) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the compiledUberRDotJava attribute.
setCompiler(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the compiler attribute.
setCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value compilerClassName to compilerClassName.
setCompilerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the compilerDebugPathSanitizer attribute.
setCompilerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Sets or replaces all mappings from the specified map as entries for the compilerFlags map.
setCompilerFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Sets or replaces all mappings from the specified map as entries for the compilerFlags map.
setCompressionLevel(int) - Method in class com.facebook.buck.zip.CustomZipEntry
 
setComputeExopackageDepsAbi(ComputeExopackageDepsAbi) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value computeExopackageDepsAbi to computeExopackageDepsAbi.
setComputeExopackageDepsAbi(Optional<ComputeExopackageDepsAbi>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value computeExopackageDepsAbi to computeExopackageDepsAbi.
setConcurrencyLimit(ConcurrencyLimit) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the concurrencyLimit attribute.
setConfiguredBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths.Builder
Initializes the value for the configuredBuckOut attribute.
setConnection(Connection<OutOfProcessJavacConnectionInterface>) - Method in class com.facebook.buck.jvm.java.OutOfProcessJsr199Javac
 
setConnectionTimeoutMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the connectionTimeoutMillis attribute.
setConsole(Console) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the console attribute.
setConsole(Console) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the console attribute.
setConsole(Console) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the console attribute.
setContacts(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all elements for contacts list.
setContacts(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
Sets or replaces all elements for contacts set.
setCoordinatorPort(Integer) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the coordinatorPort attribute.
setCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
setCopyNativeLibraries(Optional<ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
setCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
setCopyNativeLibraries(Optional<ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value copyNativeLibraries to copyNativeLibraries.
setCopySceneKitAssets(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value copySceneKitAssets to copySceneKitAssets.
setCopySceneKitAssets(Optional<Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value copySceneKitAssets to copySceneKitAssets.
setCount(int) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the count attribute.
setCoverageExcludes(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value coverageExcludes to coverageExcludes.
setCoverageExcludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value coverageExcludes to coverageExcludes.
setCoverageIncludes(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value coverageIncludes to coverageIncludes.
setCoverageIncludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value coverageIncludes to coverageIncludes.
setCoverageReportFormat(CoverageReportFormat) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the coverageReportFormat attribute.
setCoverageReportTitle(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the coverageReportTitle attribute.
setCpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the cpp attribute.
setCppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for cppflags list.
setCPreprocessor(Preprocessor) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the cPreprocessor attribute.
setCpu(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Initializes the value for the cpu attribute.
setCpuReal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the cpuReal attribute.
setCpuSys(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the cpuSys attribute.
setCpuTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the cpuTotal attribute.
setCpuUser(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the cpuUser attribute.
setCuda(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value cuda to cuda.
setCuda(Optional<CompilerProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value cuda to cuda.
setCudaflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for cudaflags list.
setCudapp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value cudapp to cudapp.
setCudapp(Optional<PreprocessorProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value cudapp to cudapp.
setCudappflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for cudappflags list.
setCurrentCommand(String, ImmutableList<String>) - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
setCurrentRevisionId(String) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Initializes the value for the currentRevisionId attribute.
setCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Initializes the value for the currentRevisionId attribute.
setCurrentThreadTracingInterfaceFromJsr199Javac(BuckTracingInterface) - Static method in class com.facebook.buck.event.api.BuckTracing
Used by Buck to connect this class to its tracing mechanism.
setCurrentVersion(Optional<PBXFileReference>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
setCxx(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the cxx attribute.
setCxxBuckConfig(CxxBuckConfig) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the cxxBuckConfig attribute.
setCxxflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for cxxflags list.
setCxxHeaders(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Sets or replaces all mappings from the specified map as entries for the cxxHeaders map.
setCxxLibrary(BuildTarget) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Initializes the optional value cxxLibrary to cxxLibrary.
setCxxLibrary(Optional<BuildTarget>) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Initializes the optional value cxxLibrary to cxxLibrary.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
Initializes the value for the cxxPlatform attribute.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the cxxPlatform attribute.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the cxxPlatform attribute.
setCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.go.GoPlatform.Builder
Initializes the optional value cxxPlatform to cxxPlatform.
setCxxPlatform(Optional<CxxPlatform>) - Method in class com.facebook.buck.go.GoPlatform.Builder
Initializes the optional value cxxPlatform to cxxPlatform.
setCxxPlatforms(FlavorDomain<CxxPlatform>) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
setCxxpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the cxxpp attribute.
setCxxppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for cxxppflags list.
setCxxPreprocessorInput(Iterable<? extends CxxPreprocessorInput>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Sets or replaces all elements for cxxPreprocessorInput list.
setCxxPreprocessorInput(CxxPreprocessorInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the cxxPreprocessorInput attribute.
setCxxRuntime(NdkCxxPlatforms.CxxRuntime) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
Initializes the value for the cxxRuntime attribute.
setCxxSharedRuntimePath(Path) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
Initializes the optional value cxxSharedRuntimePath to cxxSharedRuntimePath.
setCxxSharedRuntimePath(Optional<Path>) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
Initializes the optional value cxxSharedRuntimePath to cxxSharedRuntimePath.
setCxxSources(Map<String, ? extends CxxSource>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec.Builder
Sets or replaces all mappings from the specified map as entries for the cxxSources map.
setData(DependencyEntryData) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry.Builder
Initializes the optional value data to data.
setData(Optional<DependencyEntryData>) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry.Builder
Initializes the optional value data to data.
setDdmlibJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the ddmlibJarPath attribute.
setDebugEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the debugEnabled attribute.
setDebugEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the debugEnabled attribute.
setDebugMode(boolean) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value debugMode to debugMode.
setDebugMode(Optional<Boolean>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value debugMode to debugMode.
setDefaultCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.rules.KnownBuildRuleTypes.Builder
 
setDefaultIncludes(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Sets or replaces all elements for defaultIncludes list.
setDefaultTestTimeoutMillis(long) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the defaultTestTimeoutMillis attribute.
setDelegate(BuckConfig) - Method in class com.facebook.buck.rage.RageConfig.Builder
Initializes the value for the delegate attribute.
setDependencies(Map<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Sets or replaces all mappings from the specified map as entries for the dependencies map.
setDependenciesPassTheirTests(boolean) - Method in class com.facebook.buck.test.TestResults.Builder
Initializes the value for the dependenciesPassTheirTests attribute.
setDepFileRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value depFileRuleKey to depFileRuleKey.
setDepFileRuleKey(Optional<RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value depFileRuleKey to depFileRuleKey.
setDepToGeneratedSourcesMap(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Sets or replaces all mappings from the specified map as entries for the depToGeneratedSourcesMap map.
setDescriptions(Iterable<? extends Description<?>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Sets or replaces all elements for descriptions set.
setDestination(PBXCopyFilesBuildPhase.Destination) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
Initializes the value for the destination attribute.
setDeveloperCertificateFingerprints(Iterable<? extends HashCode>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Sets or replaces all elements for developerCertificateFingerprints set.
setDeveloperPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Initializes the optional value developerPath to developerPath.
setDeveloperPath(Optional<Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Initializes the optional value developerPath to developerPath.
setDeviceSerial(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value deviceSerial to deviceSerial.
setDeviceSerial(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value deviceSerial to deviceSerial.
setDexInfo(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
Initializes the optional value dexInfo to dexInfo.
setDexInfo(Optional<ExopackageInfo.DexInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
Initializes the optional value dexInfo to dexInfo.
setDiff(String) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Initializes the optional value diff to diff.
setDiff(Optional<String>) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Initializes the optional value diff to diff.
setDirectory(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Initializes the value for the directory attribute.
setDirectory(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo.Builder
Initializes the value for the directory attribute.
setDirectory(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo.Builder
Initializes the value for the directory attribute.
setDirectory(Path) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value directory to directory.
setDirectory(Optional<Path>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value directory to directory.
setDirectoryForTestResults(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value directoryForTestResults to directoryForTestResults.
setDirectoryForTestResults(Optional<Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value directoryForTestResults to directoryForTestResults.
setDirectoryForTestResults(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value directoryForTestResults to directoryForTestResults.
setDirectoryForTestResults(Optional<Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value directoryForTestResults to directoryForTestResults.
setDirsContainingResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Sets or replaces all elements for dirsContainingResourceDirs set.
setDirtyFiles(Iterable<String>) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Sets or replaces all elements for dirtyFiles set.
setDiskIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Initializes the value for the diskIO attribute.
setDistBuildMode(DistBuildMode) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the distBuildMode attribute.
setDistributedBuildModeEnabled(boolean) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the distributedBuildModeEnabled attribute.
setDoStore(boolean) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the doStore attribute.
setDsymutil(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the dsymutil attribute.
setEnableBuildFileSandboxing(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the enableBuildFileSandboxing attribute.
setEnabled(boolean) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Initializes the value for the enabled attribute.
setEnableProfiling(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParser
 
setEndIndex(int) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Initializes the value for the endIndex attribute.
setEntitlements(Map<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Sets or replaces all mappings from the specified map as entries for the entitlements map.
setEntryAttribute(String, String, String) - Method in class com.facebook.buck.io.DeterministicJarManifestWriter
 
setEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all mappings from the specified map as entries for the env map.
setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Sets or replaces all mappings from the specified map as entries for the environment map.
setEnvironment(PythonEnvironment) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Initializes the value for the environment attribute.
setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Sets or replaces all mappings from the specified map as entries for the environment map.
setEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Sets or replaces all mappings from the specified map as entries for the environment map.
setEnvironment(Map<String, String>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value environment to environment.
setEnvironment(Optional<Map<String, String>>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value environment to environment.
setEnvironmentOverrides(Map<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Sets or replaces all mappings from the specified map as entries for the environmentOverrides map.
setErrorCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the errorCheckTimeRangeMillis attribute.
setErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(String) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessage(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
Initializes the optional value errorMessage to errorMessage.
setErrorMessageFormat(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the errorMessageFormat attribute.
setErrorTextTemplate(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the errorTextTemplate attribute.
setEscaped(boolean) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Initializes the value for the escaped attribute.
setETAMillis(long) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the value for the eTAMillis attribute.
setEventBus(BuckEventBus) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the eventBus attribute.
setEventBus(BuckEventBus) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the eventBus attribute.
setException(Exception) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value exception to exception.
setException(Optional<Exception>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value exception to exception.
setException(Exception) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the optional value exception to exception.
setException(Optional<Exception>) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the optional value exception to exception.
setExcludedResourcePaths(Iterable<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Sets or replaces all elements for excludedResourcePaths list.
setExecutablesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the executablesPath attribute.
setExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Sets or replaces all mappings from the specified map as entries for the executors map.
setExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Sets or replaces all mappings from the specified map as entries for the executors map.
setExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Sets or replaces all mappings from the specified map as entries for the executors map.
setExecutorService(WeightedListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the executorService attribute.
setExitCode(int) - Method in class com.facebook.buck.cli.InstallResult.Builder
Initializes the value for the exitCode attribute.
setExitCode(int) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value exitCode to exitCode.
setExitCode(OptionalInt) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value exitCode to exitCode.
setExopackageInfo(ExopackageInfo) - Method in class com.facebook.buck.android.ApkInfo.Builder
Initializes the optional value exopackageInfo to exopackageInfo.
setExopackageInfo(Optional<ExopackageInfo>) - Method in class com.facebook.buck.android.ApkInfo.Builder
Initializes the optional value exopackageInfo to exopackageInfo.
setExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Initializes the value for the expectedHashCode attribute.
setExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Initializes the value for the expectedHashCode attribute.
setExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Initializes the value for the expectedHashCode attribute.
setExpirationDate(Date) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Initializes the value for the expirationDate attribute.
setExplicitFileType(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
setExported(boolean) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData.Builder
Initializes the value for the exported attribute.
setExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Sets or replaces all elements for exportedDeps set.
setExternalAttributes(long) - Method in class com.facebook.buck.zip.CustomZipEntry
 
setExtraArgs(Iterable<String>) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Sets or replaces all elements for extraArgs list.
setExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Sets or replaces all elements for extraArguments list.
setExtraClassPathDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Sets or replaces all elements for extraClassPathDependencies set.
setExtraData(Map<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Sets or replaces all mappings from the specified map as entries for the extraData map.
setExtraFiles(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
Sets or replaces all elements for extraFiles set.
setExtraInfo(String) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the optional value extraInfo to extraInfo.
setExtraInfo(Optional<String>) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the optional value extraInfo to extraInfo.
setExtraJvmArgs(ImmutableList<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value extraJvmArgs to extraJvmArgs.
setExtraJvmArgs(Optional<ImmutableList<String>>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value extraJvmArgs to extraJvmArgs.
setFailures(Iterable<? extends BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Sets or replaces all elements for failures set.
setFakeTime() - Method in class com.facebook.buck.zip.CustomZipEntry
 
setFatTarget(BuildTarget) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Initializes the value for the fatTarget attribute.
setFetchClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the fetchClient attribute.
setFetchDataBuilder(HttpArtifactCacheEventFetchData.Builder) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
setFetchResult(CacheResult) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value fetchResult to fetchResult.
setFetchResult(Optional<CacheResult>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value fetchResult to fetchResult.
setFile(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry.Builder
Initializes the value for the file attribute.
setFileChangesIgnoredReport(FileChangesIgnoredReport) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the optional value fileChangesIgnoredReport to fileChangesIgnoredReport.
setFileChangesIgnoredReport(Optional<FileChangesIgnoredReport>) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the optional value fileChangesIgnoredReport to fileChangesIgnoredReport.
setFileHashCache(FileHashCache) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the fileHashCache attribute.
setFilePath(Path) - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry.Builder
Initializes the value for the filePath attribute.
setFilesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Initializes the value for the filesExamined attribute.
setFileUrl(String) - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry.Builder
Initializes the value for the fileUrl attribute.
setFinalDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the finalDeps attribute.
setFingerprint(HashCode) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Initializes the optional value fingerprint to fingerprint.
setFingerprint(Optional<HashCode>) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Initializes the optional value fingerprint to fingerprint.
setFinish(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Initializes the optional value finish to finish.
setFinish(Optional<BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Initializes the optional value finish to finish.
setFlagMacros(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all mappings from the specified map as entries for the flagMacros map.
setFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Sets or replaces all elements for flags list.
setFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Sets or replaces all elements for flags list.
setFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for flags list.
setFlags(Iterable<String>) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Sets or replaces all elements for flags list.
setFlags(EnumSet<AbstractManifestInfo.FileFlags>) - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
Initializes the value for the flags attribute.
setFlavor(Flavor) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the flavor attribute.
setFlavor(Flavor) - Method in class com.facebook.buck.python.PythonPlatform.Builder
Initializes the value for the flavor attribute.
setFlavors(Iterable<? extends Flavor>) - Method in class com.facebook.buck.model.BuildTarget.Builder
Sets or replaces all elements for flavors sortedSet.
setFolders(ImmutableSortedSet<IjSourceFolder>) - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot.Builder
Initializes the value for the folders attribute.
setFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Sets or replaces all elements for folders set.
setFrameworkPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Sets or replaces all elements for frameworkPaths set.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Sets or replaces all elements for frameworks set.
setFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Sets or replaces all elements for frameworks set.
setFrameworksPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the frameworksPath attribute.
setFromParams(CellPathResolver, ProjectFilesystem, BuildTarget, Object, Map<String, ?>) - Method in class com.facebook.buck.rules.ParamInfo
 
setGccVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
Initializes the value for the gccVersion attribute.
setGeneratedSourceCodeFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Sets or replaces all elements for generatedSourceCodeFolders set.
setGeneratedSourcePath(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Initializes the value for the generatedSourcePath attribute.
setGetHashCode(HashCode) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Initializes the value for the getHashCode attribute.
setGlobalID(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
setGoArch(String) - Method in class com.facebook.buck.go.GoPlatform.Builder
Initializes the value for the goArch attribute.
setGoLinkInput(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable.Builder
Sets or replaces all mappings from the specified map as entries for the goLinkInput map.
setGoOs(String) - Method in class com.facebook.buck.go.GoPlatform.Builder
Initializes the value for the goOs attribute.
setGroup(String) - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry.Builder
Initializes the value for the group attribute.
setGuavaJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the guavaJarPath attribute.
setHash(String) - Method in class com.facebook.buck.util.autosparse.ManifestInfo.Builder
Initializes the value for the hash attribute.
setHeaderMap(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the optional value headerMap to headerMap.
setHeaderMap(Optional<SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the optional value headerMap to headerMap.
setHeadersPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the headersPath attribute.
setHeaderVerification(HeaderVerification) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the headerVerification attribute.
setHealthCheckIntervalMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the healthCheckIntervalMillis attribute.
setHighlightedBuildIds(Iterable<? extends BuildId>) - Method in class com.facebook.buck.rage.DefectReport.Builder
Sets or replaces all elements for highlightedBuildIds set.
setHostname(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the hostname attribute.
setHttpWriteExecutorService(ListeningExecutorService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the httpWriteExecutorService attribute.
setIbtool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the ibtool attribute.
setIdentifier(String) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Initializes the value for the identifier attribute.
setIdentifier(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType.Builder
Initializes the value for the identifier attribute.
setIgnoredPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig.Builder
Sets or replaces all elements for ignoredPaths set.
setIgnorePaths(Iterable<? extends PathOrGlobMatcher>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Sets or replaces all elements for ignorePaths set.
setInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the inclNoLocationClassesEnabled attribute.
setInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the inclNoLocationClassesEnabled attribute.
setIncludeDir(String) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
Initializes the value for the includeDir attribute.
setIncludedPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.DefectReport.Builder
Sets or replaces all elements for includedPaths set.
setIncludeRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the value for the includeRoot attribute.
setIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Sets or replaces all elements for includes list.
setIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Sets or replaces all elements for includes set.
setIncludes(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Sets or replaces all elements for includes list.
setIncludeStdErr(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Initializes the value for the includeStdErr attribute.
setIncludeStdOut(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Initializes the value for the includeStdOut attribute.
setIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Initializes the value for the includeType attribute.
setIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
Initializes the value for the includeType attribute.
setIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the value for the includeType attribute.
setInfo(HaskellPackageInfo) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Initializes the value for the info attribute.
setInput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for input list.
setInputRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value inputRuleKey to inputRuleKey.
setInputRuleKey(Optional<RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value inputRuleKey to inputRuleKey.
setInResToOutResDirMap(ImmutableBiMap<Path, Path>) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
 
setInstrumentationApkPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value instrumentationApkPath to instrumentationApkPath.
setInstrumentationApkPath(Optional<Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value instrumentationApkPath to instrumentationApkPath.
setIntellijModuleSdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value intellijModuleSdkName to intellijModuleSdkName.
setIntellijModuleSdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value intellijModuleSdkName to intellijModuleSdkName.
setIntellijSdkTargets(Iterable<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Sets or replaces all elements for intellijSdkTargets set.
setInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Sets or replaces all elements for interfaces sortedSet.
setInterpreterName(String) - Method in class com.facebook.buck.python.PythonVersion.Builder
Initializes the value for the interpreterName attribute.
setInvocationInfo(InvocationInfo) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value invocationInfo to invocationInfo.
setInvocationInfo(Optional<InvocationInfo>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value invocationInfo to invocationInfo.
setIoBytesRead(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the ioBytesRead attribute.
setIoBytesWritten(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the ioBytesWritten attribute.
setIoTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the ioTotal attribute.
setIs64Bit(boolean) - Method in class com.facebook.buck.cxx.MachoHeader.Builder
Initializes the value for the is64Bit attribute.
setIsAndroidResources(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder.Builder
Initializes the value for the isAndroidResources attribute.
setIsDaemon(boolean) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the isDaemon attribute.
setIsRequestSuccessful(boolean) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Initializes the optional value isRequestSuccessful to isRequestSuccessful.
setIsRequestSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Initializes the optional value isRequestSuccessful to isRequestSuccessful.
setIsTestSource(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder.Builder
Initializes the value for the isTestSource attribute.
setJarContentHasher(JarContentHasher) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Initializes the optional value jarContentHasher to jarContentHasher.
setJarContentHasher(Optional<JarContentHasher>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Initializes the optional value jarContentHasher to jarContentHasher.
setJavaBuckConfig(JavaBuckConfig) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the value for the javaBuckConfig attribute.
setJavacJarPath(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value javacJarPath to javacJarPath.
setJavacJarPath(Optional<SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value javacJarPath to javacJarPath.
setJavacLocation(AbstractJavacOptions.JavacLocation) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the javacLocation attribute.
setJavacPath(Either<Path, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value javacPath to javacPath.
setJavacPath(Optional<Either<Path, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the optional value javacPath to javacPath.
setJavadocUrl(String) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Initializes the optional value javadocUrl to javadocUrl.
setJavadocUrl(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Initializes the optional value javadocUrl to javadocUrl.
setJavaLibrariesToDex(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all elements for javaLibrariesToDex set.
setJavaModuleSdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value javaModuleSdkName to javaModuleSdkName.
setJavaModuleSdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value javaModuleSdkName to javaModuleSdkName.
setJavaModuleSdkType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value javaModuleSdkType to javaModuleSdkType.
setJavaModuleSdkType(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value javaModuleSdkType to javaModuleSdkType.
setJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the javaPackageFinder attribute.
setJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the javaPackageFinder attribute.
setJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the javaPackageFinder attribute.
setJavaPath(Path) - Method in class com.facebook.buck.jvm.java.JavaOptions.Builder
Initializes the optional value javaPath to javaPath.
setJavaPath(Optional<Path>) - Method in class com.facebook.buck.jvm.java.JavaOptions.Builder
Initializes the optional value javaPath to javaPath.
setJavaVersion(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the javaVersion attribute.
setJobsMultiplier(int) - Method in class com.facebook.buck.rules.RuleScheduleInfo.Builder
Initializes the value for the jobsMultiplier attribute.
setJsonProtocolVersion(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the jsonProtocolVersion attribute.
setKeepGoing(boolean) - Method in class com.facebook.buck.cli.BuildCommand
 
setKeepGoing(boolean) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the keepGoing attribute.
setKey(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the value for the key attribute.
setKnownBuildRuleTypesFactory(KnownBuildRuleTypesFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the knownBuildRuleTypesFactory attribute.
setKxmlJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the kxmlJarPath attribute.
setLabels(Iterable<? extends Label>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all elements for labels list.
setLabels(Iterable<String>) - Method in class com.facebook.buck.test.TestResults.Builder
Sets or replaces all elements for labels set.
setLabelString(String) - Method in class com.facebook.buck.rules.Label.Builder
Initializes the value for the labelString attribute.
setLanguageLevel(String) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value languageLevel to languageLevel.
setLanguageLevel(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value languageLevel to languageLevel.
setLastModifiedTime(Path, FileTime) - Method in class com.facebook.buck.io.ProjectFilesystem
Sets the last modified time for the given path.
setLastModifiedTime(Date) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the value for the lastModifiedTime attribute.
setLatencyCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the latencyCheckTimeRangeMillis attribute.
setLaunchedPid(long) - Method in class com.facebook.buck.cli.InstallResult.Builder
Initializes the optional value launchedPid to launchedPid.
setLaunchedPid(Optional<Long>) - Method in class com.facebook.buck.cli.InstallResult.Builder
Initializes the optional value launchedPid to launchedPid.
setLd(LinkerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the ld attribute.
setLdflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for ldflags list.
setLdFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for ldFlags list.
setLevel(Level) - Method in class com.facebook.buck.log.Logger
 
setLevel(Level) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Initializes the value for the level attribute.
setLexCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value lexCompiler to lexCompiler.
setLexCompiler(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value lexCompiler to lexCompiler.
setLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput.Builder
Sets or replaces all elements for libraries set.
setLibraries(Iterable<? extends OmnibusLibrary>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Sets or replaces all elements for libraries list.
setLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Sets or replaces all elements for libraries sortedSet.
setLibrary(boolean) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the library attribute.
setLines(Iterable<String>) - Method in class com.facebook.buck.util.network.offline.ScribeData.Builder
Initializes the value for the lines attribute.
setLinkables(Iterable<? extends NativeLinkable>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Sets or replaces all elements for linkables set.
setLinkerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Sets or replaces all mappings from the specified map as entries for the linkerFlags map.
setLinkTree(SourcePath) - Method in class com.facebook.buck.d.DIncludes.Builder
Initializes the value for the linkTree attribute.
setLipo(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the lipo attribute.
setLldb(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the lldb attribute.
setLocalConfigsContents(Map<? extends Path, ? extends String>) - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
Sets or replaces all mappings from the specified map as entries for the localConfigsContents map.
setLocales(ImmutableSet<String>) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
 
setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.ForwardingStandardJavaFileManager
 
setLocation(JavaFileManager.Location, Iterable<? extends File>) - Method in class com.facebook.buck.jvm.java.JavaInMemoryFileManager
 
setLogBook(List<LogRecord>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the optional value logBook to logBook.
setLogBook(Optional<List<LogRecord>>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the optional value logBook to logBook.
setLogDir(Path) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the logDir attribute.
setLogDirPath(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the value for the logDirPath attribute.
setLogFilePrefix(String) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the logFilePrefix attribute.
setLogs(Iterable<String>) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Sets or replaces all elements for logs list.
setMachineReadableLog(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value machineReadableLog to machineReadableLog.
setMachineReadableLog(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value machineReadableLog to machineReadableLog.
setMachineReadableLogFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value machineReadableLogFile to machineReadableLogFile.
setMachineReadableLogFile(Optional<Path>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value machineReadableLogFile to machineReadableLogFile.
setMacroInput(Iterable<String>) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Sets or replaces all elements for macroInput list.
setMacroType(String) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Initializes the value for the macroType attribute.
setMajorVersion(Integer) - Method in class com.facebook.buck.haskell.HaskellVersion.Builder
Initializes the value for the majorVersion attribute.
setManifestPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo.Builder
Initializes the value for the manifestPath attribute.
setManifestPath(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Initializes the optional value manifestPath to manifestPath.
setManifestPath(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Initializes the optional value manifestPath to manifestPath.
setManifestRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value manifestRuleKey to manifestRuleKey.
setManifestRuleKey(Optional<RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the optional value manifestRuleKey to manifestRuleKey.
setMaxAcceptableLatencyMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the maxAcceptableLatencyMillis attribute.
setMaxBytesAfterDeletion(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the optional value maxBytesAfterDeletion to maxBytesAfterDeletion.
setMaxBytesAfterDeletion(Optional<Long>) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the optional value maxBytesAfterDeletion to maxBytesAfterDeletion.
setMaxDebugLogLines(int) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Initializes the optional value maxDebugLogLines to maxDebugLogLines.
setMaxDebugLogLines(Optional<Integer>) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity.Builder
Initializes the optional value maxDebugLogLines to maxDebugLogLines.
setMaxErrorPercentage(float) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the maxErrorPercentage attribute.
setMaxLogSizeBytes(long) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the maxLogSizeBytes attribute.
setMaxPathCount(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the value for the maxPathCount attribute.
setMaxSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the optional value maxSizeBytes to maxSizeBytes.
setMaxSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry.Builder
Initializes the optional value maxSizeBytes to maxSizeBytes.
setMaxStoreSize(long) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the optional value maxStoreSize to maxStoreSize.
setMaxStoreSize(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the optional value maxStoreSize to maxStoreSize.
setMaxStoreSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the optional value maxStoreSizeBytes to maxStoreSizeBytes.
setMaxStoreSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the optional value maxStoreSizeBytes to maxStoreSizeBytes.
setMaxTotalSizeBytes(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the value for the maxTotalSizeBytes attribute.
setMemory(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Initializes the value for the memory attribute.
setMemResident(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the memResident attribute.
setMemSize(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption.Builder
Initializes the value for the memSize attribute.
setMergedLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Sets or replaces all mappings from the specified map as entries for the mergedLinkables map.
setMergedLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Sets or replaces all mappings from the specified map as entries for the mergedLinkablesAssets map.
setMessage(String) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the optional value message to message.
setMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the optional value message to message.
setMessage(String) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
Initializes the optional value message to message.
setMessage(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
Initializes the optional value message to message.
setMessage(String) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Initializes the value for the message attribute.
setMessage(String) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
Initializes the value for the message attribute.
setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Sets or replaces all mappings from the specified map as entries for the metadata map.
setMetadata(ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value metadata to metadata.
setMetadata(Optional<ImmutableMap<String, String>>) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the optional value metadata to metadata.
setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Sets or replaces all mappings from the specified map as entries for the metadata map.
setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Sets or replaces all mappings from the specified map as entries for the metadata map.
setMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Sets or replaces all mappings from the specified map as entries for the metadata map.
setMetadata(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo.Builder
Initializes the value for the metadata attribute.
setMetadata(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo.Builder
Initializes the value for the metadata attribute.
setMetadataPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the metadataPath attribute.
setMetaInfDirectory(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value metaInfDirectory to metaInfDirectory.
setMetaInfDirectory(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value metaInfDirectory to metaInfDirectory.
setMinAmountOfEntriesToKeep(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the value for the minAmountOfEntriesToKeep attribute.
setMinSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value minSdkVersion to minSdkVersion.
setMinSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value minSdkVersion to minSdkVersion.
setMinVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the minVersion attribute.
setMinVersionFlagPrefix(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the value for the minVersionFlagPrefix attribute.
setMode(AbstractHeaderVerification.Mode) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Initializes the value for the mode attribute.
setModuleBasePath(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the value for the moduleBasePath attribute.
setModuleMap(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources.Builder
Sets or replaces all mappings from the specified map as entries for the moduleMap map.
setModuleMappedClasspathEntriesToDex(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the moduleMappedClasspathEntriesToDex map.
setModulesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the modulesPath attribute.
setModuleType(IjModuleType) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value moduleType to moduleType.
setModuleType(Optional<IjModuleType>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value moduleType to moduleType.
setMomc(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the momc attribute.
setName(String) - Method in class com.facebook.buck.android.APKModule.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
setName(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the optional value name to name.
setName(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the optional value name to name.
setName(String) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rules.BuildRuleType.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
Initializes the value for the name attribute.
setName(String) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Initializes the value for the name attribute.
setNamedSources(ImmutableSortedMap<String, SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the optional value namedSources to namedSources.
setNamedSources(Optional<ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the optional value namedSources to namedSources.
setNamedSources(ImmutableSortedMap<String, SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the optional value namedSources to namedSources.
setNamedSources(Optional<ImmutableSortedMap<String, SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the optional value namedSources to namedSources.
setNameToField(Map<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Builder
Sets or replaces all mappings from the specified map as entries for the nameToField map.
setNameToPathMap(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Sets or replaces all mappings from the specified map as entries for the nameToPathMap map.
setNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the nativeCompileDeps attribute.
setNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Initializes the value for the nativeCompileDeps attribute.
setNativeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for nativeIncludes list.
setNativeLibAssetsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLibAssetsDirectories map.
setNativeLibsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLibsDirectories map.
setNativeLibsInfo(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
Initializes the optional value nativeLibsInfo to nativeLibsInfo.
setNativeLibsInfo(Optional<ExopackageInfo.NativeLibsInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo.Builder
Initializes the optional value nativeLibsInfo to nativeLibsInfo.
setNativeLibsTargets(Multimap<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLibsTargets map.
setNativeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the nativeLinkableInput attribute.
setNativeLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLinkables map.
setNativeLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all mappings from the specified map as entries for the nativeLinkablesAssets map.
setNeededCoverage(Iterable<? extends Pair<Float, ImmutableSet<Path>>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Sets or replaces all elements for neededCoverage list.
setNetworkIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts.Builder
Initializes the value for the networkIO attribute.
setNoBuckCheckPresent(boolean) - Method in class com.facebook.buck.rage.UserLocalConfiguration.Builder
Initializes the value for the noBuckCheckPresent attribute.
setNoDxClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all elements for noDxClasspathEntries set.
setNoHealthyServersAvailable(boolean) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Initializes the value for the noHealthyServersAvailable attribute.
setNonHashingSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
 
setNumberOfRules(int) - Method in class com.facebook.buck.event.listener.ProgressEstimator
 
setNumThreads(int) - Method in class com.facebook.buck.rules.TargetGraphHashing
 
setObjdump(Tool) - Method in class com.facebook.buck.android.NdkCxxPlatform.Builder
Initializes the value for the objdump attribute.
setObjectFileExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the objectFileExtension attribute.
setObjectFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Sets or replaces all elements for objectFiles list.
setObjectMapper(ObjectMapper) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the objectMapper attribute.
setObjectMapper(ObjectMapper) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the objectMapper attribute.
setObjectMapper(ObjectMapper) - Method in class com.facebook.buck.rules.BuildEngineBuildContext.Builder
Initializes the value for the objectMapper attribute.
setObjectMapper(ObjectMapper) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the objectMapper attribute.
setOcamlBytecodeCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlBytecodeCompiler to ocamlBytecodeCompiler.
setOcamlBytecodeCompiler(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlBytecodeCompiler to ocamlBytecodeCompiler.
setOcamlCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlCompiler to ocamlCompiler.
setOcamlCompiler(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlCompiler to ocamlCompiler.
setOcamlDebug(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlDebug to ocamlDebug.
setOcamlDebug(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlDebug to ocamlDebug.
setOcamlDepTool(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlDepTool to ocamlDepTool.
setOcamlDepTool(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlDepTool to ocamlDepTool.
setOcamlInput(Iterable<? extends OcamlLibrary>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Sets or replaces all elements for ocamlInput list.
setOcamlInteropIncludesDir(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlInteropIncludesDir to ocamlInteropIncludesDir.
setOcamlInteropIncludesDir(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value ocamlInteropIncludesDir to ocamlInteropIncludesDir.
setOs(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the os attribute.
setOtherFlags(CxxToolFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Initializes the value for the otherFlags attribute.
setOutput(String) - Method in class com.facebook.buck.rage.ExtraInfoResult.Builder
Initializes the value for the output attribute.
setOutputPath(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value outputPath to outputPath.
setOutputPath(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value outputPath to outputPath.
setOutputStream(OutputStream) - Method in class com.facebook.buck.log.CompressingFileHandler
 
setOwnerTarget(BuildTarget) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
 
setPackageableCollection(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the value for the packageableCollection attribute.
setPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value packageAssetLibraries to packageAssetLibraries.
setPackageAssetLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value packageAssetLibraries to packageAssetLibraries.
setPackageDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage.Builder
Initializes the value for the packageDb attribute.
setPackageName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Initializes the optional value packageName to packageName.
setPackageName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Initializes the optional value packageName to packageName.
setPackagePrefix(String) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder.Builder
Initializes the value for the packagePrefix attribute.
setPackages(Iterable<? extends HaskellPackage>) - Method in class com.facebook.buck.haskell.HaskellCompileInput.Builder
Sets or replaces all elements for packages list.
setPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value packageStringAssets to packageStringAssets.
setPackageStringAssets(Optional<PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value packageStringAssets to packageStringAssets.
setParams(BuildRuleParams) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the params attribute.
setParser(Parser) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the parser attribute.
setParser(Parser) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the parser attribute.
setPath(Path) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Initializes the value for the path attribute.
setPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
Initializes the optional value path to path.
setPath(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec.Builder
Initializes the optional value path to path.
setPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
setPath(SourcePath) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Initializes the value for the path attribute.
setPath(Path) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
Initializes the optional value path to path.
setPath(Optional<Path>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
Initializes the optional value path to path.
setPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
Initializes the value for the path attribute.
setPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusRoot.Builder
Initializes the value for the path attribute.
setPath(Path) - Method in class com.facebook.buck.query.QueryFileTarget.Builder
Initializes the value for the path attribute.
setPath(Path, Path) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
 
setPath(Path, Path) - Method in interface com.facebook.buck.rules.RuleKeyObjectSink
Deprecated. 
setPath(Path) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Initializes the value for the path attribute.
setPathResolver(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the pathResolver attribute.
setPathResolver(SourcePathResolver) - Method in class com.facebook.buck.rules.args.GlobArg.Builder
Initializes the value for the pathResolver attribute.
setPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats.Builder
Sets or replaces all elements for pathsChangedInWorkingDirectory set.
setPathSelector(DirectoryCleaner.PathSelector) - Method in class com.facebook.buck.util.DirectoryCleanerArgs.Builder
Initializes the value for the pathSelector attribute.
setPathsToThirdPartyJars(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all elements for pathsToThirdPartyJars set.
setPathToAdbExecutable(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the pathToAdbExecutable attribute.
setPathToFile(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Initializes the value for the pathToFile attribute.
setPathToJavaAgent(String) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
setPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
setPathToJavaAgent(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
setPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value pathToJavaAgent to pathToJavaAgent.
setPathToXmlTestOutput(String) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value pathToXmlTestOutput to pathToXmlTestOutput.
setPathToXmlTestOutput(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the optional value pathToXmlTestOutput to pathToXmlTestOutput.
setPathWithinArchive(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Initializes the optional value pathWithinArchive to pathWithinArchive.
setPathWithinArchive(Optional<Path>) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry.Builder
Initializes the optional value pathWithinArchive to pathWithinArchive.
setPattern(String) - Method in class com.facebook.buck.rules.args.GlobArg.Builder
Initializes the value for the pattern attribute.
setPattern(Pattern) - Method in class com.facebook.buck.util.PatternAndMessage.Builder
Initializes the value for the pattern attribute.
setPerServerData(Iterable<? extends PerServerPingData>) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData.Builder
Sets or replaces all elements for perServerData list.
setPerServerData(Iterable<? extends PerServerData>) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData.Builder
Sets or replaces all elements for perServerData list.
setPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
setPersistentWorkerPools(Optional<ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
setPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
setPersistentWorkerPools(Optional<ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value persistentWorkerPools to persistentWorkerPools.
setPicType(AbstractCxxSourceRuleFactory.PicType) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the picType attribute.
setPingEndpoint(String) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the pingEndpoint attribute.
setPingRequestLatencyMillis(long) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the optional value pingRequestLatencyMillis to pingRequestLatencyMillis.
setPingRequestLatencyMillis(Optional<Long>) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the optional value pingRequestLatencyMillis to pingRequestLatencyMillis.
setPlaceholders(ImmutableMap<String, String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value placeholders to placeholders.
setPlaceholders(Optional<ImmutableMap<String, String>>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value placeholders to placeholders.
setPlatform(Platform) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the platform attribute.
setPlatform(Platform) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the platform attribute.
setPlatform(Platform) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the platform attribute.
setPlatformFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Sets or replaces all elements for platformFlags list.
setPlatformPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Initializes the value for the platformPath attribute.
setPlatformWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Sets or replaces all elements for platformWhitelist sortedSet.
setPlugInsPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the plugInsPath attribute.
setPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPrecompiledHeader(Optional<SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value precompiledHeader to precompiledHeader.
setPreDexMerge(PreDexMerge) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value preDexMerge to preDexMerge.
setPreDexMerge(Optional<PreDexMerge>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult.Builder
Initializes the optional value preDexMerge to preDexMerge.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPrefixHeader(Optional<SourcePath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags.Builder
Initializes the optional value prefixHeader to prefixHeader.
setPreprocessorFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Sets or replaces all mappings from the specified map as entries for the preprocessorFlags map.
setProcessExecutor(ProcessExecutor) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the processExecutor attribute.
setProcessManager(ProcessManager) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value processManager to processManager.
setProcessManager(Optional<ProcessManager>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value processManager to processManager.
setProcessOnly(boolean) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
 
setProductionBuild(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the productionBuild attribute.
setProductName(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
setProductReference(PBXFileReference) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
setProductType(ProductType) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
setProfilePath(Path) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Initializes the value for the profilePath attribute.
setProgressEstimator(ProgressEstimator) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
setProguardConfigPath(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Initializes the optional value proguardConfigPath to proguardConfigPath.
setProguardConfigPath(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Initializes the optional value proguardConfigPath to proguardConfigPath.
setProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Sets or replaces all elements for proguardConfigs set.
setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
 
setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the projectFilesystem attribute.
setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.AnnotationProcessingParams.Builder
 
setProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the projectFilesystem attribute.
setProjectJdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value projectJdkName to projectJdkName.
setProjectJdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value projectJdkName to projectJdkName.
setProjectJdkType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value projectJdkType to projectJdkType.
setProjectJdkType(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value projectJdkType to projectJdkType.
setProjectLanguageLevel(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value projectLanguageLevel to projectLanguageLevel.
setProjectLanguageLevel(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig.Builder
Initializes the optional value projectLanguageLevel to projectLanguageLevel.
setProjectRoot(Path) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the projectRoot attribute.
setProjectRootsPredicate(Predicate<TargetNode<?, ?>>) - Method in class com.facebook.buck.cli.ProjectPredicates.Builder
Initializes the value for the projectRootsPredicate attribute.
setProperty(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the value for the property attribute.
setProvider(FileContentsProvider) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the provider attribute.
setPublicAnnouncements(BuckEventBus, Optional<String>) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
setPythonInterpreter(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the pythonInterpreter attribute.
setPythonModuleSearchPath(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the optional value pythonModuleSearchPath to pythonModuleSearchPath.
setPythonModuleSearchPath(Optional<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the optional value pythonModuleSearchPath to pythonModuleSearchPath.
setRageMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value rageMessage to rageMessage.
setRageMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value rageMessage to rageMessage.
setRageUrl(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value rageUrl to rageUrl.
setRageUrl(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest.Builder
Initializes the optional value rageUrl to rageUrl.
setRageUrl(String) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
Initializes the optional value rageUrl to rageUrl.
setRageUrl(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
Initializes the optional value rageUrl to rageUrl.
setRanlib(Tool) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the ranlib attribute.
setRanlibflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for ranlibflags list.
setRawConfig(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Sets or replaces all mappings from the specified map as entries for the rawConfig map.
setRawKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Sets or replaces all elements for rawKeys set.
setReadHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Sets or replaces all mappings from the specified map as entries for the readHeaders map.
setRecord(LogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord.Builder
Initializes the value for the record attribute.
setRedirectError(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectError to redirectError.
setRedirectError(Optional<ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectError to redirectError.
setRedirectErrorStream(boolean) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectErrorStream to redirectErrorStream.
setRedirectErrorStream(Optional<Boolean>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectErrorStream to redirectErrorStream.
setRedirectInput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectInput to redirectInput.
setRedirectInput(Optional<ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectInput to redirectInput.
setRedirectOutput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectOutput to redirectOutput.
setRedirectOutput(Optional<ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams.Builder
Initializes the optional value redirectOutput to redirectOutput.
setReflectively(String, Object) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
 
setReflectively(Object) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
Recursively serializes the value.
setReflectively(String, Object) - Method in interface com.facebook.buck.rules.RuleKeyObjectSink
 
setRelativePath(Path) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the value for the relativePath attribute.
setRemoteInterface(Class<REMOTE>, ClassLoader) - Method in class com.facebook.buck.message_ipc.Connection
 
setReportDir(File) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
setReportSubmitErrorMessage(String) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Initializes the optional value reportSubmitErrorMessage to reportSubmitErrorMessage.
setReportSubmitErrorMessage(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Initializes the optional value reportSubmitErrorMessage to reportSubmitErrorMessage.
setReportSubmitLocation(String) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Initializes the optional value reportSubmitLocation to reportSubmitLocation.
setReportSubmitLocation(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Initializes the optional value reportSubmitLocation to reportSubmitLocation.
setReportSubmitMessage(String) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Initializes the optional value reportSubmitMessage to reportSubmitMessage.
setReportSubmitMessage(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Initializes the optional value reportSubmitMessage to reportSubmitMessage.
setRepository(String) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Initializes the optional value repository to repository.
setRepository(Optional<String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Initializes the optional value repository to repository.
setRepository(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the repository attribute.
setRepresentativePlatform(AppleCxxPlatform) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Initializes the value for the representativePlatform attribute.
setRequestedRuleKey(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the value for the requestedRuleKey attribute.
setRequestProtocol(AbstractRageConfig.RageProtocolVersion) - Method in class com.facebook.buck.rage.DefectSubmitResult.Builder
Initializes the value for the requestProtocol attribute.
setRequestSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value requestSizeBytes to requestSizeBytes.
setRequestSuccessful(boolean) - Method in class com.facebook.buck.rage.RageJsonResponse.Builder
Initializes the value for the requestSuccessful attribute.
setResolver(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the resolver attribute.
setResolver(BuildRuleResolver) - Method in class com.facebook.buck.rules.ActionGraphAndResolver.Builder
Initializes the value for the resolver attribute.
setResourceDetails(AndroidPackageableCollection.ResourceDetails) - Method in class com.facebook.buck.android.AndroidPackageableCollection.Builder
Initializes the value for the resourceDetails attribute.
setResourceDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Sets or replaces all elements for resourceDirectories list.
setResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Sets or replaces all elements for resourceDirs set.
setResourceFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Sets or replaces all elements for resourceFiles set.
setResourceFilter(FilterResourcesStep.ResourceFilter) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
 
setResourcePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet.Builder
Sets or replaces all elements for resourcePaths set.
setResourcesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the resourcesPath attribute.
setResourcesWithEmptyResButNonEmptyAssetsDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Sets or replaces all elements for resourcesWithEmptyResButNonEmptyAssetsDir set.
setResourcesWithNonEmptyResDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Sets or replaces all elements for resourcesWithNonEmptyResDir list.
setResourceVariantFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources.Builder
Sets or replaces all elements for resourceVariantFiles set.
setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Initializes the value for the responseSizeBytes attribute.
setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Initializes the value for the responseSizeBytes attribute.
setResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Initializes the value for the responseSizeBytes attribute.
setResponseSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the optional value responseSizeBytes to responseSizeBytes.
setResults(Map<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult.Builder
Sets or replaces all mappings from the specified map as entries for the results map.
setRevisionIdOffTracked(String) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Initializes the optional value revisionIdOffTracked to revisionIdOffTracked.
setRevisionIdOffTracked(Optional<String>) - Method in class com.facebook.buck.rage.SourceControlInfo.Builder
Initializes the optional value revisionIdOffTracked to revisionIdOffTracked.
setRobolectricLogPath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value robolectricLogPath to robolectricLogPath.
setRobolectricLogPath(Optional<Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value robolectricLogPath to robolectricLogPath.
setRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxHeadersDir.Builder
Initializes the value for the root attribute.
setRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSandboxInclude.Builder
Initializes the value for the root attribute.
setRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders.Builder
Initializes the value for the root attribute.
setRoot(SourcePath) - Method in class com.facebook.buck.rules.args.GlobArg.Builder
Initializes the value for the root attribute.
setRootCell(Cell) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the rootCell attribute.
setRoots(Map<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries.Builder
Sets or replaces all mappings from the specified map as entries for the roots map.
setRotateLog(boolean) - Method in class com.facebook.buck.log.LogConfigSetup.Builder
Initializes the value for the rotateLog attribute.
setRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the value for the ruleFinder attribute.
setRuleFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags.Builder
Sets or replaces all elements for ruleFlags list.
setRuleKey(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value ruleKey to ruleKey.
setRuleKey(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value ruleKey to ruleKey.
setRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys.Builder
Initializes the value for the ruleKey attribute.
setRuleKeyLoggerLogFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value ruleKeyLoggerLogFile to ruleKeyLoggerLogFile.
setRuleKeyLoggerLogFile(Optional<Path>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value ruleKeyLoggerLogFile to ruleKeyLoggerLogFile.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo.Builder
Sets or replaces all elements for ruleKeys set.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult.Builder
Sets or replaces all elements for ruleKeys set.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Sets or replaces all elements for ruleKeys set.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal.Builder
Sets or replaces all elements for ruleKeys set.
setRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult.Builder
Sets or replaces all elements for ruleKeys set.
setRules(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput.Builder
Sets or replaces all elements for rules set.
setRules(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules.Builder
Sets or replaces all elements for rules list.
setRunAllTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the runAllTests attribute.
setRunId(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
Initializes the value for the runId attribute.
setRuntimeLdflags(Multimap<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all mappings from the specified map as entries for the runtimeLdflags map.
setSafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Sets or replaces all elements for safeAnnotationProcessors set.
setSampleRate(float) - Method in class com.facebook.buck.util.SampleRate.Builder
Initializes the value for the sampleRate attribute.
setSandboxTree(SymlinkTree) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value sandboxTree to sandboxTree.
setSandboxTree(Optional<SymlinkTree>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory.Builder
Initializes the optional value sandboxTree to sandboxTree.
setSchedulerService(ScheduledExecutorService) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Initializes the value for the schedulerService attribute.
setScheduleType(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the scheduleType attribute.
setScope(IjDependencyListBuilder.Scope) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData.Builder
Initializes the value for the scope attribute.
setSdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value sdkName to sdkName.
setSdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value sdkName to sdkName.
setSdkPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Initializes the value for the sdkPath attribute.
setSdkType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value sdkType to sdkType.
setSdkType(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Initializes the optional value sdkType to sdkType.
setSection(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the value for the section attribute.
setSequenceNumber(int) - Method in class com.facebook.buck.test.TestResults.Builder
Initializes the value for the sequenceNumber attribute.
setServer(URI) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData.Builder
Initializes the value for the server attribute.
setServer(URI) - Method in class com.facebook.buck.slb.PerServerData.Builder
Initializes the value for the server attribute.
setServer(URI) - Method in class com.facebook.buck.slb.PerServerPingData.Builder
Initializes the value for the server attribute.
setServerPool(Iterable<? extends URI>) - Method in class com.facebook.buck.slb.ClientSideSlbConfig.Builder
Sets or replaces all elements for serverPool list.
setServerUnhealthy(boolean) - Method in class com.facebook.buck.slb.PerServerData.Builder
Initializes the value for the serverUnhealthy attribute.
setService(HttpService) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig.Builder
Initializes the value for the service attribute.
setSettings(Optional<NSDictionary>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
setSharedLibraryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the sharedLibraryExtension attribute.
setSharedLibraryInterfaceFactory(SharedLibraryInterfaceFactory) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value sharedLibraryInterfaceFactory to sharedLibraryInterfaceFactory.
setSharedLibraryInterfaceFactory(Optional<SharedLibraryInterfaceFactory>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the optional value sharedLibraryInterfaceFactory to sharedLibraryInterfaceFactory.
setSharedLibraryVersionedExtensionFormat(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the sharedLibraryVersionedExtensionFormat attribute.
setShellPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Sets the path to the shell under which the script is to be executed.
setShellScript(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXShellScriptBuildPhase
Sets the contents of the script to execute.
setShortName(String) - Method in class com.facebook.buck.model.UnflavoredBuildTarget.Builder
Initializes the value for the shortName attribute.
setShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the shouldExplainTestSelectorList attribute.
setShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the shouldExplainTestSelectorList attribute.
setShouldReportAbsolutePaths(boolean) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the shouldReportAbsolutePaths attribute.
setShufflingTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the shufflingTests attribute.
setsid() - Method in interface com.facebook.buck.util.Libc
 
setSimulatorState(AppleSimulatorState) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Initializes the value for the simulatorState attribute.
setSize(long) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the value for the size attribute.
setSoname(String) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Initializes the optional value soname to soname.
setSoname(Optional<String>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents.Builder
Initializes the optional value soname to soname.
setSoname(String) - Method in class com.facebook.buck.cxx.OmnibusLibrary.Builder
Initializes the value for the soname attribute.
setSonameMapping(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult.Builder
Initializes the value for the sonameMapping attribute.
setSonameMergeMap(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value sonameMergeMap to sonameMergeMap.
setSonameMergeMap(Optional<ImmutableSortedMap<String, String>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult.Builder
Initializes the optional value sonameMergeMap to sonameMergeMap.
setSortOrder(IjDependencyListBuilder.SortOrder) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry.Builder
Initializes the value for the sortOrder attribute.
setSortPolicy(PBXGroup.SortPolicy) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXGroup
 
setSource(String) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
Initializes the value for the source attribute.
setSource(SourcePath) - Method in class com.facebook.buck.rules.coercer.OcamlSource.Builder
Initializes the value for the source attribute.
setSourceControlInfo(SourceControlInfo) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the optional value sourceControlInfo to sourceControlInfo.
setSourceControlInfo(Optional<SourceControlInfo>) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the optional value sourceControlInfo to sourceControlInfo.
setSourceGroup(List<GroupedSource>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroup to sourceGroup.
setSourceGroup(Optional<List<GroupedSource>>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroup to sourceGroup.
setSourceGroupName(String) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroupName to sourceGroupName.
setSourceGroupName(Optional<String>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroupName to sourceGroupName.
setSourceGroupPathRelativeToTarget(Path) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroupPathRelativeToTarget to sourceGroupPathRelativeToTarget.
setSourceGroupPathRelativeToTarget(Optional<Path>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceGroupPathRelativeToTarget to sourceGroupPathRelativeToTarget.
setSourceJar(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Initializes the optional value sourceJar to sourceJar.
setSourceJar(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Initializes the optional value sourceJar to sourceJar.
setSourceLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the sourceLevel attribute.
setSourcePath(SourcePath) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
Initializes the value for the sourcePath attribute.
setSourcePath(SourcePath) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourcePath to sourcePath.
setSourcePath(Optional<SourcePath>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourcePath to sourcePath.
setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the optional value sourcePath to sourcePath.
setSourcePath(Optional<SourcePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the optional value sourcePath to sourcePath.
setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
setSourcePath(SourcePath) - Method in class com.facebook.buck.rules.SourceWithFlags.Builder
Initializes the value for the sourcePath attribute.
setSourcePathAsRule(BuildTargetSourcePath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
To be called from RuleKeyBuilder.setSourcePath(SourcePath) in case BuildTargetSourcePath should be handled as a build rule.
setSourcePathDirectly(SourcePath) - Method in class com.facebook.buck.rules.keys.RuleKeyBuilder
setSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the value for the sourcePathResolver attribute.
setSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.rules.BuildContext.Builder
Initializes the value for the sourcePathResolver attribute.
setSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies.Builder
Sets or replaces all elements for sourcePaths set.
setSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.FrameworkDependencies.Builder
Sets or replaces all elements for sourcePaths set.
setSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DIncludes.Builder
Sets or replaces all elements for sources sortedSet.
setSourcesSet(Iterable<? extends Map.Entry<String, CxxSource>>) - Method in class com.facebook.buck.cxx.CxxSourceSet.Builder
Sets or replaces all elements for sourcesSet set.
setSourceToBootclasspath(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Sets or replaces all mappings from the specified map as entries for the sourceToBootclasspath map.
setSourceTree(PBXReference.SourceTree) - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
setSourceTreePath(SourceTreePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the optional value sourceTreePath to sourceTreePath.
setSourceTreePath(Optional<SourceTreePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the optional value sourceTreePath to sourceTreePath.
setSourceWithFlags(SourceWithFlags) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceWithFlags to sourceWithFlags.
setSourceWithFlags(Optional<SourceWithFlags>) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the optional value sourceWithFlags to sourceWithFlags.
setSpoolMode(AbstractJavacOptions.SpoolMode) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the spoolMode attribute.
setStampedeBuildId(BuildId) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the optional value stampedeBuildId to stampedeBuildId.
setStampedeBuildId(Optional<BuildId>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the optional value stampedeBuildId to stampedeBuildId.
setStart(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Initializes the optional value start to start.
setStart(Optional<BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair.Builder
Initializes the optional value start to start.
setStartIndex(int) - Method in class com.facebook.buck.model.MacroMatchResult.Builder
Initializes the value for the startIndex attribute.
setState(DistBuildState) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs.Builder
Initializes the value for the state attribute.
setStaticLibraryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the staticLibraryExtension attribute.
setStatus(BuildStatus) - Method in class com.facebook.buck.distributed.DistBuildStatus.Builder
Initializes the value for the status attribute.
setStatus(AbstractDoctorSuggestion.StepStatus) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Initializes the value for the status attribute.
setStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdErrLogLevel(Optional<Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value stdErrLogLevel to stdErrLogLevel.
setStdIn(InputStream) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the stdIn attribute.
setStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setStdOutLogLevel(Optional<Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value stdOutLogLevel to stdOutLogLevel.
setSteps(Iterable<? extends Step>) - Method in class com.facebook.buck.cli.TestRun.Builder
Sets or replaces all elements for steps list.
setStoreClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the value for the storeClient attribute.
setStoreDataBuilder(HttpArtifactCacheEventStoreData.Builder) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
setStream(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair.Builder
Initializes the value for the stream attribute.
setStrip(Tool) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the strip attribute.
setStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Sets or replaces all elements for stripFlags list.
setStrippedObjectName(String) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
Initializes the value for the strippedObjectName attribute.
setStubBinary(Path) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value stubBinary to stubBinary.
setStubBinary(Optional<Path>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value stubBinary to stubBinary.
setStubBinaryPath(Path) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value stubBinaryPath to stubBinaryPath.
setStubBinaryPath(Optional<Path>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value stubBinaryPath to stubBinaryPath.
setSubCommand(String) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the subCommand attribute.
setSubjectCommonName(String) - Method in class com.facebook.buck.apple.CodeSignIdentity.Builder
Initializes the value for the subjectCommonName attribute.
setSuggestion(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion.Builder
Initializes the value for the suggestion attribute.
setSuggestions(Iterable<? extends DoctorSuggestion>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse.Builder
Sets or replaces all elements for suggestions list.
setSuperConsoleEnabled(boolean) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the superConsoleEnabled attribute.
setSupportedArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Sets or replaces all elements for supportedArchitectures set.
setSupportedProductFamilyIDs(Iterable<Integer>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile.Builder
Sets or replaces all elements for supportedProductFamilyIDs set.
setSwift(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Initializes the value for the swift attribute.
setSwiftName(String) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value swiftName to swiftName.
setSwiftName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform.Builder
Initializes the optional value swiftName to swiftName.
setSwiftPlatform(SwiftPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value swiftPlatform to swiftPlatform.
setSwiftPlatform(Optional<SwiftPlatform>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value swiftPlatform to swiftPlatform.
setSwiftRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Sets or replaces all elements for swiftRuntimePaths set.
setSwiftStaticRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Sets or replaces all elements for swiftStaticRuntimePaths set.
setSwiftStdlibTool(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform.Builder
Initializes the value for the swiftStdlibTool attribute.
setSymbolNameTool(SymbolNameTool) - Method in class com.facebook.buck.cxx.CxxPlatform.Builder
Initializes the value for the symbolNameTool attribute.
setSystemMemory(long) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the systemMemory attribute.
setTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo.Builder
Sets or replaces all mappings from the specified map as entries for the tags map.
setTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Sets or replaces all mappings from the specified map as entries for the tags map.
setTagSets(Multimap<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Sets or replaces all mappings from the specified map as entries for the tagSets map.
setTarget(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Finished.Builder
 
setTarget(BuildTarget) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Initializes the value for the target attribute.
setTargetAppPlatform(String) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the targetAppPlatform attribute.
setTargetArch(NdkCxxPlatforms.TargetArch) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the targetArch attribute.
setTargetArchAbi(NdkCxxPlatforms.TargetArchAbi) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the targetArchAbi attribute.
setTargetCpuType(NdkCxxPlatforms.TargetCpuType) - Method in class com.facebook.buck.android.StrippedObjectDescription.Builder
Initializes the value for the targetCpuType attribute.
setTargetDevice(TargetDevice) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value targetDevice to targetDevice.
setTargetDevice(Optional<TargetDevice>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value targetDevice to targetDevice.
setTargetDeviceOptions(TargetDeviceOptions) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value targetDeviceOptions to targetDeviceOptions.
setTargetDeviceOptions(Optional<TargetDeviceOptions>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the optional value targetDeviceOptions to targetDeviceOptions.
setTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets.Builder
Initializes the value for the targetGraph attribute.
setTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes.Builder
Initializes the value for the targetGraph attribute.
setTargetHash(String) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value targetHash to targetHash.
setTargetHash(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions.Builder
Initializes the optional value targetHash to targetHash.
setTargetLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the targetLevel attribute.
setTargetNodes(Iterable<TargetNode<?, ?>>) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes.Builder
Initializes the value for the targetNodes attribute.
setTargets(Iterable<? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary.Builder
Sets or replaces all elements for targets set.
setTargets(Iterable<? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule.Builder
Sets or replaces all elements for targets set.
setTargetSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value targetSdkVersion to targetSdkVersion.
setTargetSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value targetSdkVersion to targetSdkVersion.
setTest(TestRule) - Method in class com.facebook.buck.cli.TestRun.Builder
Initializes the value for the test attribute.
setTestCases(Iterable<? extends TestCaseSummary>) - Method in class com.facebook.buck.test.TestResults.Builder
Sets or replaces all elements for testCases list.
setTestClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Sets or replaces all elements for testClasses list.
setTestFilter(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value testFilter to testFilter.
setTestFilter(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the optional value testFilter to testFilter.
setTestLogPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.test.TestResults.Builder
Sets or replaces all elements for testLogPaths list.
setTestPackage(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the testPackage attribute.
setTestReportingCallback(TestRule.TestReportingCallback) - Method in class com.facebook.buck.cli.TestRun.Builder
Initializes the value for the testReportingCallback attribute.
setTestResultCacheMode(AbstractTestRunningOptions.TestResultCacheMode) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the testResultCacheMode attribute.
setTestResultsCallable(Callable<TestResults>) - Method in class com.facebook.buck.cli.TestRun.Builder
Initializes the value for the testResultsCallable attribute.
setTestRunner(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the testRunner attribute.
setTestRunnerClasspath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs.Builder
Initializes the value for the testRunnerClasspath attribute.
setTestRunnerClasspath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the testRunnerClasspath attribute.
setTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value testSelectorList to testSelectorList.
setTestSelectorList(Optional<TestSelectorList>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the optional value testSelectorList to testSelectorList.
setTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.test.TestRunningOptions.Builder
Initializes the value for the testSelectorList attribute.
setTestType(TestType) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs.Builder
Initializes the value for the testType attribute.
setThinTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.MultiarchFileInfo.Builder
Sets or replaces all elements for thinTargets list.
setThriftEndpointPath(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the optional value thriftEndpointPath to thriftEndpointPath.
setThriftEndpointPath(Optional<String>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs.Builder
Initializes the optional value thriftEndpointPath to thriftEndpointPath.
setTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the timeoutSeconds attribute.
setTimestamp(long) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent.Builder
Initializes the value for the timestamp attribute.
setTimestampMillis(long) - Method in class com.facebook.buck.log.InvocationInfo.Builder
Initializes the value for the timestampMillis attribute.
setTimestampMillis(long) - Method in class com.facebook.buck.test.TestStatusMessage.Builder
Initializes the value for the timestampMillis attribute.
setToolchain(NdkCxxPlatforms.Toolchain) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the toolchain attribute.
setToolchainPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths.Builder
Sets or replaces all elements for toolchainPaths set.
setToolchains(Iterable<? extends AppleToolchain>) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Sets or replaces all elements for toolchains list.
setToolchainTarget(NdkCxxPlatforms.ToolchainTarget) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration.Builder
Initializes the value for the toolchainTarget attribute.
setTotalNumberOfTests(int) - Method in class com.facebook.buck.test.TestResults.Builder
Initializes the value for the totalNumberOfTests attribute.
setTraceFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value traceFile to traceFile.
setTraceFile(Optional<Path>) - Method in class com.facebook.buck.rage.BuildLogEntry.Builder
Initializes the optional value traceFile to traceFile.
setTrackClassUsageNotDisabled(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the trackClassUsageNotDisabled attribute.
setType(AbstractNdkCxxPlatformCompiler.Type) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
Initializes the value for the type attribute.
setType(AbstractGroupedSource.Type) - Method in class com.facebook.buck.apple.GroupedSource.Builder
Initializes the value for the type attribute.
setType(CacheResultType) - Method in class com.facebook.buck.artifact_cache.CacheResult.Builder
Initializes the value for the type attribute.
setType(AbstractCxxSource.Type) - Method in class com.facebook.buck.cxx.CxxSource.Builder
Initializes the value for the type attribute.
setType(CxxToolProvider.Type) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
Initializes the optional value type to type.
setType(Optional<CxxToolProvider.Type>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams.Builder
Initializes the optional value type to type.
setType(IjDependencyListBuilder.Type) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry.Builder
Initializes the value for the type attribute.
setType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder.Builder
Initializes the value for the type attribute.
setType(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Initializes the value for the type attribute.
setType(AbstractFrameworkPath.Type) - Method in class com.facebook.buck.rules.coercer.FrameworkPath.Builder
Initializes the value for the type attribute.
setType(AbstractSourceList.Type) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the value for the type attribute.
setType(AbstractSourceWithFlagsList.Type) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the value for the type attribute.
setType(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec.Builder
Initializes the value for the type attribute.
setType(AbstractHashCodeAndFileType.Type) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType.Builder
Initializes the value for the type attribute.
SetTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
setUdid(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator.Builder
Initializes the value for the udid attribute.
setUnflavoredBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.model.BuildTarget.Builder
Initializes the value for the unflavoredBuildTarget attribute.
setUnnamedSources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the optional value unnamedSources to unnamedSources.
setUnnamedSources(Optional<ImmutableSortedSet<SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList.Builder
Initializes the optional value unnamedSources to unnamedSources.
setUnnamedSources(ImmutableSortedSet<SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the optional value unnamedSources to unnamedSources.
setUnnamedSources(Optional<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList.Builder
Initializes the optional value unnamedSources to unnamedSources.
setupLoggers(InvocationInfo, OutputStream, OutputStream, Verbosity) - Method in class com.facebook.buck.log.GlobalStateManager
 
setupLogging(LogConfigSetup) - Static method in class com.facebook.buck.log.LogConfig
Creates the log output directory and concatenates logging.properties files together to configure or re-configure LogManager.
setupTracing(JavaCompiler.CompilationTask, JavacPhaseTracer, Object) - Static method in class com.facebook.buck.jvm.java.tracing.TracingTaskListener
 
setupTracing(BuildTarget, ClassLoaderCache, JavacEventSink, JavaCompiler.CompilationTask, Object) - Static method in class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
setUrl(URI) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Initializes the value for the url attribute.
setUrl(String) - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot.Builder
Initializes the value for the url attribute.
setUrl(String) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder.Builder
Initializes the value for the url attribute.
setUseMercurialGlob(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the useMercurialGlob attribute.
setUser(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription.Builder
Initializes the value for the user attribute.
setUserIssueDescription(String) - Method in class com.facebook.buck.rage.UserReport.Builder
Initializes the value for the userIssueDescription attribute.
setUserLocalConfiguration(UserLocalConfiguration) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the value for the userLocalConfiguration attribute.
setUserReport(UserReport) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the optional value userReport to userReport.
setUserReport(Optional<UserReport>) - Method in class com.facebook.buck.rage.DefectReport.Builder
Initializes the optional value userReport to userReport.
setUseWatchmanGlob(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the useWatchmanGlob attribute.
setUUID(String) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata.Builder
Initializes the value for the uUID attribute.
setValue(String) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the optional value value to value.
setValue(Optional<String>) - Method in class com.facebook.buck.cli.ConfigValue.Builder
Initializes the optional value value to value.
setValue(long) - Method in class com.facebook.buck.event.EventKey.Builder
Initializes the value for the value attribute.
setValue(String) - Method in class com.facebook.buck.event.PerfEventId.Builder
Initializes the value for the value attribute.
setValue(int) - Method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit.Builder
Initializes the value for the value attribute.
setValue(boolean) - Method in class com.facebook.buck.parser.SpeculativeParsing.Builder
Initializes the value for the value attribute.
setValue(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field.Builder
Initializes the value for the value attribute.
setValues(Map<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot.Builder
Sets or replaces all mappings from the specified map as entries for the values map.
setVerbose(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions.Builder
Initializes the value for the verbose attribute.
setVerificationErrors(Iterable<String>) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult.Builder
Sets or replaces all elements for verificationErrors list.
setVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler.Builder
Initializes the value for the version attribute.
setVersion(String) - Method in class com.facebook.buck.apple.AppleSdk.Builder
Initializes the value for the version attribute.
setVersion(String) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Initializes the optional value version to version.
setVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleToolchain.Builder
Initializes the optional value version to version.
setVersion(String) - Method in class com.facebook.buck.rules.VersionedTool.Builder
Initializes the value for the version attribute.
setVersionCode(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value versionCode to versionCode.
setVersionCode(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value versionCode to versionCode.
setVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the value for the versionedTargetGraphCache attribute.
setVersionName(String) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value versionName to versionName.
setVersionName(Optional<String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries.Builder
Initializes the optional value versionName to versionName.
setVersions(Map<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse.Builder
Sets or replaces all mappings from the specified map as entries for the versions map.
setVersionString(String) - Method in class com.facebook.buck.jvm.java.JavacVersion.Builder
Initializes the value for the versionString attribute.
setVersionString(String) - Method in class com.facebook.buck.python.PythonVersion.Builder
Initializes the value for the versionString attribute.
setWasStoreSuccessful(boolean) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value wasStoreSuccessful to wasStoreSuccessful.
setWasStoreSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData.Builder
Initializes the optional value wasStoreSuccessful to wasStoreSuccessful.
setWatchAppPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations.Builder
Initializes the value for the watchAppPath attribute.
setWatchman(Watchman) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the watchman attribute.
setWatchmanDiagReport(Path) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport.Builder
Initializes the optional value watchmanDiagReport to watchmanDiagReport.
setWatchmanDiagReport(Optional<Path>) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport.Builder
Initializes the optional value watchmanDiagReport to watchmanDiagReport.
setWatchmanGlobStatResults(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the watchmanGlobStatResults attribute.
setWatchmanQueryTimeoutMs(long) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the optional value watchmanQueryTimeoutMs to watchmanQueryTimeoutMs.
setWatchmanQueryTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the optional value watchmanQueryTimeoutMs to watchmanQueryTimeoutMs.
setWatchmanUseGlobGenerator(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions.Builder
Initializes the value for the watchmanUseGlobGenerator attribute.
setWebServer(WebServer) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value webServer to webServer.
setWebServer(Optional<WebServer>) - Method in class com.facebook.buck.cli.CommandRunnerParams.Builder
Initializes the optional value webServer to webServer.
setWeightEstimateForTesting(int) - Method in class com.facebook.buck.dalvik.EstimateDexWeightStep
 
setWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification.Builder
Sets or replaces all elements for whitelist sortedSet.
setWhitelistedStringDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails.Builder
Sets or replaces all elements for whitelistedStringDirectories set.
setWhitelistedStringDirs(ImmutableSet<Path>) - Method in class com.facebook.buck.android.FilterResourcesStep.Builder
 
setWorkerProcessPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext.Builder
Initializes the value for the workerProcessPools attribute.
setWriteHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry.Builder
Sets or replaces all mappings from the specified map as entries for the writeHeaders map.
setWriter(ConsoleHandlerState.Writer) - Method in interface com.facebook.buck.log.GlobalStateManager.LoggerIsMappedToThreadScope
 
setXcodeBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value xcodeBuildVersion to xcodeBuildVersion.
setXcodeBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value xcodeBuildVersion to xcodeBuildVersion.
setXcodeVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value xcodeVersion to xcodeVersion.
setXcodeVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the optional value xcodeVersion to xcodeVersion.
setXctest(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform.Builder
Initializes the value for the xctest attribute.
setYaccCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value yaccCompiler to yaccCompiler.
setYaccCompiler(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext.Builder
Initializes the optional value yaccCompiler to yaccCompiler.
severe(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
severe(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
sh_addr - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sh_addralign - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sh_entsize - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sh_flags - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sh_info - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sh_link - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sh_name - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sh_off - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sh_size - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sh_type - Variable in class com.facebook.buck.cxx.elf.ElfSectionHeader
 
sha1 - Variable in class com.facebook.buck.file.RemoteFileDescription.Arg
 
Sha1HashCode - Class in com.facebook.buck.util.sha1
A typesafe representation of a SHA-1 hash.
SHALLOW - Static variable in class com.facebook.buck.jvm.java.intellij.AggregationMode
 
SHARED_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
SHARED_LIBRARY_SYMLINK_TREE_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
SharedLibraryInterfaceFactory - Interface in com.facebook.buck.cxx
Factory class which produces a BuildRule that generates a shared library interface.
sharedLibs - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
ShBinary - Class in com.facebook.buck.shell
 
ShBinary(BuildRuleParams, SourcePathResolver, SourcePath, ImmutableSet<SourcePath>) - Constructor for class com.facebook.buck.shell.ShBinary
 
ShBinaryDescription - Class in com.facebook.buck.shell
 
ShBinaryDescription() - Constructor for class com.facebook.buck.shell.ShBinaryDescription
 
ShBinaryDescription.Arg - Class in com.facebook.buck.shell
 
Shell - Class in com.facebook.buck.shell
 
SHELL_ESCAPER - Static variable in class com.facebook.buck.util.Escaper
Platform-aware shell quoting Function which can be passed to Iterables.transform() TODO(sdwilsh): get proper cmd.EXE escaping implemented on Windows
shellQuoteJoin(Iterable<String>, String) - Static method in class com.facebook.buck.shell.Shell
Quotes all strings using Escaper.escapeAsBashString and joins them using sep.
ShellStep - Class in com.facebook.buck.shell
 
ShellStep(Path) - Constructor for class com.facebook.buck.shell.ShellStep
 
SHORT_NAME - Static variable in class com.facebook.buck.android.ConcatStep
 
SHORT_NAME - Static variable in class com.facebook.buck.android.SmartDexingStep
 
shorten(Path) - Method in interface com.facebook.buck.cxx.PathShortener
 
shouldAlwaysSortThreadsByTime() - Method in class com.facebook.buck.event.listener.SuperConsoleConfig
 
shouldCacheBinaries() - Method in class com.facebook.buck.jvm.java.JavaBuckConfig
 
shouldCacheBinaries() - Method in class com.facebook.buck.lua.LuaBuckConfig
 
shouldCacheBinaries() - Method in interface com.facebook.buck.lua.LuaConfig
 
shouldCacheBinaries() - Method in class com.facebook.buck.python.PythonBuckConfig
 
shouldCacheLinks() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
shouldCacheLinks() - Method in class com.facebook.buck.haskell.HaskellBuckConfig
 
shouldCacheLinks() - Method in interface com.facebook.buck.haskell.HaskellConfig
 
shouldClearAndOverwriteMetadataOnDisk() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
shouldDownscale() - Method in class com.facebook.buck.android.FilterResourcesStep.ResourceFilter
 
shouldExcludeTransitiveTests() - Method in class com.facebook.buck.cli.TestCommand
 
shouldExcludeWin() - Method in class com.facebook.buck.cli.TestCommand
 
shouldExplain() - Method in class com.facebook.buck.cli.TestSelectorOptions
 
shouldExplainTestSelectorList() - Method in class com.facebook.buck.rules.TestRunEvent.Started
 
shouldExplainTestSelectorList() - Method in class com.facebook.buck.test.TestRunningOptions
 
shouldExplainTestSelectors - Variable in class com.facebook.buck.testrunner.BaseRunner
 
shouldFlushStdOutErrAsProgressIsMade(Verbosity) - Method in class com.facebook.buck.android.NdkBuildStep
 
shouldFlushStdOutErrAsProgressIsMade(Verbosity) - Method in class com.facebook.buck.shell.ShellStep
By default, the output written to stdout and stderr will be buffered into individual ByteArrayOutputStreams and then converted into strings for easier consumption.
shouldGenerateBFSOutput() - Method in class com.facebook.buck.cli.QueryCommand
 
shouldGenerateDotOutput() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
shouldGenerateDotOutput() - Method in class com.facebook.buck.cli.QueryCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditClasspathCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditFlavorsCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditInputCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditOwnerCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.AuditTestsCommand
 
shouldGenerateJsonOutput() - Method in class com.facebook.buck.cli.QueryCommand
 
shouldGenerateStatistics() - Method in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
shouldGenerateTabbedOutput() - Method in class com.facebook.buck.cli.AuditConfigCommand
 
shouldIncludeBuildTargetIntoFocusedProject(ImmutableSet<UnflavoredBuildTarget>, BuildTarget) - Static method in class com.facebook.buck.apple.project_generator.ProjectGenerator
Returns true if a target matches a set of unflavored targets or the main target.
shouldIncludeTests() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
shouldInstallViaSd() - Method in class com.facebook.buck.cli.InstallCommand
 
shouldKeepUserData() - Method in class com.facebook.buck.cli.UninstallCommand.UninstallOptions
 
shouldOutputAttributes() - Method in class com.facebook.buck.cli.QueryCommand
 
shouldPrintBinaryRunInformation() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintCommand() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintOutput() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintSelectCommandOutput() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintStandardInformation() - Method in enum com.facebook.buck.util.Verbosity
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.android.AidlStep
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.android.DxStep
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.android.NdkBuildStep
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.shell.AbstractGenruleStep
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.shell.ShellStep
 
shouldPrintStderr(Verbosity) - Method in class com.facebook.buck.thrift.ThriftCompilerStep
 
shouldPrintStdout(Verbosity) - Method in class com.facebook.buck.android.DxStep
 
shouldPrintStdout(Verbosity) - Method in class com.facebook.buck.shell.ShellStep
 
shouldProcessAnnotations() - Method in class com.facebook.buck.cli.ProjectCommand
 
shouldReportAbsolutePaths() - Method in class com.facebook.buck.cli.BuildCommand
 
shouldReportAbsolutePaths() - Method in class com.facebook.buck.step.ExecutionContext
 
shouldSanitizeOutputBinary() - Method in interface com.facebook.buck.cxx.Compiler
 
shouldSanitizeOutputBinary() - Method in class com.facebook.buck.cxx.DefaultCompiler
 
shouldSanitizeOutputBinary() - Method in class com.facebook.buck.cxx.WindowsCompiler
 
shouldShowTransitiveDependencies() - Method in class com.facebook.buck.cli.AuditDependenciesCommand
 
shouldStartActivity() - Method in class com.facebook.buck.cli.InstallCommand
 
shouldUninstallFirst() - Method in class com.facebook.buck.cli.InstallCommand
 
shouldUploadResultingArtifact() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
shouldUploadResultingArtifactInputBased() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
shouldUploadResultingArtifactManifestBased() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
shouldUseHeaderMapsInXcodeProject() - Method in class com.facebook.buck.apple.AppleConfig
 
shouldUseJsonFormat() - Method in class com.facebook.buck.cli.TargetsCommand
Determines if the results should be in JSON format.
shouldUseSharedLibraryInterfaces() - Method in class com.facebook.buck.cxx.CxxBuckConfig
 
shouldUseVerbosityFlagIfAvailable() - Method in enum com.facebook.buck.util.Verbosity
 
shouldVerifyConstructorArguments() - Method in class com.facebook.buck.io.ProjectFilesystem
For testing purposes, subclasses might want to skip some of the verification done by the constructor on its arguments.
shouldWriteRecordedMetadataToDiskAfterBuilding() - Method in enum com.facebook.buck.rules.BuildRuleSuccessType
 
SHOW_OUTPUT - Static variable in class com.facebook.buck.apple.project_generator.ProjectGenerator
 
showHelp() - Method in class com.facebook.buck.cli.AbstractCommand
 
ShowOptions - Class in com.facebook.buck.cli
Immutable implementation of TargetsCommand.AbstractShowOptions.
ShowOptions.Builder - Class in com.facebook.buck.cli
Builds instances of type ShowOptions.
showVersion() - Method in class com.facebook.buck.cli.BuckCommand
 
ShTest - Class in com.facebook.buck.shell
Test whose correctness is determined by running a specified shell script.
ShTest(BuildRuleParams, SourcePathResolver, SourcePathRuleFinder, SourcePath, ImmutableList<Arg>, ImmutableMap<String, Arg>, ImmutableSortedSet<SourcePath>, Optional<Long>, boolean, Set<Label>, ImmutableSet<String>) - Constructor for class com.facebook.buck.shell.ShTest
 
ShTestDescription - Class in com.facebook.buck.shell
 
ShTestDescription(Optional<Long>) - Constructor for class com.facebook.buck.shell.ShTestDescription
 
ShTestDescription.Arg - Class in com.facebook.buck.shell
 
Shutdown() - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Shutdown
 
shutdown(ExecutorService, long, TimeUnit) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
Shutdown service and wait for all it's tasks to terminate.
shutdown() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
shutDown() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
shutdownInput() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
shutdownNow() - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
shutdownOrThrow(ExecutorService, long, TimeUnit, RuntimeException) - Static method in class com.facebook.buck.util.concurrent.MostExecutors
Cancel the processing being carried out by the given service and waits for the processing to complete.
shutdownOutput() - Method in class com.facebook.buck.io.unixsocket.UnixDomainSocket
 
shutdownSoon(int) - Method in class com.facebook.buck.util.shutdown.NonReentrantSystemExit
 
shuttingDown() - Method in class com.facebook.buck.parser.ParsePipeline
 
SIGHUP - Static variable in class com.facebook.buck.util.Libc.Constants
 
signal(int, Pointer) - Method in interface com.facebook.buck.util.Libc
 
SimctlListOutputParsing - Class in com.facebook.buck.apple.simulator
Utility class to parse the output of `xcrun simctl list`.
simple(Object, Class<?>) - Static method in exception com.facebook.buck.rules.coercer.CoerceFailedException
 
simple(Object, Class<?>, String) - Static method in exception com.facebook.buck.rules.coercer.CoerceFailedException
 
SimpleConsoleEventBusListener - Class in com.facebook.buck.event.listener
Implementation of AbstractConsoleEventBusListener for terminals that don't support ansi.
SimpleConsoleEventBusListener(Console, Clock, TestResultSummaryVerbosity, Locale, Path, ExecutionEnvironment) - Constructor for class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
simplePerfEvent(SimplePerfEvent) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
SimplePerfEvent - Class in com.facebook.buck.event
An implementation of BuckEvents used for gathering performance statistics.
SimplePerfEvent(EventKey) - Constructor for class com.facebook.buck.event.SimplePerfEvent
 
SimplePerfEvent.Scope - Interface in com.facebook.buck.event
Represents the scope within which a particular performance operation is taking place.
SimplePerfEvent.Started - Interface in com.facebook.buck.event
 
SimplePerfEvent.Type - Enum in com.facebook.buck.event
 
SimpleProcessListener - Class in com.facebook.buck.util
Implementation of ListeningProcessExecutor.ProcessListener which decodes bytes to and from Java String data and stores the result in memory.
SimpleProcessListener() - Constructor for class com.facebook.buck.util.SimpleProcessListener
Constructs a SimpleProcessListener which closes stdin immediately and stores UTF-8 data received on stdout and stderr in memory.
SimpleProcessListener(CharSequence) - Constructor for class com.facebook.buck.util.SimpleProcessListener
Constructs a SimpleProcessListener which writes nextStdInToWrite to stdin encoded in UTF-8, closes it, and stores UTF-8 data received on stdout and stderr in memory.
SimpleProcessListener(CharSequence, Charset) - Constructor for class com.facebook.buck.util.SimpleProcessListener
Constructs a SimpleProcessListener which writes nextStdInToWrite to stdin encoded using charset, closes it, and stores data decoded using charset received on stdout and stderr in memory.
SimpleProcessListener(Iterator<CharBuffer>, Charset) - Constructor for class com.facebook.buck.util.SimpleProcessListener
Constructs a SimpleProcessListener which writes data from nextStdInToWrite to stdin encoded using charset, closes it, and stores data decoded using charset received on stdout and stderr in memory.
SimpleTestSelector - Class in com.facebook.buck.test.selectors
A TestDescription will match if this selector's class-part is identical to the TestDescriptions class name (same for the method name).
SimpleTestSelector(String, String) - Constructor for class com.facebook.buck.test.selectors.SimpleTestSelector
 
SimplificationLimit - Class in com.facebook.buck.jvm.java.intellij
Immutable implementation of IjSourceRootSimplifier.AbstractSimplificationLimit.
SimplificationLimit.Builder - Class in com.facebook.buck.jvm.java.intellij
Builds instances of type SimplificationLimit.
simplify(SimplificationLimit, ImmutableSet<IjFolder>) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceRootSimplifier
Merges IjFolders of the same type and package prefix.
singleton() - Static method in class com.facebook.buck.log.GlobalStateManager
 
SingletonArtifactCacheFactory - Class in com.facebook.buck.artifact_cache
 
SingletonArtifactCacheFactory(ArtifactCache) - Constructor for class com.facebook.buck.artifact_cache.SingletonArtifactCacheFactory
 
SingletonBuildTargetPattern - Class in com.facebook.buck.model
A pattern that matches only one build target.
SingletonBuildTargetPattern(Path, String) - Constructor for class com.facebook.buck.model.SingletonBuildTargetPattern
 
SingleUriService - Class in com.facebook.buck.slb
 
SingleUriService(URI, OkHttpClient) - Constructor for class com.facebook.buck.slb.SingleUriService
 
size() - Method in class com.facebook.buck.android.AndroidPrebuiltAarCollection
 
size() - Method in class com.facebook.buck.rules.Manifest
 
size() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
SizeLimiter - Class in com.facebook.buck.rules.keys
A class that keeps track of size and throws an exception if the size limit is exceeded.
SizeLimiter(long) - Constructor for class com.facebook.buck.rules.keys.SizeLimiter
 
SizeLimiter.SizeLimitException - Exception in com.facebook.buck.rules.keys
 
SizeLimitException() - Constructor for exception com.facebook.buck.rules.keys.SizeLimiter.SizeLimitException
 
sizeOfSectionHeader(boolean) - Static method in class com.facebook.buck.macho.SectionUtils
 
sizeOfStringTableEntryWithContents(String) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
 
SizeUnit - Enum in com.facebook.buck.util.unit
 
skeleton - Variable in class com.facebook.buck.android.AndroidManifestDescription.Arg
 
skip(long) - Method in interface com.facebook.buck.util.RichStream
 
skipCrunchPngs - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
skipProguard - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
SlbBuckConfig - Class in com.facebook.buck.slb
 
SlbBuckConfig(BuckConfig, String) - Constructor for class com.facebook.buck.slb.SlbBuckConfig
 
SmartDexingStep - Class in com.facebook.buck.android
Optimized dx command runner which can invoke multiple dx commands in parallel and also avoid doing unnecessary dx invocations in the first place.
SmartDexingStep(ProjectFilesystem, Path, Supplier<Set<Path>>, Optional<Path>, Optional<Supplier<Multimap<Path, Path>>>, SmartDexingStep.DexInputHashesProvider, Path, EnumSet<DxStep.Option>, ListeningExecutorService, Optional<Integer>) - Constructor for class com.facebook.buck.android.SmartDexingStep
 
SmartDexingStep.DexInputHashesProvider - Interface in com.facebook.buck.android
 
snapshotReferenceImagesPath - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
soname - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
soname(String) - Method in class com.facebook.buck.cxx.DarwinLinker
 
soname(String) - Method in class com.facebook.buck.cxx.GnuLinker
 
soname(String) - Method in interface com.facebook.buck.cxx.Linker
 
soname - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
soname(String) - Method in class com.facebook.buck.cxx.WindowsLinker
 
soname - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
sort(TraversableGraph<T>) - Static method in class com.facebook.buck.graph.TopologicalSort
 
sorted() - Method in interface com.facebook.buck.util.RichStream
 
sorted(Comparator<? super T>) - Method in interface com.facebook.buck.util.RichStream
 
SortedMapTypeCoercer<K extends Comparable<K>,V> - Class in com.facebook.buck.rules.coercer
 
SortedSetTypeCoercer<T extends Comparable<? super T>> - Class in com.facebook.buck.rules.coercer
 
sortFilesByAccessTime(File[]) - Static method in class com.facebook.buck.io.MoreFiles
Does an in-place sort of the specified files array.
sortIntoPrimaryAndSecondaryDexes(ProjectFilesystem, ImmutableList.Builder<Step>) - Method in class com.facebook.buck.android.PreDexedFilesSorter
 
source - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
SOURCE_EXTENSIONS - Static variable in class com.facebook.buck.cxx.CxxCompilables
Source files that can be preprocessed and compiled.
SOURCE_MAP - Static variable in class com.facebook.buck.js.ReactNativeFlavors
 
SOURCE_MAP_OUTPUT_FORMAT - Static variable in class com.facebook.buck.js.ReactNativeBundle
 
SourceBasedAbiStubber - Class in com.facebook.buck.jvm.java.abi
 
SourceControlInfo - Class in com.facebook.buck.rage
Immutable implementation of VcsInfoCollector.AbstractSourceControlInfo.
SourceControlInfo.Builder - Class in com.facebook.buck.rage
Builds instances of type SourceControlInfo.
SourceFolder - Class in com.facebook.buck.jvm.java.intellij
A path which contains a set of sources we wish to present to IntelliJ.
sourceJar - Variable in class com.facebook.buck.android.AndroidPrebuiltAarDescription.Arg
 
SourceJar(BuildRuleParams, ImmutableSortedSet<SourcePath>, Optional<String>, Optional<SourcePath>, MavenUberJar.TraversedDeps) - Constructor for class com.facebook.buck.jvm.java.MavenUberJar.SourceJar
 
sourceJar - Variable in class com.facebook.buck.jvm.java.PrebuiltJarDescription.Arg
 
SourceList - Class in com.facebook.buck.rules.coercer
Immutable implementation of AbstractSourceList.
SourceList.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type SourceList.
SourceListTypeCoercer - Class in com.facebook.buck.rules.coercer
 
sourcePath - Variable in class com.facebook.buck.cxx.CxxPrecompiledHeaderTemplate
 
SourcePath - Interface in com.facebook.buck.rules
Represents a source that is required to build a rule (typically a file).
SourcePathArg - Class in com.facebook.buck.rules.args
An Arg which wraps a SourcePath.
SourcePathArg(SourcePathResolver, SourcePath) - Constructor for class com.facebook.buck.rules.args.SourcePathArg
 
sourcePathExt(SourcePathResolver, String...) - Static method in class com.facebook.buck.ocaml.OcamlUtil
 
SourcePathResolver - Class in com.facebook.buck.rules
 
SourcePathResolver(SourcePathRuleFinder) - Constructor for class com.facebook.buck.rules.SourcePathResolver
 
SourcePathRuleFinder - Class in com.facebook.buck.rules
 
SourcePathRuleFinder(BuildRuleResolver) - Constructor for class com.facebook.buck.rules.SourcePathRuleFinder
 
SourcePaths - Class in com.facebook.buck.rules
Utilities for dealing with SourcePaths.
SourcePathTypeCoercer - Class in com.facebook.buck.rules.coercer
 
SourceRoot - Class in com.facebook.buck.rules
 
SourceRoot(String) - Constructor for class com.facebook.buck.rules.SourceRoot
 
SourceTreePath - Class in com.facebook.buck.apple.xcode.xcodeproj
Utility class representing a tuple of (SourceTree, Path) used for uniquely describing a file reference in a group.
SourceTreePath(PBXReference.SourceTree, Path, Optional<String>) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
SourceWithFlags - Class in com.facebook.buck.rules
Simple type representing a SourcePath and a list of file-specific flags.
SourceWithFlags.Builder - Class in com.facebook.buck.rules
Builds instances of type SourceWithFlags.
SourceWithFlagsList - Class in com.facebook.buck.rules.coercer
Simple type representing a list of SourceWithFlags.
SourceWithFlagsList.Builder - Class in com.facebook.buck.rules.coercer
Builds instances of type SourceWithFlagsList.
SourceWithFlagsListTypeCoercer - Class in com.facebook.buck.rules.coercer
 
SourceWithFlagsTypeCoercer - Class in com.facebook.buck.rules.coercer
A type coercer to handle source entries with a list of flags.
SparseRefreshFinished(AutoSparseStateEvents.SparseRefreshStarted) - Constructor for class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshFinished
 
SparseRefreshStarted() - Constructor for class com.facebook.buck.util.autosparse.AutoSparseStateEvents.SparseRefreshStarted
 
SpeculativeParsing - Class in com.facebook.buck.parser
Immutable implementation of PerBuildState.AbstractSpeculativeParsing.
SpeculativeParsing.Builder - Class in com.facebook.buck.parser
Builds instances of type SpeculativeParsing.
splitPath(Path) - Static method in class com.facebook.buck.apple.clang.HeaderMap.Builder
 
splitZip(ProjectFilesystem, Set<Path>, Path, Path, String, Path, long, Predicate<String>, Set<String>, ImmutableSet<String>, ImmutableSet<String>, ImmutableMultimap<APKModule, String>, APKModuleGraph, ZipSplitter.DexSplitStrategy, ZipSplitter.CanaryStrategy, Path) - Static method in class com.facebook.buck.dalvik.DalvikAwareZipSplitter
 
SplitZipStep - Class in com.facebook.buck.android
Split zipping tool designed to divide input code blobs into a set of output jar files such that none will exceed the DexOpt LinearAlloc limit or the dx method limit when passed through dx --dex.
SplitZipStep(ProjectFilesystem, Set<Path>, Path, Path, Path, String, Path, Path, Optional<Path>, Optional<Path>, boolean, DexSplitMode, Optional<Path>, Optional<Path>, Optional<Path>, Optional<Path>, ImmutableMultimap<APKModule, Path>, APKModuleGraph, Path) - Constructor for class com.facebook.buck.android.SplitZipStep
 
src - Variable in class com.facebook.buck.cxx.CxxPrecompiledHeaderDescription.Arg
 
src - Variable in class com.facebook.buck.shell.ExportFileDescription.Arg
 
SRC_JAR - Static variable in interface com.facebook.buck.jvm.java.Javac
 
SRC_JAR - Static variable in interface com.facebook.buck.jvm.java.JavaLibrary
It's possible to ask a JavaLibrary to collect its own sources and build a source jar.
SRC_ZIP - Static variable in interface com.facebook.buck.jvm.java.Javac
 
srcRoots - Variable in class com.facebook.buck.rules.ProjectConfigDescription.Arg
 
SrcRootsFinder - Class in com.facebook.buck.jvm.java
 
SrcRootsFinder(ProjectFilesystem) - Constructor for class com.facebook.buck.jvm.java.SrcRootsFinder
 
srcs - Variable in class com.facebook.buck.android.NdkLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
srcs - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
srcs - Variable in class com.facebook.buck.d.DBinaryDescription.Arg
 
srcs - Variable in class com.facebook.buck.d.DLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.d.DTestDescription.Arg
 
srcs - Variable in class com.facebook.buck.dotnet.CsharpLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.go.GoBinaryDescription.Arg
 
srcs - Variable in class com.facebook.buck.go.GoLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
srcs - Variable in class com.facebook.buck.graphql.GraphqlLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.haskell.HaskellBinaryDescription.Arg
 
srcs - Variable in class com.facebook.buck.haskell.HaskellLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.js.ReactNativeLibraryArgs
 
srcs - Variable in class com.facebook.buck.jvm.groovy.GroovyLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.lua.LuaLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.ocaml.OcamlBinaryDescription.Arg
 
srcs - Variable in class com.facebook.buck.ocaml.OcamlLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
srcs - Variable in class com.facebook.buck.rust.RustLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.rust.RustTestDescription.Arg
 
srcs - Variable in class com.facebook.buck.shell.AbstractGenruleDescription.Arg
 
srcs - Variable in class com.facebook.buck.shell.Genrule
The order in which elements are specified in the srcs attribute of a genrule matters.
srcs - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
srcs - Variable in class com.facebook.buck.thrift.ThriftConstructorArg
 
srcs - Variable in class com.facebook.buck.zip.ZipFileDescription.Arg
 
srcTarget - Variable in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
srcTarget - Variable in class com.facebook.buck.rules.ProjectConfigDescription.Arg
 
SrcZip - Class in com.facebook.buck.thrift
 
SrcZip(BuildRuleParams, Path, Path) - Constructor for class com.facebook.buck.thrift.SrcZip
 
SrcZipAwareFileBundler - Class in com.facebook.buck.zip
 
SrcZipAwareFileBundler(BuildTarget) - Constructor for class com.facebook.buck.zip.SrcZipAwareFileBundler
 
SrcZipAwareFileBundler(Path) - Constructor for class com.facebook.buck.zip.SrcZipAwareFileBundler
 
st_bind - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info
 
st_info - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
 
st_name - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
 
st_other - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
 
st_shndx - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
 
st_size - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
 
st_type - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info
 
st_value - Variable in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry
 
Stab - Class in com.facebook.buck.macho
Symbolic debugger symbols.
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildStyle
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
This method is used to generate stable GIDs and must be stable for identical contents.
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXProject
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTarget
 
stableHash() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXTargetDependency
 
StackedDownloader - Class in com.facebook.buck.file
A Downloader which is composed of many other downloaders.
StackedFileHashCache - Class in com.facebook.buck.util.cache
Presents a list of FileHashCaches as a single cache, implementing a Chain of Responsibility to find items in the cache.
StackedFileHashCache(ImmutableList<? extends FileHashCache>) - Constructor for class com.facebook.buck.util.cache.StackedFileHashCache
 
STAMPEDE_SECTION - Static variable in class com.facebook.buck.distributed.DistBuildConfig
 
StandardJavaFileManagerFactory - Interface in com.facebook.buck.jvm.java
Allows the use of custom StandardJavaFileManagers for use with javac.
start() - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
start() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
start() - Method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
 
start() - Method in class com.facebook.buck.util.ManagedRunnable
 
startActivity(SourcePathResolver, HasInstallableApk, String, boolean) - Method in class com.facebook.buck.android.AdbHelper
 
StartActivityEvent - Class in com.facebook.buck.event
Events for timing the starting of android events.
StartActivityEvent(EventKey, BuildTarget, String) - Constructor for class com.facebook.buck.event.StartActivityEvent
 
StartActivityEvent.Finished - Class in com.facebook.buck.event
 
StartActivityEvent.Started - Class in com.facebook.buck.event
 
startActivityFinished(StartActivityEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
startActivityStarted(StartActivityEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
startBuild(BuildId) - Method in class com.facebook.buck.distributed.DistBuildService
 
startCacheCheckScope(BuckEventBus, BuildRule, BuildRuleCacheEvent.CacheStepType) - Static method in class com.facebook.buck.rules.BuildRuleCacheEvent
 
startCleaningDirectory() - Method in class com.facebook.buck.io.AsynchronousDirectoryContentsCleaner
Starts cleaning the configured directory in the background.
started() - Static method in class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent
 
Started() - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheConnectEvent.Started
 
Started(EventKey, ArtifactCacheEvent.CacheMode, ArtifactCacheEvent.Operation, Optional<String>, ImmutableSet<RuleKey>, ArtifactCacheEvent.InvocationType) - Constructor for class com.facebook.buck.artifact_cache.ArtifactCacheEvent.Started
 
Started(ArtifactCacheEvent.Operation, ImmutableSet<RuleKey>, Optional<String>) - Constructor for class com.facebook.buck.artifact_cache.DirArtifactCacheEvent.Started
 
Started(HttpArtifactCacheEvent.Scheduled) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Started
 
Started(ArtifactCacheEvent.Operation, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheEvent.Started
 
started() - Static method in class com.facebook.buck.event.ActionGraphEvent
 
Started() - Constructor for class com.facebook.buck.event.ActionGraphEvent.Started
 
started(ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>) - Static method in class com.facebook.buck.event.ArtifactCompressionEvent
 
Started(ArtifactCompressionEvent.Operation, ImmutableSet<RuleKey>) - Constructor for class com.facebook.buck.event.ArtifactCompressionEvent.Started
 
started(String, ImmutableList<String>, boolean) - Static method in class com.facebook.buck.event.CommandEvent
 
started(BuildTarget, String, String, ImmutableMap<String, String>) - Static method in class com.facebook.buck.event.CompilerPluginDurationEvent
 
Started(BuildTarget, String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.event.CompilerPluginDurationEvent.Started
 
started(BuildTarget) - Static method in class com.facebook.buck.event.InstallEvent
 
Started(BuildTarget) - Constructor for class com.facebook.buck.event.InstallEvent.Started
 
started() - Static method in class com.facebook.buck.event.ProjectGenerationEvent
 
Started() - Constructor for class com.facebook.buck.event.ProjectGenerationEvent.Started
 
started(PerfEventId, ImmutableMap<String, Object>) - Static method in class com.facebook.buck.event.SimplePerfEvent
started(PerfEventId) - Static method in class com.facebook.buck.event.SimplePerfEvent
started(PerfEventId, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
started(PerfEventId, String, Object, String, Object) - Static method in class com.facebook.buck.event.SimplePerfEvent
started(BuildTarget, String) - Static method in class com.facebook.buck.event.StartActivityEvent
 
Started(BuildTarget, String) - Constructor for class com.facebook.buck.event.StartActivityEvent.Started
 
started(String) - Static method in class com.facebook.buck.event.UninstallEvent
 
Started(String) - Constructor for class com.facebook.buck.event.UninstallEvent.Started
 
started(URI) - Static method in class com.facebook.buck.file.DownloadEvent
 
Started(URI) - Constructor for class com.facebook.buck.file.DownloadEvent.Started
 
started(Path) - Static method in class com.facebook.buck.json.ParseBuckFileEvent
 
Started(Path) - Constructor for class com.facebook.buck.json.ParseBuckFileEvent.Started
 
Started() - Constructor for class com.facebook.buck.json.ProjectBuildFileParseEvents.Started
 
started(TaskEvent) - Method in class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
 
started(BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Static method in class com.facebook.buck.jvm.java.AnnotationProcessingEvent
 
Started(BuildTarget, String, AnnotationProcessingEvent.Operation, int, boolean) - Constructor for class com.facebook.buck.jvm.java.AnnotationProcessingEvent.Started
 
started(TaskEvent) - Method in class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
 
started(BuildTarget, JavacPhaseEvent.Phase, ImmutableMap<String, String>) - Static method in class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent
 
Started(BuildTarget, JavacPhaseEvent.Phase, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Started
 
started(TaskEvent) - Method in class com.facebook.buck.jvm.java.tracing.TracingTaskListener
 
started(Iterable<BuildTarget>) - Static method in class com.facebook.buck.parser.ParseEvent
 
Started(Iterable<BuildTarget>) - Constructor for class com.facebook.buck.parser.ParseEvent.Started
 
started(Iterable<String>) - Static method in class com.facebook.buck.rules.BuildEvent
 
started(Iterable<String>, boolean) - Static method in class com.facebook.buck.rules.BuildEvent
 
Started(ImmutableSet<String>, boolean) - Constructor for class com.facebook.buck.rules.BuildEvent.Started
 
started(BuildRule, BuildRuleCacheEvent.CacheStepType) - Static method in class com.facebook.buck.rules.BuildRuleCacheEvent
 
started(BuildRule) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
Started(BuildRule) - Constructor for class com.facebook.buck.rules.BuildRuleEvent.Started
 
started(Iterable<String>) - Static method in class com.facebook.buck.rules.IndividualTestEvent
 
Started(int) - Constructor for class com.facebook.buck.rules.IndividualTestEvent.Started
 
started(boolean, TestSelectorList, boolean, ImmutableSet<String>) - Static method in class com.facebook.buck.rules.TestRunEvent
 
Started(int, boolean, TestSelectorList, boolean, ImmutableSet<String>) - Constructor for class com.facebook.buck.rules.TestRunEvent.Started
 
started(TestStatusMessage) - Static method in class com.facebook.buck.rules.TestStatusMessageEvent
 
Started(TestStatusMessage) - Constructor for class com.facebook.buck.rules.TestStatusMessageEvent.Started
 
started(UUID, String, String) - Static method in class com.facebook.buck.rules.TestSummaryEvent
 
Started(UUID, String, String) - Constructor for class com.facebook.buck.rules.TestSummaryEvent.Started
 
started(String, String, UUID) - Static method in class com.facebook.buck.step.StepEvent
 
Started(String, String, UUID) - Constructor for class com.facebook.buck.step.StepEvent.Started
 
started(BuildTarget) - Static method in class com.facebook.buck.test.TestRuleEvent
 
Started(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent.Started
 
started() - Static method in class com.facebook.buck.versions.VersionedTargetGraphEvent
 
Starter - Interface in com.facebook.buck.lua
An interface which builds a Lua starter executable.
startProcess(ProcessBuilder) - Static method in class com.facebook.buck.util.BgProcessKiller
Use this method instead of ProcessBuilder.start() in order to properly synchronize with signal handling.
startProcess(NuProcessBuilder) - Static method in class com.facebook.buck.util.BgProcessKiller
Use this method instead of NuProcessBuilder.start() in order to properly synchronize with signal handling.
startRenderScheduler(long, TimeUnit) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
Schedules a runnable that updates the console output at a fixed interval.
startSimulator(String, long) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Starts up the iOS simulator, blocking the calling thread until the simulator boots or timeoutMillis passes, whichever happens first.
startSuspendScope(BuckEventBus, BuildRule, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
startUp() - Method in class com.facebook.buck.util.perf.ProcessTracker
 
startWorkerProcess() - Method in class com.facebook.buck.shell.WorkerProcessPool
 
STATIC_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
STATIC_PIC_FLAVOR - Static variable in class com.facebook.buck.cxx.CxxDescriptionEnhancer
 
staticLibs - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
StaticStateAnalyzer - Class in com.facebook.buck.tools.dxanalysis
 
Stats(int, Set<DalvikStatsTool.MethodReference>, Set<DalvikStatsTool.FieldReference>) - Constructor for class com.facebook.buck.dalvik.DalvikStatsTool.Stats
 
statusDidBegin(TestStatusMessage) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
statusDidEnd(TestStatusMessage) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
stdErrLogLevel - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
stdErrLogLevel - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
stdErrLogLevel - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
stdErrLogLevel - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
stdlib - Variable in class com.facebook.buck.ocaml.OcamlCCompileStep.Args
 
stdlib - Variable in class com.facebook.buck.ocaml.OcamlLinkStep
 
stdlib - Variable in class com.facebook.buck.ocaml.OcamlMLCompileStep.Args
 
stdlib - Variable in class com.facebook.buck.ocaml.OcamlNativePluginStep
 
stdOutLogLevel - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
stdOutLogLevel - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
stdOutLogLevel - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
stdOutLogLevel - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
Step - Interface in com.facebook.buck.step
 
STEP_FINISHED - Static variable in interface com.facebook.buck.event.external.events.StepEventExternalInterface
 
STEP_STARTED - Static variable in interface com.facebook.buck.event.external.events.StepEventExternalInterface
 
StepEvent - Class in com.facebook.buck.step
Base class for events about steps.
StepEvent(String, String, UUID) - Constructor for class com.facebook.buck.step.StepEvent
 
StepEvent.Finished - Class in com.facebook.buck.step
 
StepEvent.Started - Class in com.facebook.buck.step
 
StepEventExternalInterface - Interface in com.facebook.buck.event.external.events
Describes a step made by buck when building a target.
StepExecutionResult - Class in com.facebook.buck.step
Immutable implementation of AbstractStepExecutionResult.
StepFailedException - Exception in com.facebook.buck.step
 
StepFailedException(String, Step, int) - Constructor for exception com.facebook.buck.step.StepFailedException
stepFinished(StepEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
stepFinished(StepEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
StepRunner - Interface in com.facebook.buck.step
 
stepStarted(StepEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
stepStarted(StepEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
stop() - Method in class com.facebook.buck.distributed.ThriftCoordinatorClient
 
stop() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
stop() - Method in class com.facebook.buck.httpserver.WebServer
 
stopScheduler() - Method in class com.facebook.buck.event.listener.NetworkStatsKeeper
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
store(ArtifactInfo, BorrowablePath) - Method in interface com.facebook.buck.artifact_cache.ArtifactCache
Store the artifact at path specified by output to cache, such that it can later be fetched using ruleKey as the lookup key.
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.DirArtifactCache
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.LoggingArtifactCacheDecorator
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.MultiArtifactCache
Store the artifact to all encapsulated ArtifactCaches.
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.NoopArtifactCache
 
store(ArtifactInfo, BorrowablePath) - Method in class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
store(OutputStream) - Method in class com.facebook.buck.jvm.java.FatJar
Serialize this instance as XML to outputStream.
store - Variable in class com.facebook.buck.jvm.java.KeystoreDescription.Arg
 
storeClient - Variable in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
storeImpl(ArtifactInfo, Path, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.AbstractNetworkCache
 
storeImpl(ArtifactInfo, Path, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCache
 
storeImpl(ArtifactInfo, Path, HttpArtifactCacheEvent.Finished.Builder) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
StoreRequest(ArtifactInfo, ByteSource) - Constructor for class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreRequest
 
StoreResponseReadResult - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractStoreResponseReadResult.
StoreResponseReadResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type StoreResponseReadResult.
StoreWriteResult - Class in com.facebook.buck.artifact_cache
Immutable implementation of HttpArtifactCacheBinaryProtocol.AbstractStoreWriteResult.
StoreWriteResult.Builder - Class in com.facebook.buck.artifact_cache
Builds instances of type StoreWriteResult.
StreamingWebSocketServlet - Class in com.facebook.buck.httpserver
 
StreamingWebSocketServlet(ObjectMapper) - Constructor for class com.facebook.buck.httpserver.StreamingWebSocketServlet
 
StreamingWebSocketServlet.MyWebSocket - Class in com.facebook.buck.httpserver
This is the httpserver component of a WebSocket that maintains a session with one client.
strict - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
If true, the GWT Compiler's -strict flag will be set.
STRING_ASSETS_DIR_FORMAT - Static variable in class com.facebook.buck.android.PackageStringAssets
 
StringArg - Class in com.facebook.buck.rules.args
 
StringArg(String) - Constructor for class com.facebook.buck.rules.args.StringArg
 
StringExpander - Class in com.facebook.buck.rules.macros
 
StringExpander(String) - Constructor for class com.facebook.buck.rules.macros.StringExpander
 
StringHashing - Class in com.facebook.buck.hashing
 
stringify(ImmutableCollection<Arg>) - Static method in class com.facebook.buck.rules.args.Arg
 
stringify(ImmutableMap<K, Arg>) - Static method in class com.facebook.buck.rules.args.Arg
 
stringifyList(Arg) - Static method in class com.facebook.buck.rules.args.Arg
 
StringResources - Class in com.facebook.buck.android
Represents string resources of types string, plural and array for a locale.
StringResources(SortedMap<Integer, EnumMap<StringResources.Gender, String>>, SortedMap<Integer, EnumMap<StringResources.Gender, ImmutableMap<String, String>>>, SortedMap<Integer, EnumMap<StringResources.Gender, ImmutableList<String>>>) - Constructor for class com.facebook.buck.android.StringResources
 
StringRuleKeyHasher - Class in com.facebook.buck.rules.keys
An implementation of RuleKeyHasher that serializes to String.
StringRuleKeyHasher() - Constructor for class com.facebook.buck.rules.keys.StringRuleKeyHasher
 
strings - Variable in class com.facebook.buck.android.StringResources
 
StringSetOptionHandler - Class in com.facebook.buck.cli
OptionHandler that collects multiple arguments passed to an option in a Set.
StringSetOptionHandler(CmdLineParser, OptionDef, Setter<? super Supplier<ImmutableSet<String>>>) - Constructor for class com.facebook.buck.cli.StringSetOptionHandler
 
stringTableEntryEndsWithSlash(ByteBuffer, SymTabCommand, Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Quick check if Nlist string table entry ends with a slash symbol.
stringTableEntryIsEmptyString(ByteBuffer, SymTabCommand, Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Quick check if Nlist string table entry is an empty string value.
stringTableEntryIsNull(Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Quick check if Nlist string table entry is a null value.
stringTableEntryStartsWithSlash(ByteBuffer, SymTabCommand, Nlist) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
Quick check if Nlist string table entry starts with a slash symbol.
StringTemplateStep - Class in com.facebook.buck.step.fs
A step that creates an ST by reading a template from templatePath, calls configure to configure it, renders it and writes it out to outputPath.
StringTemplateStep(Path, ProjectFilesystem, Path, Function<ST, ST>) - Constructor for class com.facebook.buck.step.fs.StringTemplateStep
 
StripLinkable - Class in com.facebook.buck.android
 
StripLinkable(BuildRuleParams, Tool, SourcePath, String) - Constructor for class com.facebook.buck.android.StripLinkable
 
stripPathPrefixAndExtension(Path, String) - Static method in class com.facebook.buck.io.MorePaths
 
StrippedObjectDescription - Class in com.facebook.buck.android
Immutable implementation of CopyNativeLibraries.AbstractStrippedObjectDescription.
StrippedObjectDescription.Builder - Class in com.facebook.buck.android
Builds instances of type StrippedObjectDescription.
stripPrefix(Path, Path) - Static method in class com.facebook.buck.io.MorePaths
 
stripPrefix(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
StripStep - Class in com.facebook.buck.cxx
Run strip on a binary.
StripStep(Path, ImmutableMap<String, String>, ImmutableList<String>, ImmutableList<String>, Path, Path) - Constructor for class com.facebook.buck.cxx.StripStep
 
StripStyle - Enum in com.facebook.buck.cxx
Defines the level of symbol stripping to be performed on the linked product of the build.
stripSuffix(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
StripSymbolsStep - Class in com.facebook.buck.cxx
 
StripSymbolsStep(Path, ImmutableList<String>, ImmutableMap<String, String>, ImmutableList<String>, ProjectFilesystem) - Constructor for class com.facebook.buck.cxx.StripSymbolsStep
 
StubJar - Class in com.facebook.buck.jvm.java.abi
 
StubJar(Path) - Constructor for class com.facebook.buck.jvm.java.abi.StubJar
 
StubJar(SourceVersion, Elements, Iterable<TypeElement>) - Constructor for class com.facebook.buck.jvm.java.abi.StubJar
 
style - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
This will be passed to the GWT Compiler's -style flag.
SubdirectoryBuildTargetPattern - Class in com.facebook.buck.model
A pattern matches build targets that have the specified ancestor directory.
SubdirectoryBuildTargetPattern(Path, Path) - Constructor for class com.facebook.buck.model.SubdirectoryBuildTargetPattern
 
submit(Runnable, ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Runnable) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Runnable, T, ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Runnable, T) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Callable<T>, ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submit(Callable<T>) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
submitAndWaitForJob(String) - Method in class com.facebook.buck.shell.WorkerProcess
 
submitReport(DefectReport) - Method in class com.facebook.buck.rage.DefaultDefectReporter
 
submitReport(DefectReport) - Method in interface com.facebook.buck.rage.DefectReporter
 
subscribe(ProcessRegistry.ProcessRegisterCallback) - Method in class com.facebook.buck.util.ProcessRegistry
Subscribes the process register callback.
success(BuildRule, BuildRuleSuccessType, CacheResult) - Static method in class com.facebook.buck.rules.BuildResult
 
suggest(ImmutableSet<String>) - Method in interface com.facebook.buck.jvm.core.SuggestBuildRules
 
SuggestBuildRules - Interface in com.facebook.buck.jvm.core
 
SuggestBuildRules.JarResolver - Interface in com.facebook.buck.jvm.core
Given a absolute path to the jar, open it, and return all the symbols within.
SuggestCommand - Class in com.facebook.buck.cli
Command for proposing a fine-grained partitioning of a Java build rule.
SuggestCommand() - Constructor for class com.facebook.buck.cli.SuggestCommand
 
SuperConsoleConfig - Class in com.facebook.buck.event.listener
 
SuperConsoleConfig(BuckConfig) - Constructor for class com.facebook.buck.event.listener.SuperConsoleConfig
 
SuperConsoleEventBusListener - Class in com.facebook.buck.event.listener
Console that provides rich, updating ansi output about the current build.
SuperConsoleEventBusListener(SuperConsoleConfig, Console, Clock, TestResultSummaryVerbosity, ExecutionEnvironment, Optional<WebServer>, Locale, Path, TimeZone) - Constructor for class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
SUPPORTED_FLAVORS - Static variable in class com.facebook.buck.jvm.java.JavaLibraryDescription
 
SUPPORTED_FLAVORS - Static variable in class com.facebook.buck.jvm.kotlin.KotlinLibraryDescription
 
SUPPORTED_LIBRARY_FLAVORS - Static variable in class com.facebook.buck.apple.AppleBundleDescription
 
SUPPORTED_MODULE_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.jvm.java.intellij.IjModuleFactory
These target types are mapped onto .iml module files.
SUPPORTED_RESOURCE_DIRECTORIES - Static variable in class com.facebook.buck.android.ResourceFilters
The set of supported directories in resource folders.
supportedPlatformsRegex - Variable in class com.facebook.buck.apple.PrebuiltAppleFrameworkDescription.Arg
 
supportedPlatformsRegex - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
supportedPlatformsRegex - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
supportedPlatformsRegex - Variable in class com.facebook.buck.halide.HalideLibraryDescription.Arg
 
supportedPlatformsRegex - Variable in class com.facebook.buck.swift.SwiftLibraryDescription.Arg
 
supportsColorsInDiagnostics() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompileStep.ToolCommand
 
SupportsDependencyFileRuleKey - Interface in com.facebook.buck.rules.keys
Used to tag a rule that supports dependency-file input-based rule keys.
supportsHeaderMaps() - Method in class com.facebook.buck.cxx.ClangPreprocessor
 
supportsHeaderMaps() - Method in class com.facebook.buck.cxx.GccPreprocessor
 
supportsHeaderMaps() - Method in interface com.facebook.buck.cxx.Preprocessor
 
supportsHeaderMaps() - Method in class com.facebook.buck.cxx.WindowsPreprocessor
 
SupportsInputBasedRuleKey - Interface in com.facebook.buck.rules.keys
Used to tag a rule that supports input-based rule keys.
supportsPrecompiledHeaders() - Method in class com.facebook.buck.cxx.ClangPreprocessor
 
supportsPrecompiledHeaders() - Method in class com.facebook.buck.cxx.GccPreprocessor
 
supportsPrecompiledHeaders() - Method in interface com.facebook.buck.cxx.Preprocessor
 
supportsPrecompiledHeaders() - Method in class com.facebook.buck.cxx.WindowsPreprocessor
 
supportsSharedLibraryInterface - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
supportsStreamingTests() - Method in class com.facebook.buck.android.AndroidInstrumentationTest
 
supportsStreamingTests() - Method in class com.facebook.buck.apple.AppleTest
 
supportsStreamingTests() - Method in class com.facebook.buck.cxx.CxxTest
 
supportsStreamingTests() - Method in class com.facebook.buck.d.DTest
 
supportsStreamingTests() - Method in class com.facebook.buck.go.GoTest
 
supportsStreamingTests() - Method in class com.facebook.buck.jvm.java.JavaTest
 
supportsStreamingTests() - Method in class com.facebook.buck.python.PythonTest
 
supportsStreamingTests() - Method in interface com.facebook.buck.rules.TestRule
 
supportsStreamingTests() - Method in class com.facebook.buck.rust.RustTest
 
supportsStreamingTests() - Method in class com.facebook.buck.shell.ShTest
 
supportsThinArchives() - Method in interface com.facebook.buck.cxx.Archiver
 
supportsThinArchives() - Method in class com.facebook.buck.cxx.BsdArchiver
 
supportsThinArchives() - Method in class com.facebook.buck.cxx.GnuArchiver
 
supportsThinArchives() - Method in class com.facebook.buck.cxx.LazyDelegatingArchiver
 
supportsThinArchives() - Method in class com.facebook.buck.cxx.WindowsArchiver
 
SuppressForbidden - Annotation Type in com.facebook.buck.annotations
Disables the `ant forbidden-checks` check for disallowed API calls in this class / method / etc.
suspended(BuildRule, RuleKeyFactory<RuleKey>) - Static method in class com.facebook.buck.rules.BuildRuleEvent
 
Suspended(BuildRule, RuleKeyFactory<RuleKey>) - Constructor for class com.facebook.buck.rules.BuildRuleEvent.Suspended
 
SWIFT_EXTENSION - Static variable in class com.facebook.buck.swift.SwiftUtil.Constants
 
SwiftBuckConfig - Class in com.facebook.buck.swift
A Swift-specific "view" of BuckConfig.
SwiftBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.swift.SwiftBuckConfig
 
swiftCompilerFlags - Variable in class com.facebook.buck.apple.AppleNativeTargetDescriptionArg
 
SwiftLibraryDescription - Class in com.facebook.buck.swift
 
SwiftLibraryDescription(CxxBuckConfig, SwiftBuckConfig, FlavorDomain<CxxPlatform>, FlavorDomain<SwiftPlatform>) - Constructor for class com.facebook.buck.swift.SwiftLibraryDescription
 
SwiftLibraryDescription.Arg - Class in com.facebook.buck.swift
 
SwiftLibraryDescription.Type - Enum in com.facebook.buck.swift
 
SwiftPlatform - Class in com.facebook.buck.swift
Interface describing a Swift toolchain and platform to build for.
SwiftPlatform.Builder - Class in com.facebook.buck.swift
Builds instances of type SwiftPlatform.
SwiftPlatforms - Class in com.facebook.buck.swift
 
SwiftUtil - Class in com.facebook.buck.swift
 
SwiftUtil.Constants - Class in com.facebook.buck.swift
 
SymbolNameTool - Interface in com.facebook.buck.cxx
Provides methods to extract symbol names from native formats (e.g.
Symbols - Class in com.facebook.buck.android.relinker
 
symbolToProviders - Variable in class com.facebook.buck.jvm.java.autodeps.JavaDepsFinder.DependencyInfo
 
SymCopyStep - Class in com.facebook.buck.step.fs
This step copies the content of a directory tree through symlinks, copying only directories.
SymCopyStep(ProjectFilesystem, ImmutableList<Path>, Path) - Constructor for class com.facebook.buck.step.fs.SymCopyStep
 
SymlinkFilesIntoDirectoryStep - Class in com.facebook.buck.shell
Step that takes a collection of entries in a directory and creates a set of read-only symlinks (with the same structure) to the original entries in a new directory.
SymlinkFilesIntoDirectoryStep(ProjectFilesystem, Path, Iterable<Path>, Path) - Constructor for class com.facebook.buck.shell.SymlinkFilesIntoDirectoryStep
 
SymlinkFileStep - Class in com.facebook.buck.step.fs
 
SymlinkFileStep(ProjectFilesystem, Path, Path, boolean) - Constructor for class com.facebook.buck.step.fs.SymlinkFileStep
 
symlinkInvalidation(ParsingEvent.SymlinkInvalidation) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
symlinkInvalidation(ParsingEvent.SymlinkInvalidation) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
symlinkInvalidation(String) - Static method in class com.facebook.buck.event.ParsingEvent
 
SymlinkInvalidation(String) - Constructor for class com.facebook.buck.event.ParsingEvent.SymlinkInvalidation
 
SymlinkTree - Class in com.facebook.buck.rules
 
SymlinkTree(BuildRuleParams, Path, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.rules.SymlinkTree
 
SymlinkTreeStep - Class in com.facebook.buck.step.fs
 
SymlinkTreeStep(ProjectFilesystem, Path, ImmutableMap<Path, Path>) - Constructor for class com.facebook.buck.step.fs.SymlinkTreeStep
 
SymTabCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractSymTabCommand.
SymTabCommandUtils - Class in com.facebook.buck.macho
 
systemIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.ClangPreprocessor
 
systemIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.GccPreprocessor
 
systemIncludeArgs(Iterable<String>) - Method in interface com.facebook.buck.cxx.Preprocessor
 
systemIncludeArgs(Iterable<String>) - Method in class com.facebook.buck.cxx.WindowsPreprocessor
 
SystemLuaCxxLibrary - Class in com.facebook.buck.lua
 
SystemLuaCxxLibrary(BuildTarget) - Constructor for class com.facebook.buck.lua.SystemLuaCxxLibrary
 

T

TagSetCounter - Class in com.facebook.buck.counters
 
TagSetCounter(String, String, ImmutableMap<String, String>) - Constructor for class com.facebook.buck.counters.TagSetCounter
 
take() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
target - Variable in class com.facebook.buck.jvm.java.JvmLibraryArg
 
TARGET - Static variable in class com.facebook.buck.rules.BuildInfo.MetadataKey
Key for OnDiskBuildInfo to store the build target of the owning build rule.
TargetDevice - Class in com.facebook.buck.step
Represents information about the device we're targeting.
TargetDevice(TargetDevice.Type, String) - Constructor for class com.facebook.buck.step.TargetDevice
 
TargetDevice.Type - Enum in com.facebook.buck.step
 
TargetDeviceCommandLineOptions - Class in com.facebook.buck.cli
 
TargetDeviceCommandLineOptions() - Constructor for class com.facebook.buck.cli.TargetDeviceCommandLineOptions
 
targetDeviceOptions() - Method in class com.facebook.buck.cli.InstallCommand
 
targetDeviceOptions() - Method in class com.facebook.buck.cli.UninstallCommand
 
TargetDeviceOptions - Class in com.facebook.buck.step
 
TargetDeviceOptions() - Constructor for class com.facebook.buck.step.TargetDeviceOptions
 
TargetDeviceOptions(boolean, boolean, String) - Constructor for class com.facebook.buck.step.TargetDeviceOptions
 
TargetGraph - Class in com.facebook.buck.rules
Represents the graph of TargetNodes constructed by parsing the build files.
TargetGraph(MutableDirectedGraph<TargetNode<?, ?>>, ImmutableMap<BuildTarget, TargetNode<?, ?>>, ImmutableSet<TargetGroup>) - Constructor for class com.facebook.buck.rules.TargetGraph
 
TargetGraph.NoSuchNodeException - Exception in com.facebook.buck.rules
 
TargetGraphAndBuildTargets - Class in com.facebook.buck.rules
Holds a TargetGraph and a set of BuildTargets.
TargetGraphAndBuildTargets.Builder - Class in com.facebook.buck.rules
Builds instances of type TargetGraphAndBuildTargets.
TargetGraphAndTargetNodes - Class in com.facebook.buck.rules
Holds a TargetGraph and a set of BuildTargets.
TargetGraphAndTargetNodes.Builder - Class in com.facebook.buck.rules
Builds instances of type TargetGraphAndTargetNodes.
TargetGraphAndTargets - Class in com.facebook.buck.rules
 
TargetGraphHashing - Class in com.facebook.buck.rules
Utility class to calculate hash codes for build targets in a TargetGraph.
TargetGraphHashing(BuckEventBus, TargetGraph, FileHashLoader, Iterable<TargetNode<?, ?>>) - Constructor for class com.facebook.buck.rules.TargetGraphHashing
 
TargetGroup - Class in com.facebook.buck.rules
 
TargetGroup(Set<BuildTarget>, Optional<Boolean>, BuildTarget) - Constructor for class com.facebook.buck.rules.TargetGroup
 
TargetGroupDescription - Class in com.facebook.buck.groups
 
TargetGroupDescription() - Constructor for class com.facebook.buck.groups.TargetGroupDescription
 
TargetGroupDescription.Arg - Class in com.facebook.buck.groups
 
TargetGroupParsePipeline - Class in com.facebook.buck.parser
This implements a multithreaded pipeline for parsing BUCK files.
TargetGroupParsePipeline(PipelineNodeCache.Cache<BuildTarget, TargetGroup>, ParserTargetNodeFactory<TargetGroup>, ListeningExecutorService, BuckEventBus, RawNodeParsePipeline) - Constructor for class com.facebook.buck.parser.TargetGroupParsePipeline
Create new pipeline for parsing Buck files.
TargetLiteral - Class in com.facebook.buck.query
A literal set of targets.
TargetLiteral(String) - Constructor for class com.facebook.buck.query.TargetLiteral
 
TargetName - Annotation Type in com.facebook.buck.rules
Annotates that a Description's constructor arg has no 'name' attribute.
TargetNode<T,U extends Description<T>> - Class in com.facebook.buck.rules
A TargetNode represents a node in the target graph which is created by the Parser as a result of parsing BUCK files in a project.
TargetNodeFactory - Class in com.facebook.buck.rules
 
TargetNodeFactory(TypeCoercerFactory) - Constructor for class com.facebook.buck.rules.TargetNodeFactory
 
TargetNodeParsePipeline - Class in com.facebook.buck.parser
This implements a multithreaded pipeline for parsing BUCK files.
TargetNodeParsePipeline(PipelineNodeCache.Cache<BuildTarget, TargetNode<?, ?>>, ParserTargetNodeFactory<TargetNode<?, ?>>, ListeningExecutorService, BuckEventBus, boolean, RawNodeParsePipeline) - Constructor for class com.facebook.buck.parser.TargetNodeParsePipeline
Create new pipeline for parsing Buck files.
TargetNodePredicateSpec - Class in com.facebook.buck.parser
Matches all TargetNode objects in a repository that match the given Predicate.
TargetNodes - Class in com.facebook.buck.rules
Utility class to work with TargetNode objects.
TargetNodeSpec - Interface in com.facebook.buck.parser
A specification used by the parser to match TargetNode objects.
TargetNodeSpec.TargetType - Enum in com.facebook.buck.parser
 
TargetNodeToBuildRuleTransformer - Interface in com.facebook.buck.rules
 
TargetNodeTranslator - Class in com.facebook.buck.versions
A helper class which uses reflection to translate BuildTargets in TargetNodes.
TargetNodeTranslator() - Constructor for class com.facebook.buck.versions.TargetNodeTranslator
 
TargetPatternEvaluator - Class in com.facebook.buck.cli
 
TargetPatternEvaluator(Cell, BuckConfig, Parser, BuckEventBus, boolean) - Constructor for class com.facebook.buck.cli.TargetPatternEvaluator
 
targets - Variable in class com.facebook.buck.groups.TargetGroupDescription.Arg
 
TargetsCommand - Class in com.facebook.buck.cli
 
TargetsCommand() - Constructor for class com.facebook.buck.cli.TargetsCommand
 
TargetTranslatable<T> - Interface in com.facebook.buck.versions
Interface for objects which defined how they should be translated in constructor args for versioning.
TargetTranslatorOverridingDescription<A> - Interface in com.facebook.buck.versions
An interface used by descriptions which need to perform custom translations of their constructor args to support versioning.
TaskListenerWrapper - Class in com.facebook.buck.jvm.java.plugin.adapter
 
TaskListenerWrapper(TaskListener) - Constructor for class com.facebook.buck.jvm.java.plugin.adapter.TaskListenerWrapper
 
TeeInputStream - Class in com.facebook.buck.io
Wraps a source InputStream, writing to a destination OutputStream any bytes read from this object.
TeeInputStream(InputStream, OutputStream) - Constructor for class com.facebook.buck.io.TeeInputStream
 
tellClients(BuckEventExternalInterface) - Method in class com.facebook.buck.httpserver.StreamingWebSocketServlet
 
TEMP_PREFIX - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
 
TemplateHandlerDelegate - Interface in com.facebook.buck.httpserver
 
test - Variable in class com.facebook.buck.shell.ShTestDescription.Arg
 
test(JsonObject, String) - Method in interface com.facebook.buck.util.trace.ChromeTraceParser.ChromeTraceEventMatcher
Tests the specified event to see if it is a match.
TEST_FAILURES_EXIT_CODE - Static variable in class com.facebook.buck.cli.TestRunning
 
TEST_FAILURES_EXIT_CODE - Static variable in class com.facebook.buck.python.PythonRunTestsStep
 
TEST_ONLY - Static variable in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
 
TEST_RESULT_FILE - Static variable in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
TEST_RUN_STARTED - Static variable in interface com.facebook.buck.event.external.events.BuckEventExternalInterface
 
TEST_SUMMARY_SECTION_NAME - Static variable in class com.facebook.buck.test.TestConfig
 
TestableReference(XCScheme.BuildableReference) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.TestableReference
 
TestAction(String) - Constructor for class com.facebook.buck.apple.xcode.XCScheme.TestAction
 
testAwaitingResults(IndividualTestEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
TestCaseSummary - Class in com.facebook.buck.test
 
TestCaseSummary(String, List<TestResultSummary>) - Constructor for class com.facebook.buck.test.TestCaseSummary
Creates a TestCaseSummary which is assumed to be not read from cached results
TestCaseSummaryExternalInterface<T> - Interface in com.facebook.buck.event.external.elements
Describes the results of a set of tests contained in a single file.
testCaseTimeoutMs - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
testCaseTimeoutMs - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
testCaseTimeoutMs - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
testCaseTimeoutMs - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
testClassNames - Variable in class com.facebook.buck.testrunner.BaseRunner
 
TestCommand - Class in com.facebook.buck.cli
 
TestCommand() - Constructor for class com.facebook.buck.cli.TestCommand
 
TestConfig - Class in com.facebook.buck.test
 
TestConfig(BuckConfig) - Constructor for class com.facebook.buck.test.TestConfig
 
TestDescription - Class in com.facebook.buck.test.selectors
A non-JUnit specific way of describing a test-method inside a test-class.
TestDescription(String, String) - Constructor for class com.facebook.buck.test.selectors.TestDescription
 
testDidBegin(String, String) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
testDidEnd(TestResultSummary) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
testFinishedEvent(TestSummaryEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
TestFolder - Class in com.facebook.buck.jvm.java.intellij
A path which contains a set of sources we wish to present to IntelliJ.
testHostApp - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
TestHostInfo - Class in com.facebook.buck.apple
Immutable implementation of AppleTestDescription.AbstractTestHostInfo.
TestNGMain - Class in com.facebook.buck.testrunner
Launcher for TestNG.
TestNGRunner - Class in com.facebook.buck.testrunner
Class that runs a set of TestNG tests and writes the results to a directory.
TestNGRunner() - Constructor for class com.facebook.buck.testrunner.TestNGRunner
 
TestNGRunner.FilteringAnnotationTransformer - Class in com.facebook.buck.testrunner
 
TestNGRunner.TestNGWrapper - Class in com.facebook.buck.testrunner
 
TestNGWrapper() - Constructor for class com.facebook.buck.testrunner.TestNGRunner.TestNGWrapper
 
TestProcessCrashed - Exception in com.facebook.buck.test
 
TestProcessCrashed(String) - Constructor for exception com.facebook.buck.test.TestProcessCrashed
 
TestResultFormatter - Class in com.facebook.buck.event.listener
 
TestResultFormatter(Ansi, Verbosity, TestResultSummaryVerbosity, Locale, Optional<Path>) - Constructor for class com.facebook.buck.event.listener.TestResultFormatter
 
TestResultFormatter.FormatMode - Enum in com.facebook.buck.event.listener
 
TestResults - Class in com.facebook.buck.test
Represents the test results from multiple test cases.
TestResults.Builder - Class in com.facebook.buck.test
Builds instances of type TestResults.
testResultsAvailable(IndividualTestEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testResultsAvailable(IndividualTestEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
TestResultsExternalInterface<T> - Interface in com.facebook.buck.event.external.elements
Describes the results of a set of tests from a specific target.
TestResultSummary - Class in com.facebook.buck.test
 
TestResultSummary(String, String, ResultType, long, String, String, String, String) - Constructor for class com.facebook.buck.test.TestResultSummary
 
TestResultSummaryExternalInterface - Interface in com.facebook.buck.event.external.elements
Describes the results of a single test.
TestResultSummaryVerbosity - Class in com.facebook.buck.test
Immutable implementation of AbstractTestResultSummaryVerbosity.
TestResultSummaryVerbosity.Builder - Class in com.facebook.buck.test
Builds instances of type TestResultSummaryVerbosity.
testRoots - Variable in class com.facebook.buck.rules.ProjectConfigDescription.Arg
 
TestRule - Interface in com.facebook.buck.rules
A BuildRule that is designed to run tests.
TestRule.TestReportingCallback - Interface in com.facebook.buck.rules
Callbacks to invoke during the test run to report information about test cases and/or tests.
TestRuleEvent - Class in com.facebook.buck.test
Base class for events about test rules.
TestRuleEvent(BuildTarget) - Constructor for class com.facebook.buck.test.TestRuleEvent
 
TestRuleEvent.Finished - Class in com.facebook.buck.test
 
TestRuleEvent.Started - Class in com.facebook.buck.test
 
testRuleFinished(TestRuleEvent.Finished) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
TestRuleKeyFileHelper - Class in com.facebook.buck.cli
Helper class to annotate and validate an output directory of a test with a rule key.
TestRuleKeyFileHelper(BuildEngine) - Constructor for class com.facebook.buck.cli.TestRuleKeyFileHelper
 
testRuleStarted(TestRuleEvent.Started) - Method in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
testRuleTimeoutMs - Variable in class com.facebook.buck.android.AndroidInstrumentationTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.cxx.CxxTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.d.DTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.go.GoTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
testRuleTimeoutMs - Variable in class com.facebook.buck.shell.ShTestDescription.Arg
 
TestRun - Class in com.facebook.buck.cli
Immutable value type holding data about the test(s) invoked by a TestRule.
TestRun.Builder - Class in com.facebook.buck.cli
Builds instances of type TestRun.
testRunCompleted(TestRunEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testRunCompleted(TestRunEvent.Finished) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
testRunEnded(long, Map<String, String>) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
TestRunEvent - Class in com.facebook.buck.rules
 
TestRunEvent.Finished - Class in com.facebook.buck.rules
 
TestRunEvent.Started - Class in com.facebook.buck.rules
 
testRunFailed(String) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
testRunFinished(TestRunEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
TestRunFinishedEventInterface<T> - Interface in com.facebook.buck.event.external.events
Describes the results of the tests on all the targets.
TestRunning - Class in com.facebook.buck.cli
Utility class for running tests from TestRules which have been built.
TestRunningOptions - Class in com.facebook.buck.test
Immutable implementation of AbstractTestRunningOptions.
TestRunningOptions.Builder - Class in com.facebook.buck.test
Builds instances of type TestRunningOptions.
testRunStarted(TestRunEvent.Started) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testRunStarted(TestRunEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
testRunStarted(TestRunEvent.Started) - Method in class com.facebook.buck.httpserver.WebServerBuckEventListener
 
testRunStarted(String, int) - Method in class com.facebook.buck.testrunner.BuckXmlTestRunListener
 
tests - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
tests - Variable in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
tests - Variable in class com.facebook.buck.cxx.CxxConstructorArg
 
tests - Variable in class com.facebook.buck.go.GoLibraryDescription.Arg
 
tests - Variable in class com.facebook.buck.jvm.java.JavaBinaryDescription.Args
 
tests - Variable in class com.facebook.buck.jvm.java.JavaLibraryDescription.Arg
 
tests - Variable in class com.facebook.buck.jvm.scala.ScalaLibraryDescription.Arg
 
tests - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
tests - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
tests - Variable in class com.facebook.buck.rust.RustBinaryDescription.Arg
 
tests - Variable in class com.facebook.buck.rust.RustLibraryDescription.Arg
 
tests - Variable in class com.facebook.buck.shell.AbstractGenruleDescription.Arg
 
testsDidBegin() - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
testsDidEnd(List<TestCaseSummary>) - Method in interface com.facebook.buck.rules.TestRule.TestReportingCallback
 
TestSelector - Interface in com.facebook.buck.test.selectors
A way of matching a test-method in a test-class, and saying whether or not to include any matches in a test run.
TestSelectorList - Class in com.facebook.buck.test.selectors
A collection of PatternTestSelector instances which, as a group, can decide whether or not to include a given TestDescription.
testSelectorList - Variable in class com.facebook.buck.testrunner.BaseRunner
 
TestSelectorList.Builder - Class in com.facebook.buck.test.selectors
Build a new TestSelectorList from a list of strings, each of which is parsed by PatternTestSelector.
testSelectorListSupplier - Variable in class com.facebook.buck.cli.TestSelectorOptions
 
TestSelectorOptions - Class in com.facebook.buck.cli
 
TestSelectorOptions() - Constructor for class com.facebook.buck.cli.TestSelectorOptions
 
TestSelectorOptions.TestSelectorsOptionHandler - Class in com.facebook.buck.cli
 
TestSelectorParseException - Exception in com.facebook.buck.test.selectors
Errors specific to parsing test selectors.
TestSelectorParseException(String) - Constructor for exception com.facebook.buck.test.selectors.TestSelectorParseException
 
TestSelectorParseException(String, Exception) - Constructor for exception com.facebook.buck.test.selectors.TestSelectorParseException
 
TestSelectorsOptionHandler(CmdLineParser, OptionDef, Setter<Supplier<TestSelectorList>>) - Constructor for class com.facebook.buck.cli.TestSelectorOptions.TestSelectorsOptionHandler
 
TestsOfFunction - Class in com.facebook.buck.query
A "testsof" query expression, which computes the tests of the given targets.
TestsOfFunction() - Constructor for class com.facebook.buck.query.TestsOfFunction
 
testStartedEvent(TestSummaryEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
TestStatusMessage - Class in com.facebook.buck.test
Represents a diagnostic message issued during a test.
TestStatusMessage.Builder - Class in com.facebook.buck.test
Builds instances of type TestStatusMessage.
TestStatusMessageEvent - Class in com.facebook.buck.rules
Events posted when a test emits a diagnostic status message event.
TestStatusMessageEvent.Finished - Class in com.facebook.buck.rules
 
TestStatusMessageEvent.Started - Class in com.facebook.buck.rules
 
testStatusMessageFinished(TestStatusMessageEvent.Finished) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testStatusMessageFinished(TestStatusMessageEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
testStatusMessageStarted(TestStatusMessageEvent.Started) - Method in class com.facebook.buck.event.listener.SimpleConsoleEventBusListener
 
testStatusMessageStarted(TestStatusMessageEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
TestSummaryEvent - Class in com.facebook.buck.rules
 
TestSummaryEvent.Finished - Class in com.facebook.buck.rules
 
TestSummaryEvent.Started - Class in com.facebook.buck.rules
 
testSummaryFinished(TestSummaryEvent.Finished) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
testSummaryStarted(TestSummaryEvent.Started) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
testTarget - Variable in class com.facebook.buck.rules.ProjectConfigDescription.Arg
 
TestThreadStateRenderer - Class in com.facebook.buck.event.listener
 
TestThreadStateRenderer(Ansi, Function<Long, String>, long, Map<Long, Optional<? extends TestSummaryEvent>>, Map<Long, Optional<? extends TestStatusMessageEvent>>, Map<Long, Optional<? extends LeafEvent>>, AccumulatedTimeTracker) - Constructor for class com.facebook.buck.event.listener.TestThreadStateRenderer
 
testType - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
testType - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
TestType - Enum in com.facebook.buck.jvm.java
 
testType - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
testType - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
TEXT_SECRET_KEY_SIZE - Static variable in class com.facebook.buck.android.agent.util.AgentUtil
Size of the text version of the receive-file secret key.
ThinArchiveArg - Class in com.facebook.buck.cxx
An Arg implementation that represents a thin archive.
thirdParty - Variable in class com.facebook.buck.maven.ArtifactConfig
 
threadIdToCommandId(long) - Method in interface com.facebook.buck.log.ThreadIdToCommandIdMapper
 
ThreadIdToCommandIdMapper - Interface in com.facebook.buck.log
 
threadLimit - Variable in class com.facebook.buck.util.concurrent.ConcurrencyLimit
Considered as number of build threads that are available for extensive computations.
Threads - Class in com.facebook.buck.util
 
ThreadStateRenderer - Interface in com.facebook.buck.event.listener
 
threadUserNanoTime(long) - Method in interface com.facebook.buck.timing.Clock
 
threadUserNanoTime(long) - Method in class com.facebook.buck.timing.DefaultClock
 
THRIFT_CONTENT_TYPE - Static variable in class com.facebook.buck.slb.ThriftOverHttpService
 
THRIFT_PROTOCOL_HEADER - Static variable in class com.facebook.buck.slb.ThriftOverHttpService
 
ThriftArtifactCache - Class in com.facebook.buck.artifact_cache
This is the Thrift protocol for the cache.
ThriftArtifactCache(NetworkCacheArgs) - Constructor for class com.facebook.buck.artifact_cache.ThriftArtifactCache
 
ThriftArtifactCacheProtocol - Class in com.facebook.buck.artifact_cache
All messages generate by this Protocol will be in the following binary format: - int32 Big Endian size bytes of thrift serialized thriftData.
ThriftArtifactCacheProtocol.Request - Class in com.facebook.buck.artifact_cache
 
ThriftArtifactCacheProtocol.Response - Class in com.facebook.buck.artifact_cache
 
ThriftArtifactCacheProtocol.Response.ReadPayloadInfo - Class in com.facebook.buck.artifact_cache
 
ThriftBuckConfig - Class in com.facebook.buck.thrift
 
ThriftBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.thrift.ThriftBuckConfig
 
ThriftCompiler - Class in com.facebook.buck.thrift
 
ThriftCompiler(BuildRuleParams, Tool, ImmutableList<String>, Path, SourcePath, String, ImmutableSet<String>, ImmutableList<Path>, ImmutableSet<Path>, ImmutableMap<Path, SourcePath>, ImmutableSortedSet<String>) - Constructor for class com.facebook.buck.thrift.ThriftCompiler
 
ThriftCompilerStep - Class in com.facebook.buck.thrift
 
ThriftCompilerStep(Path, ImmutableMap<String, String>, ImmutableList<String>, Path, Path, String, ImmutableSet<String>, ImmutableList<Path>) - Constructor for class com.facebook.buck.thrift.ThriftCompilerStep
 
ThriftConstructorArg - Class in com.facebook.buck.thrift
 
ThriftConstructorArg() - Constructor for class com.facebook.buck.thrift.ThriftConstructorArg
 
ThriftCoordinatorClient - Class in com.facebook.buck.distributed
 
ThriftCoordinatorClient(String, int, BuildId) - Constructor for class com.facebook.buck.distributed.ThriftCoordinatorClient
 
ThriftCoordinatorServer - Class in com.facebook.buck.distributed
 
ThriftCoordinatorServer(int, BuildTargetsQueue, BuildId) - Constructor for class com.facebook.buck.distributed.ThriftCoordinatorServer
 
ThriftCxxEnhancer - Class in com.facebook.buck.thrift
 
ThriftCxxEnhancer(ThriftBuckConfig, CxxLibraryDescription, boolean) - Constructor for class com.facebook.buck.thrift.ThriftCxxEnhancer
 
ThriftException - Exception in com.facebook.buck.slb
 
ThriftException(TException) - Constructor for exception com.facebook.buck.slb.ThriftException
 
ThriftException(String) - Constructor for exception com.facebook.buck.slb.ThriftException
 
ThriftJavaEnhancer - Class in com.facebook.buck.thrift
 
ThriftJavaEnhancer(ThriftBuckConfig, JavacOptions) - Constructor for class com.facebook.buck.thrift.ThriftJavaEnhancer
 
ThriftLanguageSpecificEnhancer - Interface in com.facebook.buck.thrift
Interface used to implement thrift support for a language.
ThriftLibrary - Class in com.facebook.buck.thrift
Represents a thrift library target node in the action graph, providing an interface for dependents to setup dependencies and include paths correctly for the thrift files this library contains.
ThriftLibrary(BuildRuleParams, SourcePathResolver, ImmutableSortedSet<ThriftLibrary>, HeaderSymlinkTree, ImmutableMap<Path, SourcePath>) - Constructor for class com.facebook.buck.thrift.ThriftLibrary
 
ThriftLibraryDescription - Class in com.facebook.buck.thrift
 
ThriftLibraryDescription(ThriftBuckConfig, ImmutableList<ThriftLanguageSpecificEnhancer>) - Constructor for class com.facebook.buck.thrift.ThriftLibraryDescription
 
ThriftLibraryDescription.CompilerType - Enum in com.facebook.buck.thrift
 
ThriftOverHttpService<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> - Class in com.facebook.buck.slb
 
ThriftOverHttpService(ThriftOverHttpServiceConfig) - Constructor for class com.facebook.buck.slb.ThriftOverHttpService
 
ThriftOverHttpServiceConfig - Class in com.facebook.buck.slb
Immutable implementation of AbstractThriftOverHttpServiceConfig.
ThriftOverHttpServiceConfig.Builder - Class in com.facebook.buck.slb
Builds instances of type ThriftOverHttpServiceConfig.
ThriftProtocol - Enum in com.facebook.buck.slb
 
ThriftPythonEnhancer - Class in com.facebook.buck.thrift
 
ThriftPythonEnhancer(ThriftBuckConfig, ThriftPythonEnhancer.Type) - Constructor for class com.facebook.buck.thrift.ThriftPythonEnhancer
 
ThriftPythonEnhancer.Type - Enum in com.facebook.buck.thrift
 
ThriftScribeLogger - Class in com.facebook.buck.util.network
 
ThriftScribeLogger(ThriftService<FrontendRequest, FrontendResponse>, ListeningExecutorService) - Constructor for class com.facebook.buck.util.network.ThriftScribeLogger
 
ThriftService<ThriftRequest extends org.apache.thrift.TBase<?,?>,ThriftResponse extends org.apache.thrift.TBase<?,?>> - Interface in com.facebook.buck.slb
 
ThriftSource - Class in com.facebook.buck.thrift
 
ThriftSource(ThriftCompiler, ImmutableList<String>, Path) - Constructor for class com.facebook.buck.thrift.ThriftSource
 
thriftToDebugJson(TBase<?, ?>) - Static method in class com.facebook.buck.slb.ThriftUtil
 
ThriftUtil - Class in com.facebook.buck.slb
 
ThrowableConsoleEvent - Class in com.facebook.buck.event
Event for tracking Throwable
ThrowableConsoleEvent(Throwable, String) - Constructor for class com.facebook.buck.event.ThrowableConsoleEvent
 
ThrowableConsoleEvent(Throwable, Level, String) - Constructor for class com.facebook.buck.event.ThrowableConsoleEvent
 
TimeFormat - Class in com.facebook.buck.util
 
timestamp(BuckEvent) - Method in class com.facebook.buck.event.BuckEventBus
Timestamp event.
timestamp(BuckEvent) - Method in interface com.facebook.buck.event.EventBus
 
timestampSeconds(String) - Method in class com.facebook.buck.util.versioncontrol.HgCmdLineInterface
 
timestampSeconds(String) - Method in class com.facebook.buck.util.versioncontrol.NoOpCmdLineInterface
 
timestampSeconds(String) - Method in interface com.facebook.buck.util.versioncontrol.VersionControlCmdLineInterface
 
TO_CACHED_TRANSFORMATION - Static variable in class com.facebook.buck.test.TestCaseSummary
Transformation to annotate TestCaseSummary marking them as being read from cached results
TO_DEX_WITH_CLASSES - Static variable in interface com.facebook.buck.android.DexWithClasses
 
TO_ENTRY - Static variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
TO_MAVEN_CENTRAL_LONG_ARG - Static variable in class com.facebook.buck.cli.PublishCommand
 
toArg() - Method in class com.facebook.buck.cxx.Archive
 
toArgument() - Method in enum com.facebook.buck.apple.AppleAssetCatalogDescription.Optimization
 
toArray() - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
toArray(T[]) - Method in class com.facebook.buck.util.concurrent.LinkedBlockingStack
 
toBuildRulesFor(BuildTarget, BuildRuleResolver, Iterable<BuildTarget>) - Static method in class com.facebook.buck.rules.BuildRules
 
toBytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
toFileExtension() - Method in enum com.facebook.buck.apple.AppleBundleExtension
 
toGigabytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
toHttpUrl(Optional<String>, URI) - Static method in class com.facebook.buck.file.MavenUrlDecoder
 
toHumanReadableString(Pair<Double, SizeUnit>, Locale) - Static method in enum com.facebook.buck.util.unit.SizeUnit
 
toImmutableList() - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableList.
toImmutableList() - Method in interface com.facebook.buck.util.RichStream
 
toImmutableListMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableListMultimap, whose keys and values are the result of applying mapping functions to the input elements.
toImmutableMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableMap, whose keys and values are the result of applying mapping functions to the input elements.
toImmutableMultimap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableMultimap, whose keys and values are the result of applying mapping functions to the input elements.
toImmutableSet() - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableSet.
toImmutableSet() - Method in interface com.facebook.buck.util.RichStream
 
toImmutableSortedMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableSortedMap, whose keys and values are the result of applying mapping functions to the input elements.
toImmutableSortedSet() - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableSortedSet.
toImmutableSortedSet(Comparator<? super T>) - Static method in class com.facebook.buck.util.MoreCollectors
Returns a Collector that builds an ImmutableSortedSet.
toImmutableSortedSet(Comparator<? super T>) - Method in interface com.facebook.buck.util.RichStream
 
toJsonFunction(ObjectMapper) - Static method in class com.facebook.buck.util.MoreFunctions
 
toKilobytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
toLogMessage() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
toLogMessage() - Method in interface com.facebook.buck.event.BuckEvent
 
toMacroArgFunction(MacroHandler, BuildTarget, CellPathResolver, BuildRuleResolver) - Static method in class com.facebook.buck.rules.args.MacroArg
 
toMegabytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
toMode(Set<PosixFilePermission>) - Static method in class com.facebook.buck.io.MorePosixFilePermissions
Convert a set of posix file permissions the unix bit representation (e.g.
toModuleMap(BuildTarget, SourcePathResolver, String, String, Iterable<SourceList>) - Static method in class com.facebook.buck.lua.LuaUtil
 
toModuleMap(BuildTarget, SourcePathResolver, String, Path, Iterable<SourceList>) - Static method in class com.facebook.buck.python.PythonUtil
 
toModuleName(BuildTarget, String) - Static method in class com.facebook.buck.python.PythonUtil
Convert a path to a module to it's module name as referenced in import statements.
tool - Variable in class com.facebook.buck.cxx.AbstractPreprocessor
 
Tool - Interface in com.facebook.buck.rules
An abstraction for describing some tools used as part of the build.
ToolCommand(ImmutableList<String>, ImmutableList<String>, ImmutableMap<String, String>, Optional<ImmutableList<String>>) - Constructor for class com.facebook.buck.cxx.CxxPreprocessAndCompileStep.ToolCommand
 
ToolProvider - Interface in com.facebook.buck.rules
 
toPathFn(FileSystem) - Static method in class com.facebook.buck.io.MorePaths
 
toPlist() - Method in class com.facebook.buck.apple.xcode.XcodeprojSerializer
Generate a plist serialization of project bound to this serializer.
TopologicalSort - Class in com.facebook.buck.graph
 
toPythonFunction(BuildRuleType, Object) - Method in class com.facebook.buck.rules.BuckPyFunction
 
toRemoteRepository(URL, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.maven.AetherUtil
 
toRemoteRepository(String, Optional<String>, Optional<String>) - Static method in class com.facebook.buck.maven.AetherUtil
 
toRemoteRepository(ArtifactConfig.Repository) - Static method in class com.facebook.buck.maven.AetherUtil
 
toSourcePath(ProjectFilesystem) - Static method in class com.facebook.buck.rules.SourcePaths
 
toSourcesMap() - Method in class com.facebook.buck.cxx.CxxSourceSet
toStream(Optional<T>) - Static method in class com.facebook.buck.util.Optionals
Returns a singleton stream of an Optional's value if present, otherwise an empty stream.
toString() - Method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
 
toString() - Method in enum com.facebook.buck.android.aapt.RDotTxtEntry.RType
 
toString() - Method in class com.facebook.buck.android.aapt.RDotTxtEntry
 
toString() - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Prints the immutable value AndroidGraphEnhancementResult with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Prints the immutable value AndroidInstrumentationTestJVMArgs with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Prints the immutable value AndroidNativeLibsGraphEnhancementResult with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Prints the immutable value ResourceDetails with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidPackageableCollection
Prints the immutable value AndroidPackageableCollection with attribute values.
toString() - Method in class com.facebook.buck.android.AndroidPlatformTarget
 
toString() - Method in class com.facebook.buck.android.ApkInfo
Prints the immutable value ApkInfo with attribute values.
toString() - Method in class com.facebook.buck.android.APKModule
Prints the immutable value APKModule with attribute values.
toString() - Method in class com.facebook.buck.android.DefaultAndroidDirectoryResolver
 
toString() - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Prints the immutable value NativeLibraryMergeEnhancementResult with attribute values.
toString() - Method in class com.facebook.buck.android.NdkCxxPlatform
Prints the immutable value NdkCxxPlatform with attribute values.
toString() - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Prints the immutable value NdkCxxPlatformCompiler with attribute values.
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.Host
 
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArch
 
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArchAbi
 
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.Toolchain
 
toString() - Method in enum com.facebook.buck.android.NdkCxxPlatforms.ToolchainTarget
 
toString() - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Prints the immutable value NdkCxxPlatformTargetConfiguration with attribute values.
toString() - Method in enum com.facebook.buck.android.ResourceFilters.Density
 
toString() - Method in class com.facebook.buck.android.StrippedObjectDescription
Prints the immutable value StrippedObjectDescription with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleBundleDestinations
Prints the immutable value AppleBundleDestinations with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleBundleResources
Prints the immutable value AppleBundleResources with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleCxxPlatform
Prints the immutable value AppleCxxPlatform with attribute values.
toString() - Method in class com.facebook.buck.apple.ApplePackageConfig
Prints the immutable value ApplePackageConfig with attribute values.
toString() - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Prints the immutable value ApplePackageConfigAndPlatformInfo with attribute values.
toString() - Method in class com.facebook.buck.apple.ApplePlatform
Prints the immutable value ApplePlatform with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleSdk
Prints the immutable value AppleSdk with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleSdkPaths
Prints the immutable value AppleSdkPaths with attribute values.
toString() - Method in class com.facebook.buck.apple.AppleToolchain
Prints the immutable value AppleToolchain with attribute values.
toString() - Method in class com.facebook.buck.apple.clang.HeaderMap
 
toString() - Method in class com.facebook.buck.apple.CodeSignIdentity
Prints the immutable value CodeSignIdentity with attribute values.
toString() - Method in class com.facebook.buck.apple.GroupedSource
Prints the immutable value GroupedSource with attribute values.
toString() - Method in class com.facebook.buck.apple.MultiarchFileInfo
Prints the immutable value MultiarchFileInfo with attribute values.
toString() - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Prints the immutable value GenerationResult with attribute values.
toString() - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Prints the immutable value ProvisioningProfileMetadata with attribute values.
toString() - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Prints the immutable value AppleSimulator with attribute values.
toString() - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Prints the immutable value AppleSimulatorProfile with attribute values.
toString() - Method in class com.facebook.buck.apple.TestHostInfo
Prints the immutable value TestHostInfo with attribute values.
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Prints the immutable value CopyFilePhaseDestinationSpec with attribute values.
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXBuildFile
 
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXFileReference
 
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXObject
 
toString() - Method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
 
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.PBXReference
 
toString() - Method in class com.facebook.buck.apple.xcode.xcodeproj.SourceTreePath
 
toString() - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Prints the immutable value ArtifactInfo with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Prints the immutable value DirCacheEntry with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Prints the immutable value FetchResponseReadResult with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Prints the immutable value HttpArtifactCacheEventFetchData with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Prints the immutable value HttpArtifactCacheEventStoreData with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Prints the immutable value HttpCacheEntry with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Prints the immutable value MetadataAndPayloadReadResultInternal with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Prints the immutable value NetworkCacheArgs with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Prints the immutable value StoreResponseReadResult with attribute values.
toString() - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
Prints the immutable value StoreWriteResult with attribute values.
toString() - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Prints the immutable value UnixArchiveEntry with attribute values.
toString() - Method in class com.facebook.buck.charset.NulTerminatedCharsetDecoder.Result
 
toString() - Method in class com.facebook.buck.cli.BuckConfig
 
toString() - Method in class com.facebook.buck.cli.CommandRunnerParams
Prints the immutable value CommandRunnerParams with attribute values.
toString() - Method in class com.facebook.buck.cli.ConfigValue
Prints the immutable value ConfigValue with attribute values.
toString() - Method in class com.facebook.buck.cli.InstallResult
Prints the immutable value InstallResult with attribute values.
toString() - Method in class com.facebook.buck.cli.ProjectPredicates
Prints the immutable value ProjectPredicates with attribute values.
toString() - Method in enum com.facebook.buck.cli.ProjectTestsMode
 
toString() - Method in class com.facebook.buck.cli.ShowOptions
Prints the immutable value ShowOptions with attribute values.
toString() - Method in class com.facebook.buck.cli.TestRun
Prints the immutable value TestRun with attribute values.
toString() - Method in class com.facebook.buck.command.BuildExecutionResult
Prints the immutable value BuildExecutionResult with attribute values.
toString() - Method in class com.facebook.buck.config.CellConfig
Prints the immutable value CellConfig with attribute values.
toString() - Method in class com.facebook.buck.config.RawConfig
Prints the immutable value RawConfig with attribute values.
toString() - Method in class com.facebook.buck.counters.Counter
 
toString() - Method in class com.facebook.buck.counters.CounterInfo
Prints the immutable value CounterInfo with attribute values.
toString() - Method in class com.facebook.buck.counters.CounterSnapshot
Prints the immutable value CounterSnapshot with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
Prints the immutable value CxxCompilationDatabaseDependencies with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Prints the immutable value CxxCompilationDatabaseEntry with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxHeadersDir
Prints the immutable value CxxHeadersDir with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
Prints the immutable value CxxHeaderSourceSpec with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxIncludePaths
Prints the immutable value CxxIncludePaths with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxPlatform
Prints the immutable value CxxPlatform with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Prints the immutable value CxxPreprocessorInput with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxSandboxInclude
Prints the immutable value CxxSandboxInclude with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxSource
Prints the immutable value CxxSource with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Prints the immutable value CxxSourceRuleFactory with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxSourceSet
Prints the immutable value CxxSourceSet with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Prints the immutable value CxxSymlinkTreeHeaders with attribute values.
toString() - Method in class com.facebook.buck.cxx.CxxToolProviderParams
Prints the immutable value CxxToolProviderParams with attribute values.
toString() - Method in class com.facebook.buck.cxx.Depfiles.Depfile
 
toString() - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
Prints the immutable value ElfClearProgramHeadersStep with attribute values.
toString() - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
Prints the immutable value ElfDynamicSectionScrubberStep with attribute values.
toString() - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Prints the immutable value ElfExtractSectionsStep with attribute values.
toString() - Method in class com.facebook.buck.cxx.ElfSharedLibraryInterfaceFactory
Prints the immutable value ElfSharedLibraryInterfaceFactory with attribute values.
toString() - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
Prints the immutable value ElfSymbolTableScrubberStep with attribute values.
toString() - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Prints the immutable value ExplicitCxxToolFlags with attribute values.
toString() - Method in class com.facebook.buck.cxx.FrameworkDependencies
Prints the immutable value FrameworkDependencies with attribute values.
toString() - Method in class com.facebook.buck.cxx.FrameworkPathArg
 
toString() - Method in class com.facebook.buck.cxx.HeaderVerification
Prints the immutable value HeaderVerification with attribute values.
toString() - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
Prints the immutable value CxxPreprocessorInputCacheKey with attribute values.
toString() - Method in class com.facebook.buck.cxx.InferLogLine
 
toString() - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Prints the immutable value IterableCxxToolFlags with attribute values.
toString() - Method in class com.facebook.buck.cxx.MachoHeader
Prints the immutable value MachoHeader with attribute values.
toString() - Method in class com.facebook.buck.cxx.NativeLinkableInput
Prints the immutable value NativeLinkableInput with attribute values.
toString() - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
Prints the immutable value NativeLinkTargetMode with attribute values.
toString() - Method in class com.facebook.buck.cxx.OmnibusLibraries
Prints the immutable value OmnibusLibraries with attribute values.
toString() - Method in class com.facebook.buck.cxx.OmnibusLibrary
Prints the immutable value OmnibusLibrary with attribute values.
toString() - Method in class com.facebook.buck.cxx.OmnibusRoot
Prints the immutable value OmnibusRoot with attribute values.
toString() - Method in class com.facebook.buck.cxx.OmnibusRoots
Prints the immutable value OmnibusRoots with attribute values.
toString() - Method in class com.facebook.buck.cxx.PrebuiltCxxLibraryGroupDescription
Prints the immutable value PrebuiltCxxLibraryGroupDescription.
toString() - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Prints the immutable value PreprocessorDelegateCacheKey with attribute values.
toString() - Method in class com.facebook.buck.cxx.PreprocessorFlags
Prints the immutable value PreprocessorFlags with attribute values.
toString() - Method in class com.facebook.buck.cxx.RelativeLinkArg
 
toString() - Method in class com.facebook.buck.cxx.ThinArchiveArg
Prints the immutable value ThinArchiveArg with attribute values.
toString() - Method in class com.facebook.buck.d.DIncludes
Prints the immutable value DIncludes with attribute values.
toString() - Method in class com.facebook.buck.dalvik.DalvikStatsTool.FieldReference
 
toString() - Method in class com.facebook.buck.dalvik.DalvikStatsTool.MethodReference
 
toString() - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Prints the immutable value DistBuildExecutorArgs with attribute values.
toString() - Method in class com.facebook.buck.distributed.DistBuildStatus
Prints the immutable value DistBuildStatus with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.DoctorConfig
Prints the immutable value DoctorConfig with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Prints the immutable value DoctorEndpointRequest with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Prints the immutable value DoctorEndpointResponse with attribute values.
toString() - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Prints the immutable value DoctorSuggestion with attribute values.
toString() - Method in class com.facebook.buck.eden.EdenMount
 
toString() - Method in class com.facebook.buck.event.AbstractBuckEvent
 
toString() - Method in class com.facebook.buck.event.ConsoleEvent
 
toString() - Method in class com.facebook.buck.event.EventKey
Prints the immutable value EventKey with attribute values.
toString() - Method in class com.facebook.buck.event.listener.EventPair
Prints the immutable value EventPair with attribute values.
toString() - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
Prints the immutable value ProxyBuckEvent with attribute values.
toString() - Method in class com.facebook.buck.event.listener.RunIdStreamPair
Prints the immutable value RunIdStreamPair with attribute values.
toString() - Method in class com.facebook.buck.event.PerfEventId
Prints the immutable value PerfEventId with attribute values.
toString() - Method in exception com.facebook.buck.file.RetryingDownloader.RetryingDownloaderException
 
toString() - Method in class com.facebook.buck.go.GoLinkable
Prints the immutable value GoLinkable with attribute values.
toString() - Method in class com.facebook.buck.go.GoPlatform
Prints the immutable value GoPlatform with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellCompileInput
Prints the immutable value HaskellCompileInput with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellPackage
Prints the immutable value HaskellPackage with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Prints the immutable value HaskellPackageInfo with attribute values.
toString() - Method in class com.facebook.buck.haskell.HaskellSources
Prints the immutable value HaskellSources with attribute values.
toString() - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Prints the immutable value NumberFormatterCacheKey with attribute values.
toString() - Method in class com.facebook.buck.io.AbstractArchiveMemberPath
 
toString() - Method in class com.facebook.buck.io.BuckPaths
Prints the immutable value BuckPaths with attribute values.
toString() - Method in class com.facebook.buck.io.LazyPath
 
toString() - Method in class com.facebook.buck.io.PathOrGlobMatcher
 
toString() - Method in class com.facebook.buck.io.ProjectFilesystem
 
toString() - Method in class com.facebook.buck.io.ProjectWatch
Prints the immutable value ProjectWatch with attribute values.
toString() - Method in class com.facebook.buck.io.WatchmanCursor
 
toString() - Method in class com.facebook.buck.io.WatchmanDiagnostic
Prints the immutable value WatchmanDiagnostic with attribute values.
toString() - Method in class com.facebook.buck.io.WatchmanQuery
Prints the immutable value WatchmanQuery with attribute values.
toString() - Method in enum com.facebook.buck.js.ReactNativePlatform
 
toString() - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Prints the immutable value BuildFileParseExceptionData with attribute values.
toString() - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Prints the immutable value BuildFileParseExceptionStackTraceEntry with attribute values.
toString() - Method in class com.facebook.buck.json.BuildFilePythonResult
Prints the immutable value BuildFilePythonResult with attribute values.
toString() - Method in class com.facebook.buck.json.BuildFileSyntaxError
Prints the immutable value BuildFileSyntaxError with attribute values.
toString() - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Prints the immutable value ProjectBuildFileParserOptions with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.classes.AbstractFileLike
 
toString() - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Prints the immutable value DirectToJarOutputSettings with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot
Prints the immutable value ContentRoot with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
Prints the immutable value DependencyEntry with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
Prints the immutable value DependencyEntryData with attribute values.
toString() - Method in enum com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder.Scope
 
toString() - Method in enum com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder.Type
 
toString() - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Prints the immutable value IjLibrary with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Prints the immutable value IjModule with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Prints the immutable value IjModuleAndroidFacet with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Prints the immutable value IjProjectConfig with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
Prints the immutable value IjSourceFolder with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
Prints the immutable value ModuleIndexEntry with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.intellij.SerializableIntellijSettings
 
toString() - Method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit
Prints the immutable value SimplificationLimit with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Prints the immutable value JavacExecutionContext with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavacOptions
Prints the immutable value JavacOptions with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JavaFileParser.JavaFileFeatures
 
toString() - Method in class com.facebook.buck.jvm.java.JavaOptions
Prints the immutable value JavaOptions with attribute values.
toString() - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Prints the immutable value JUnitJvmArgs with attribute values.
toString() - Method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
 
toString() - Method in class com.facebook.buck.log.ErrorLogRecord
Prints the immutable value ErrorLogRecord with attribute values.
toString() - Method in class com.facebook.buck.log.LogConfigSetup
Prints the immutable value LogConfigSetup with attribute values.
toString() - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Prints the immutable value LuaBinaryPackageComponents with attribute values.
toString() - Method in class com.facebook.buck.lua.LuaPackageComponents
Prints the immutable value LuaPackageComponents with attribute values.
toString() - Method in class com.facebook.buck.lua.LuaScriptStarter
Prints the immutable value LuaScriptStarter with attribute values.
toString() - Method in class com.facebook.buck.lua.NativeExecutableStarter
Prints the immutable value NativeExecutableStarter with attribute values.
toString() - Method in class com.facebook.buck.macho.FatArch
Prints the immutable value FatArch with attribute values.
toString() - Method in class com.facebook.buck.macho.FatHeader
Prints the immutable value FatHeader with attribute values.
toString() - Method in class com.facebook.buck.macho.LinkEditDataCommand
Prints the immutable value LinkEditDataCommand with attribute values.
toString() - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Prints the immutable value LoadCommandCommonFields with attribute values.
toString() - Method in class com.facebook.buck.macho.MachoHeader
Prints the immutable value MachoHeader with attribute values.
toString() - Method in class com.facebook.buck.macho.Nlist
Prints the immutable value Nlist with attribute values.
toString() - Method in class com.facebook.buck.macho.Section
Prints the immutable value Section with attribute values.
toString() - Method in class com.facebook.buck.macho.SegmentCommand
Prints the immutable value SegmentCommand with attribute values.
toString() - Method in class com.facebook.buck.macho.SymTabCommand
Prints the immutable value SymTabCommand with attribute values.
toString() - Method in class com.facebook.buck.macho.UnknownCommand
Prints the immutable value UnknownCommand with attribute values.
toString() - Method in class com.facebook.buck.macho.UUIDCommand
Prints the immutable value UUIDCommand with attribute values.
toString() - Method in class com.facebook.buck.model.BuildId
 
toString() - Method in class com.facebook.buck.model.Flavor
 
toString() - Method in class com.facebook.buck.model.ImmediateDirectoryBuildTargetPattern
 
toString() - Method in class com.facebook.buck.model.MacroMatchResult
Prints the immutable value MacroMatchResult with attribute values.
toString() - Method in class com.facebook.buck.model.Pair
 
toString() - Method in class com.facebook.buck.model.SingletonBuildTargetPattern
 
toString() - Method in class com.facebook.buck.model.SubdirectoryBuildTargetPattern
 
toString() - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Prints the immutable value OcamlBuildContext with attribute values.
toString() - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Prints the immutable value OcamlGeneratedBuildRules with attribute values.
toString() - Method in class com.facebook.buck.parser.BuildFileSpec
Prints the immutable value BuildFileSpec with attribute values.
toString() - Method in class com.facebook.buck.parser.Parser
 
toString() - Method in class com.facebook.buck.parser.ParserConfig
Prints the immutable value ParserConfig with attribute values.
toString() - Method in class com.facebook.buck.parser.SpeculativeParsing
Prints the immutable value SpeculativeParsing with attribute values.
toString() - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
Prints the immutable value TargetNodePredicateSpec with attribute values.
toString() - Method in class com.facebook.buck.python.NeededCoverageSpec
Prints the immutable value NeededCoverageSpec with attribute values.
toString() - Method in class com.facebook.buck.python.PythonPackageComponents
Prints the immutable value PythonPackageComponents with attribute values.
toString() - Method in class com.facebook.buck.python.PythonPlatform
Prints the immutable value PythonPlatform with attribute values.
toString() - Method in class com.facebook.buck.query.FunctionExpression
 
toString() - Method in class com.facebook.buck.query.QueryEnvironment.Argument
 
toString() - Method in class com.facebook.buck.query.QueryExpression
Returns this query expression pretty-printed.
toString() - Method in class com.facebook.buck.query.TargetLiteral
 
toString() - Method in class com.facebook.buck.rage.BuildLogEntry
Prints the immutable value BuildLogEntry with attribute values.
toString() - Method in class com.facebook.buck.rage.DefectReport
Prints the immutable value DefectReport with attribute values.
toString() - Method in class com.facebook.buck.rage.DefectSubmitResult
Prints the immutable value DefectSubmitResult with attribute values.
toString() - Method in class com.facebook.buck.rage.ExtraInfoResult
Prints the immutable value ExtraInfoResult with attribute values.
toString() - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
Prints the immutable value FileChangesIgnoredReport with attribute values.
toString() - Method in class com.facebook.buck.rage.RageConfig
Prints the immutable value RageConfig with attribute values.
toString() - Method in class com.facebook.buck.rage.RageJsonResponse
Prints the immutable value RageJsonResponse with attribute values.
toString() - Method in class com.facebook.buck.rage.SourceControlInfo
Prints the immutable value SourceControlInfo with attribute values.
toString() - Method in class com.facebook.buck.rage.UserLocalConfiguration
Prints the immutable value UserLocalConfiguration with attribute values.
toString() - Method in class com.facebook.buck.rage.UserReport
Prints the immutable value UserReport with attribute values.
toString() - Method in class com.facebook.buck.rules.AbstractBuildRule
 
toString() - Method in class com.facebook.buck.rules.ActionGraph
 
toString() - Method in class com.facebook.buck.rules.ActionGraphAndResolver
Prints the immutable value ActionGraphAndResolver with attribute values.
toString() - Method in class com.facebook.buck.rules.args.Arg
 
toString() - Method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
toString() - Method in class com.facebook.buck.rules.args.GlobArg
Prints the immutable value GlobArg with attribute values.
toString() - Method in class com.facebook.buck.rules.args.MacroArg
 
toString() - Method in class com.facebook.buck.rules.args.SanitizedArg
 
toString() - Method in class com.facebook.buck.rules.args.SourcePathArg
 
toString() - Method in class com.facebook.buck.rules.args.StringArg
 
toString() - Method in class com.facebook.buck.rules.BuildContext
Prints the immutable value BuildContext with attribute values.
toString() - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Prints the immutable value BuildEngineBuildContext with attribute values.
toString() - Method in interface com.facebook.buck.rules.BuildRule
 
toString() - Method in class com.facebook.buck.rules.BuildRuleEvent.Finished
 
toString() - Method in class com.facebook.buck.rules.BuildRuleKeys
Prints the immutable value BuildRuleKeys with attribute values.
toString() - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
Prints the immutable value CachingBuildEngineBuckConfig with attribute values.
toString() - Method in class com.facebook.buck.rules.Cell
 
toString() - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Prints the immutable value FrameworkPath with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Prints the immutable value ManifestEntries with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.OcamlSource
Prints the immutable value OcamlSource with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.SourceList
Prints the immutable value SourceList with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Prints the immutable value SourceWithFlagsList with attribute values.
toString() - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
toString() - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
Prints the immutable value DexInfo with attribute values.
toString() - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
Prints the immutable value NativeLibsInfo with attribute values.
toString() - Method in class com.facebook.buck.rules.ExopackageInfo
Prints the immutable value ExopackageInfo with attribute values.
toString() - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Prints the immutable value ExternalTestRunnerTestSpec with attribute values.
toString() - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Prints the immutable value DependencyFileEntry with attribute values.
toString() - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Prints the immutable value ResourceAwareSchedulingInfo with attribute values.
toString() - Method in class com.facebook.buck.rules.RuleKey
 
toString() - Method in class com.facebook.buck.rules.RuleScheduleInfo
Prints the immutable value RuleScheduleInfo with attribute values.
toString() - Method in class com.facebook.buck.rules.SourceWithFlags
Prints the immutable value SourceWithFlags with attribute values.
toString() - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Prints the immutable value TargetGraphAndBuildTargets with attribute values.
toString() - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
Prints the immutable value TargetGraphAndTargetNodes with attribute values.
toString() - Method in class com.facebook.buck.rules.TargetNode
 
toString() - Method in class com.facebook.buck.rules.VersionedTool
Prints the immutable value VersionedTool with attribute values.
toString() - Method in enum com.facebook.buck.rust.CrateType
 
toString() - Method in class com.facebook.buck.rust.RustLibraryArg
 
toString() - Method in class com.facebook.buck.shell.WorkerJobParams
Prints the immutable value WorkerJobParams with attribute values.
toString() - Method in class com.facebook.buck.shell.WorkerJobResult
Prints the immutable value WorkerJobResult with attribute values.
toString() - Method in class com.facebook.buck.shell.WorkerProcessCommand
Prints the immutable value WorkerProcessCommand with attribute values.
toString() - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Prints the immutable value ClientSideSlbConfig with attribute values.
toString() - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Prints the immutable value LoadBalancedServiceEventData with attribute values.
toString() - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
Prints the immutable value LoadBalancerPingEventData with attribute values.
toString() - Method in class com.facebook.buck.slb.PerServerData
Prints the immutable value PerServerData with attribute values.
toString() - Method in class com.facebook.buck.slb.PerServerPingData
Prints the immutable value PerServerPingData with attribute values.
toString() - Method in exception com.facebook.buck.slb.RetryingHttpService.RetryingHttpServiceException
 
toString() - Method in class com.facebook.buck.slb.ServerHealthManager
 
toString() - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Prints the immutable value ServerHealthManagerEventData with attribute values.
toString(long, int) - Method in class com.facebook.buck.slb.ServerHealthState
 
toString() - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Prints the immutable value ThriftOverHttpServiceConfig with attribute values.
toString() - Method in class com.facebook.buck.step.AbstractTestStep
 
toString() - Method in class com.facebook.buck.step.ExecutionContext
Prints the immutable value ExecutionContext with attribute values.
toString() - Method in class com.facebook.buck.step.fs.MakeCleanDirectoryStep
 
toString() - Method in class com.facebook.buck.step.fs.MkdirAndSymlinkFileStep
 
toString() - Method in class com.facebook.buck.step.StepExecutionResult
Prints the immutable value StepExecutionResult with attribute values.
toString() - Method in class com.facebook.buck.swift.SwiftPlatform
Prints the immutable value SwiftPlatform with attribute values.
toString() - Method in class com.facebook.buck.test.selectors.TestDescription
 
toString() - Method in class com.facebook.buck.test.TestCaseSummary
 
toString() - Method in class com.facebook.buck.test.TestResultSummary
 
toString() - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Prints the immutable value TestResultSummaryVerbosity with attribute values.
toString() - Method in class com.facebook.buck.test.TestRunningOptions
Prints the immutable value TestRunningOptions with attribute values.
toString() - Method in class com.facebook.buck.test.TestStatusMessage
Prints the immutable value TestStatusMessage with attribute values.
toString() - Method in class com.facebook.buck.util.autosparse.AutoSparseConfig
Prints the immutable value AutoSparseConfig with attribute values.
toString() - Method in class com.facebook.buck.util.autosparse.ManifestInfo
Prints the immutable value ManifestInfo with attribute values.
toString() - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Prints the immutable value FileHashCacheVerificationResult with attribute values.
toString() - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Prints the immutable value HashCodeAndFileType with attribute values.
toString() - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Prints the immutable value ListeningSemaphoreArrayPendingItem with attribute values.
toString() - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Prints the immutable value ResourceAmounts with attribute values.
toString() - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Prints the immutable value DirectoryCleanerArgs with attribute values.
toString() - Method in enum com.facebook.buck.util.environment.Architecture
 
toString() - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Prints the immutable value BuildEnvironmentDescription with attribute values.
toString() - Method in class com.facebook.buck.util.network.AbstractBatchingLogger.BatchEntry
 
toString() - Method in class com.facebook.buck.util.network.HiveRowFormatter
 
toString() - Method in class com.facebook.buck.util.network.offline.ScribeData
Prints the immutable value ScribeData with attribute values.
toString() - Method in class com.facebook.buck.util.PatternAndMessage
Prints the immutable value PatternAndMessage with attribute values.
toString() - Method in class com.facebook.buck.util.ProcessExecutorParams
Prints the immutable value ProcessExecutorParams with attribute values.
toString() - Method in class com.facebook.buck.util.ProcessResourceConsumption
Prints the immutable value ProcessResourceConsumption with attribute values.
toString() - Method in class com.facebook.buck.util.SampleRate
Prints the immutable value SampleRate with attribute values.
toString() - Method in class com.facebook.buck.util.sha1.Sha1HashCode
toString() - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
Prints the immutable value VersionControlStats with attribute values.
toString() - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Prints the immutable value CachedVersionedTargetGraph with attribute values.
toString() - Method in class com.facebook.buck.versions.ExactConstraint
Prints the immutable value ExactConstraint with attribute values.
toString() - Method in class com.facebook.buck.versions.Version
Prints the immutable value Version with attribute values.
toString() - Method in class com.facebook.buck.versions.VersionedAliasDescription
Prints the immutable value VersionedAliasDescription.
toString() - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Prints the immutable value VersionedTargetGraphCacheResult with attribute values.
toString() - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Prints the immutable value VersionedTargetGraphInputs with attribute values.
toString() - Method in class com.facebook.buck.versions.VersionInfo
Prints the immutable value VersionInfo with attribute values.
toString() - Method in class com.facebook.buck.versions.VersionUniverse
Prints the immutable value VersionUniverse with attribute values.
toTerabytes(double) - Method in enum com.facebook.buck.util.unit.SizeUnit
 
touch(Path) - Method in class com.facebook.buck.io.ProjectFilesystem
 
TouchStep - Class in com.facebook.buck.step.fs
Step that runs touch <filename> in the shell.
TouchStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.step.fs.TouchStep
 
toXcodeAttribute(HeaderVisibility) - Static method in class com.facebook.buck.apple.AppleHeaderVisibilities
 
TRACE_ID_PATTERN - Static variable in class com.facebook.buck.util.trace.BuildTraces
 
TraceAttributes(Optional<String>, long) - Constructor for class com.facebook.buck.util.trace.BuildTraces.TraceAttributes
 
TraceHandlerDelegate - Class in com.facebook.buck.httpserver
HTTP handler for requests to the /trace path.
traceSection(String) - Method in class com.facebook.buck.event.api.BuckTracing
 
traceSection(String, Map<String, String>) - Method in class com.facebook.buck.event.api.BuckTracing
Records the beginning of a traced section, and returns an object that can be used within a try-with-resources block to automatically end the section.
TraceSection() - Constructor for class com.facebook.buck.event.api.BuckTracing.TraceSection
 
TracesHandlerDelegate - Class in com.facebook.buck.httpserver
 
TracingTaskListener - Class in com.facebook.buck.jvm.java.tracing
A TaskListener that traces all events to a JavacPhaseTracer.
TracingTaskListener(JavacPhaseTracer, TaskListener) - Constructor for class com.facebook.buck.jvm.java.tracing.TracingTaskListener
 
trackClassUsage(JavacOptions) - Method in class com.facebook.buck.android.AndroidLibraryCompiler
 
trackClassUsage(JavacOptions) - Method in class com.facebook.buck.android.KotlinAndroidLibraryCompiler
 
trackClassUsage(JavacOptions) - Method in class com.facebook.buck.android.ScalaAndroidLibraryCompiler
 
TRACKED_BOOKMARKS - Static variable in class com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator
 
transform(Function<LEFT, X>, Function<RIGHT, X>) - Method in class com.facebook.buck.model.Either
 
transform(TargetGraph, BuildRuleResolver, TargetNode<T, U>) - Method in class com.facebook.buck.rules.DefaultTargetNodeToBuildRuleTransformer
 
transform(TargetGraph, BuildRuleResolver, TargetNode<T, U>) - Method in interface com.facebook.buck.rules.TargetNodeToBuildRuleTransformer
 
transform(ITestAnnotation, Class, Constructor, Method) - Method in class com.facebook.buck.testrunner.TestNGRunner.FilteringAnnotationTransformer
 
transform(VersionSelector, TargetGraphAndBuildTargets, ForkJoinPool) - Static method in class com.facebook.buck.versions.VersionedTargetGraphBuilder
 
transformKeys(Map<K1, V>, Function<? super K1, K2>) - Static method in class com.facebook.buck.util.MoreMaps
 
transformKeysAndSort(Map<K1, V>, Function<? super K1, K2>) - Static method in class com.facebook.buck.util.MoreMaps
 
translate(A) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateBuildTarget(BuildTarget) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateBuildTargetSourcePath(BuildTargetSourcePath) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateConstructorArg(BuildTarget, CellPathResolver, TargetNodeTranslator, AbstractGenruleDescription.Arg) - Method in class com.facebook.buck.cxx.CxxGenruleDescription
 
translateConstructorArg(A, A) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateConstructorArg(BuildTarget, CellPathResolver, TargetNodeTranslator, A) - Method in interface com.facebook.buck.versions.TargetTranslatorOverridingDescription
 
translateList(ImmutableList<A>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateMap(ImmutableMap<A, B>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateNode(TargetNode<A, ?>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateOptional(Optional<A>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translatePair(Pair<A, B>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateSet(ImmutableSet<A>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateSortedMap(ImmutableSortedMap<A, B>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateSortedSet(ImmutableSortedSet<A>) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateSourceWithFlags(SourceWithFlags) - Method in class com.facebook.buck.versions.TargetNodeTranslator
 
translateTargets(TargetNodeTranslator) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollection
 
translateTargets(TargetNodeTranslator) - Method in interface com.facebook.buck.versions.TargetTranslatable
 
TranslatingJavacPhaseTracer - Class in com.facebook.buck.jvm.java.tracing
A JavacPhaseTracer that translates the trace data to be more useful.
TranslatingJavacPhaseTracer(JavacPhaseEventLogger) - Constructor for class com.facebook.buck.jvm.java.tracing.TranslatingJavacPhaseTracer
 
TraversableGraph<T> - Interface in com.facebook.buck.graph
Minimal interface needed by AbstractBottomUpTraversal to traverse a graph.
traverse() - Method in class com.facebook.buck.graph.AbstractBottomUpTraversal
 
traverse(Iterable<? extends T>) - Method in class com.facebook.buck.graph.AcyclicDepthFirstPostOrderTraversal
Performs a depth-first, post-order traversal over a DAG.
traverse() - Method in class com.facebook.buck.jvm.java.classes.ClasspathTraversal
 
traverse(ClasspathTraversal) - Method in interface com.facebook.buck.jvm.java.classes.ClasspathTraverser
 
traverse(ClasspathTraversal) - Method in class com.facebook.buck.jvm.java.classes.DefaultClasspathTraverser
 
traverse(C, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.CollectionTypeCoercer
 
traverse(Either<Left, Right>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.EitherTypeCoercer
 
traverse(FrameworkPath, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.FrameworkPathTypeCoercer
 
traverse(Object, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.LeafTypeCoercer
 
traverse(ImmutableMap<K, V>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.MapTypeCoercer
 
traverse(NeededCoverageSpec, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.NeededCoverageSpecTypeCoercer
 
traverse(OcamlSource, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.OcamlSourceTypeCoercer
 
traverse(Optional<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.OptionalTypeCoercer
 
traverse(Pair<FIRST, SECOND>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.PairTypeCoercer
 
traverse(PatternMatchedCollection<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.PatternMatchedCollectionTypeCoercer
 
traverse(ImmutableSortedMap<K, V>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SortedMapTypeCoercer
 
traverse(SourceList, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceListTypeCoercer
 
traverse(SourceWithFlagsList, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsListTypeCoercer
 
traverse(SourceWithFlags, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsTypeCoercer
 
traverse(Object) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer.Traversal
 
traverse(T, TypeCoercer.Traversal) - Method in interface com.facebook.buck.rules.coercer.TypeCoercer
Traverse an object guided by this TypeCoercer.
traverse(VersionMatchedCollection<T>, TypeCoercer.Traversal) - Method in class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
traverse(ParamInfo.Traversal, Object) - Method in class com.facebook.buck.rules.ParamInfo
Traverse the value of the field on dto that is represented by this instance.
traverse() - Method in class com.facebook.buck.util.ZipFileTraversal
 
trimResourceIds - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
truncatePretty(String) - Static method in class com.facebook.buck.util.MoreStrings
 
tryCreatingClientSideSlb(Clock, BuckEventBus, CommandThreadFactory) - Method in class com.facebook.buck.slb.SlbBuckConfig
 
tryLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
tryLock(long, TimeUnit) - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
tryToExtractInstrumentationTestRunnerFromManifest(SourcePathResolver, ApkInfo) - Static method in class com.facebook.buck.android.AdbHelper
 
tryToExtractPackageNameFromManifest(SourcePathResolver, ApkInfo) - Static method in class com.facebook.buck.android.AdbHelper
 
TwoLevelArtifactCacheDecorator - Class in com.facebook.buck.artifact_cache
The DirArtifactCache and HttpArtifactCache caches use a straightforward rulekey -> (metadata, artifact) mapping.
TwoLevelArtifactCacheDecorator(ArtifactCache, ProjectFilesystem, BuckEventBus, boolean, long, Optional<Long>) - Constructor for class com.facebook.buck.artifact_cache.TwoLevelArtifactCacheDecorator
 
type - Variable in class com.facebook.buck.android.aapt.RDotTxtEntry
 
TYPE - Static variable in class com.facebook.buck.android.AndroidLibraryDescription
 
type - Variable in class com.facebook.buck.file.RemoteFileDescription.Arg
 
type - Variable in class com.facebook.buck.shell.AbstractGenruleDescription.Arg
 
TYPE_PROPERTY_NAME - Static variable in class com.facebook.buck.rules.BuckPyFunction
The name of the property in the JSON produced by buck.py that identifies the type of the build rule being defined.
TypeCoercer<T> - Interface in com.facebook.buck.rules.coercer
Class defining an interpretation of some dynamically typed Java object as a specific class.
TypeCoercer.Traversal - Interface in com.facebook.buck.rules.coercer
 
TypeCoercerFactory - Interface in com.facebook.buck.rules.coercer
 
typeCoercerForType(Type) - Method in class com.facebook.buck.rules.coercer.AbstractTypeCoercerFactory
 
typeCoercerForType(Type) - Method in interface com.facebook.buck.rules.coercer.TypeCoercerFactory
 
Types - Class in com.facebook.buck.util
 

U

UBER_COMPILATION_DATABASE - Static variable in class com.facebook.buck.cxx.CxxCompilationDatabase
 
UNBUNDLE - Static variable in class com.facebook.buck.js.ReactNativeFlavors
 
undefined - Variable in class com.facebook.buck.android.relinker.Symbols
 
unescapeLineMarkerPath(String) - Static method in class com.facebook.buck.util.Escaper
Unescape a path string obtained from preprocessor output, as in: https://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html .
UnexpectedFlavorException - Exception in com.facebook.buck.parser
 
UNFINISHED_EVENT_PAIR - Static variable in class com.facebook.buck.event.listener.AbstractConsoleEventBusListener
 
UnflavoredBuildTarget - Class in com.facebook.buck.model
A build target in the form of
UnflavoredBuildTarget.Builder - Class in com.facebook.buck.model
Builds instances of type UnflavoredBuildTarget.
uninstallApp(String, boolean) - Method in class com.facebook.buck.android.AdbHelper
Uninstall apk from all matching devices.
UninstallCommand - Class in com.facebook.buck.cli
 
UninstallCommand() - Constructor for class com.facebook.buck.cli.UninstallCommand
 
UninstallCommand.UninstallOptions - Class in com.facebook.buck.cli
 
UninstallEvent - Class in com.facebook.buck.event
 
UninstallEvent(EventKey, String) - Constructor for class com.facebook.buck.event.UninstallEvent
 
UninstallEvent.Finished - Class in com.facebook.buck.event
 
UninstallEvent.Started - Class in com.facebook.buck.event
 
uninstallFinished(UninstallEvent.Finished) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
uninstallOptions() - Method in class com.facebook.buck.cli.InstallCommand
 
uninstallOptions() - Method in class com.facebook.buck.cli.UninstallCommand
 
UninstallOptions() - Constructor for class com.facebook.buck.cli.UninstallCommand.UninstallOptions
 
uninstallStarted(UninstallEvent.Started) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
UnixArchive - Class in com.facebook.buck.bsd
 
UnixArchive(FileChannel, NulTerminatedCharsetDecoder) - Constructor for class com.facebook.buck.bsd.UnixArchive
 
UnixArchiveEntry - Class in com.facebook.buck.bsd
Immutable implementation of AbstractUnixArchiveEntry.
UnixDomainSocket - Class in com.facebook.buck.io.unixsocket
Implements a Socket backed by a native Unix domain socket.
UnixUserIdFetcher - Class in com.facebook.buck.util
Fetches the user ID of the running process.
UnixUserIdFetcher() - Constructor for class com.facebook.buck.util.UnixUserIdFetcher
 
UnknownCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractUnknownCommand.
UnknownCommandUtils - Class in com.facebook.buck.macho
 
unlock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableLock
 
unordered() - Method in interface com.facebook.buck.util.RichStream
 
unpackJarTo(ClassLoader, Path) - Method in class com.facebook.buck.jvm.java.FatJar
 
unpackNativeLibrariesInto(ClassLoader, Path) - Method in class com.facebook.buck.jvm.java.FatJar
 
unskippedRuleCountUpdated(int) - Static method in class com.facebook.buck.rules.BuildEvent
 
UnskippedRuleCountUpdated(int) - Constructor for class com.facebook.buck.rules.BuildEvent.UnskippedRuleCountUpdated
 
UnskippedRulesTracker - Class in com.facebook.buck.rules
Keeps track of the number of build rules that either were already executed or might be executed in the future.
UnskippedRulesTracker(RuleDepsCache, SourcePathRuleFinder, ListeningExecutorService) - Constructor for class com.facebook.buck.rules.UnskippedRulesTracker
 
UnsortedAndroidResourceDeps - Class in com.facebook.buck.android
 
UnsortedAndroidResourceDeps(ImmutableSet<HasAndroidResourceDeps>) - Constructor for class com.facebook.buck.android.UnsortedAndroidResourceDeps
 
UnsortedAndroidResourceDeps.Callback - Interface in com.facebook.buck.android
 
unsubscribe(ProcessRegistry.ProcessRegisterCallback) - Method in class com.facebook.buck.util.ProcessRegistry
Unsubscribes the process register callback.
Unzip - Class in com.facebook.buck.zip
 
Unzip.ExistingFileMode - Enum in com.facebook.buck.zip
 
UnzipAar - Class in com.facebook.buck.android
 
UnzipStep - Class in com.facebook.buck.zip
 
UnzipStep(ProjectFilesystem, Path, Path) - Constructor for class com.facebook.buck.zip.UnzipStep
 
update(ImmutableMap<String, Object>) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
Creates and sends an event which indicates an update in state of the scope.
update(String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
update(String, Object, String, Object) - Method in interface com.facebook.buck.event.SimplePerfEvent.Scope
update(Hasher) - Method in class com.facebook.buck.util.sha1.Sha1HashCode
Updates the specified Hasher by putting the 20 bytes of this SHA-1 to it in order.
updateAndStartIfNeeded(Optional<ArtifactCache>) - Method in class com.facebook.buck.httpserver.WebServer
Update state and start the server if necessary.
updatedParams - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.CxxLibraryEnhancement
 
updateLinkEditDataCommand(ByteBuffer, LinkEditDataCommand, LinkEditDataCommand) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
 
updateLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
 
updateNlistEntry(ByteBuffer, Nlist, Nlist, boolean) - Static method in class com.facebook.buck.macho.NlistUtils
Takes existing Nlist entry and updates it with the new entry.
updatePaths() - Method in class com.facebook.buck.macho.ObjectPathsAbsolutifier
 
updateSegmentCommand(ByteBuffer, SegmentCommand, SegmentCommand) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
Updates the given command in the given buffer with the new given command.
updateSymTabCommand(ByteBuffer, SymTabCommand, String) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
This method updates the given buffer by updating the given SymTabCommand to reflect the insertion of the entry into string table.
updateUuidCommand(ByteBuffer, UUIDCommand, UUIDCommand) - Static method in class com.facebook.buck.macho.UUIDCommandUtils
 
uploadBuckDotFiles(BuildId, ProjectFilesystem, FileHashCache, ListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildService
 
uploadMissingFiles(List<BuildJobStateFileHashes>, ListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildService
 
uploadRequest(DoctorEndpointRequest) - Method in class com.facebook.buck.doctor.DoctorReportHelper
 
uploadTargetGraph(BuildJobState, BuildId, ListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildService
 
uri - Variable in class com.facebook.buck.file.DownloadEvent
 
UriTypeCoercer - Class in com.facebook.buck.rules.coercer
 
UriTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.UriTypeCoercer
 
url - Variable in class com.facebook.buck.file.RemoteFileDescription.Arg
 
url - Variable in class com.facebook.buck.maven.ArtifactConfig.Repository
 
USE_RESULTS_CACHE - Static variable in class com.facebook.buck.cli.TestCommand
 
useAndroidProguardConfigWithOptimizations - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
useCxxLibraries - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
useCxxLibraries - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
useDefaultTestMain - Variable in class com.facebook.buck.cxx.CxxTestDescription.Arg
 
useDependencyFileRuleKeys() - Method in class com.facebook.buck.cxx.CxxInferCapture
 
useDependencyFileRuleKeys() - Method in class com.facebook.buck.cxx.CxxPrecompiledHeader
 
useDependencyFileRuleKeys() - Method in class com.facebook.buck.cxx.CxxPreprocessAndCompile
 
useDependencyFileRuleKeys() - Method in class com.facebook.buck.js.ReactNativeBundle
 
useDependencyFileRuleKeys() - Method in class com.facebook.buck.jvm.java.DefaultJavaLibrary
 
useDependencyFileRuleKeys() - Method in interface com.facebook.buck.rules.keys.SupportsDependencyFileRuleKey
 
useDryRunCodeSigning() - Method in class com.facebook.buck.apple.AppleConfig
 
useIndexedUnbundling(BuildTarget) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
useLinearAllocSplitDex - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
user - Variable in class com.facebook.buck.maven.ArtifactConfig.Repository
 
UserIdFetcher - Interface in com.facebook.buck.util
Fetches the user ID of the running process.
UserInput - Class in com.facebook.buck.rage
Helper methods for handling input from the user.
UserInput(PrintStream, BufferedReader) - Constructor for class com.facebook.buck.rage.UserInput
 
UserLocalConfiguration - Class in com.facebook.buck.rage
Immutable implementation of AbstractUserLocalConfiguration.
UserLocalConfiguration.Builder - Class in com.facebook.buck.rage
Builds instances of type UserLocalConfiguration.
UserReport - Class in com.facebook.buck.rage
Immutable implementation of AbstractReport.AbstractUserReport.
UserReport.Builder - Class in com.facebook.buck.rage
Builds instances of type UserReport.
useSplitDex - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
useUnbundling(BuildTarget) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
utf8OutputStreamWriter(OutputStream) - Static method in class com.facebook.buck.log.ConsoleHandler
 
Util - Class in com.facebook.buck.jvm.java.intellij
 
Util() - Constructor for class com.facebook.buck.jvm.java.intellij.Util
 
UUIDCommand - Class in com.facebook.buck.macho
Immutable implementation of AbstractUUIDCommand.
UUIDCommandUtils - Class in com.facebook.buck.macho
 

V

validateAliasName(String) - Static method in class com.facebook.buck.cli.BuckConfig
 
validateClasspath(String) - Method in class com.facebook.buck.jvm.java.ClasspathChecker
Parses a Java classpath string ("path/to/foo:baz.jar:blech.zip:path/to/*") and checks if at least one entry is valid (exists on disk).
validateFlavors(ImmutableSet<Flavor>) - Static method in class com.facebook.buck.js.ReactNativeFlavors
 
validateLabelName(String) - Static method in class com.facebook.buck.cli.BuckConfig
 
validateResources(SourcePathResolver, ProjectFilesystem, ImmutableSortedSet<SourcePath>) - Static method in class com.facebook.buck.jvm.common.ResourceValidator
 
ValidatingTaskListener - Class in com.facebook.buck.jvm.java.abi.source
A TaskListener that is used during full compilation to validate the guesses made by source-based ABI generation.
ValidatingTaskListener(JavaCompiler.CompilationTask, BootClasspathOracle, Diagnostic.Kind) - Constructor for class com.facebook.buck.jvm.java.abi.source.ValidatingTaskListener
 
value() - Method in enum com.facebook.buck.android.ResourceFilters.Density
 
value - Variable in class com.facebook.buck.jvm.java.abi.EnumMirror
 
value() - Method in class com.facebook.buck.parser.SpeculativeParsing
 
ValueExtractor - Interface in com.facebook.buck.rules.keys
Extracts a value, e.g.
valueOf(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.CustomDrawableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.RType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.AndroidBinaryDescription.Arg.DuplicateResourceBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.AndroidLibraryDescription.JvmLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.DxStep.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.CxxRuntime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.Host
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArch
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArchAbi
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetCpuType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.Toolchain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.ToolchainTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.android.ResourceFilters.Density
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleAssetCatalogDescription.Optimization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleBuildRules.RecursiveDependenciesMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleBundleExtension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.AppleDebugFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.project_generator.ProjectGenerator.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.SchemeActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorController.LaunchBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase.Destination
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXGroup.SortPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.apple.xcode.XCScheme.LaunchAction.LaunchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.ArtifactCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.CacheReadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.LoadBalancingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.InvocationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.artifact_cache.CacheResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.autodeps.DepsForBuildFiles.DependencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.bser.BserDeserializer.KeyOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.build_type.BuildType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cli.ProjectCommand.Ide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cli.ProjectTestsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.Archive.Contents
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxPreprocessables.HeaderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxPreprocessables.IncludeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxPreprocessAndCompileStep.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxTestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.CxxToolProvider.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.DebugSectionProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.elf.ElfDynamicSection.DTag
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.facebook.buck.cxx.elf.ElfDynamicSection.DTag
 
valueOf(String) - Static method in enum com.facebook.buck.cxx.elf.ElfHeader.EIClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.elf.ElfHeader.EIData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.elf.ElfSectionHeader.SHType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info.Bind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.HeaderVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.Linker.CxxRuntimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.Linker.LinkableDepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.Linker.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.LinkerMapMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.LinkerProvider.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.NativeLinkable.Linkage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.NativeLinkStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.ObjectFileScrubbers.PaddingStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.cxx.StripStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.dalvik.ZipSplitter.CanaryStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.dalvik.ZipSplitter.DexSplitStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.distributed.DistBuildMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.dotnet.FrameworkVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.ArtifactCompressionEvent.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.ChromeTraceEvent.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.CompilerErrorEvent.CompilerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.listener.TestResultFormatter.FormatMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.MissingSymbolEvent.SymbolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.event.SimplePerfEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.go.GoPackStep.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.haskell.HaskellBinaryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.haskell.HaskellLibraryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.BorrowablePath.Behaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.MoreFiles.DeleteRecursivelyOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.PathListing.FilterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.PathOrGlobMatcher.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.ProjectFilesystem.CopySourceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.io.Watchman.Capability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.js.ReactNativePlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.AnnotationProcessingEvent.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.ForkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.intellij.IjModuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.JarShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.TestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.lua.LuaBinaryDescription.StarterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.lua.LuaConfig.PackageStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.parser.TargetNodeSpec.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.python.PythonBuckConfig.PackageStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.query.QueryEnvironment.ArgumentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.BuildableProperties.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.BuildRuleCacheEvent.CacheStepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.BuildRuleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.BuildRuleSuccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.CachingBuildEngine.BuildMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.CachingBuildEngine.DepFiles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.coercer.PathTypeCoercer.PathExistenceVerificationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.keys.RuleKeyHasher.Container
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rules.keys.RuleKeyHasher.Wrapper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rust.CrateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.rust.RustBinaryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.shell.ExportFileDescription.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.slb.ThriftProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.step.ExecutorPool
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.step.fs.CopyStep.DirectoryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.step.fs.RmStep.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.step.TargetDevice.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.swift.SwiftLibraryDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.test.CoverageReportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.test.result.type.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.thrift.ThriftLibraryDescription.CompilerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.thrift.ThriftPythonEnhancer.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.Ansi.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.concurrent.ResourceAllocationFairness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.concurrent.ResourcePool.ResourceUsageErrorPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.DependencyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.environment.Architecture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.environment.CommandMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.environment.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.Escaper.Quoter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.ProcessExecutor.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.unit.SizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.Verbosity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.WatchmanWatcher.CursorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.util.WatchmanWatcher.FreshInstanceAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.versions.VersionedTargetGraphCache.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.zip.Unzip.ExistingFileMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.zip.ZipCompressionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.facebook.buck.zip.ZipOutputStreams.HandleDuplicates
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.CustomDrawableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.IdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.aapt.RDotTxtEntry.RType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.AndroidBinaryDescription.Arg.DuplicateResourceBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.facebook.buck.android.AndroidBuildConfigDescription.Arg
This will never be absent after this Arg is populated.
values() - Static method in enum com.facebook.buck.android.AndroidLibraryDescription.JvmLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.DxStep.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.CxxRuntime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.Host
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArch
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetArchAbi
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.TargetCpuType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.Toolchain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.NdkCxxPlatforms.ToolchainTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.android.ResourceFilters.Density
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleAssetCatalogDescription.Optimization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleBuildRules.RecursiveDependenciesMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleBundleExtension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.AppleDebugFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.project_generator.ProjectGenerator.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.SchemeActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorController.LaunchBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.simulator.AppleSimulatorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXContainerItemProxy.ProxyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXCopyFilesBuildPhase.Destination
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXGroup.SortPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.xcodeproj.PBXReference.SourceTree
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.XCScheme.BuildActionEntry.BuildFor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.apple.xcode.XCScheme.LaunchAction.LaunchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.ArtifactCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.CacheReadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheBuckConfig.LoadBalancingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.InvocationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.ArtifactCacheEvent.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.artifact_cache.CacheResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.autodeps.DepsForBuildFiles.DependencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.bser.BserDeserializer.KeyOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.build_type.BuildType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cli.ProjectCommand.Ide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cli.ProjectTestsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.Archive.Contents
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxInferEnhancer.InferFlavors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxLibraryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxPreprocessables.HeaderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxPreprocessables.IncludeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxPreprocessAndCompileStep.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxTestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.CxxToolProvider.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.DebugSectionProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.elf.ElfDynamicSection.DTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.elf.ElfHeader.EIClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.elf.ElfHeader.EIData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.elf.ElfSectionHeader.SHType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info.Bind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.HeaderVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.Linker.CxxRuntimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.Linker.LinkableDepType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.Linker.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.LinkerMapMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.LinkerProvider.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.NativeLinkable.Linkage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.NativeLinkStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.ObjectFileScrubbers.PaddingStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.cxx.StripStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.dalvik.ZipSplitter.CanaryStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.dalvik.ZipSplitter.DexSplitStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.distributed.DistBuildMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.dotnet.FrameworkVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.ArtifactCompressionEvent.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.ChromeTraceEvent.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.CompilerErrorEvent.CompilerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.listener.TestResultFormatter.FormatMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.MissingSymbolEvent.SymbolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.event.SimplePerfEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.go.GoPackStep.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.haskell.HaskellBinaryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.haskell.HaskellLibraryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.BorrowablePath.Behaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.MoreFiles.DeleteRecursivelyOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.PathListing.FilterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.PathOrGlobMatcher.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.ProjectFilesystem.CopySourceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.io.Watchman.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.js.ReactNativePlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.AnnotationProcessingEvent.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.ForkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.intellij.IjDependencyListBuilder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.intellij.IjModuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.JarShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.TestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.jvm.java.tracing.JavacPhaseEvent.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.lua.LuaBinaryDescription.StarterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.lua.LuaConfig.PackageStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.parser.TargetNodeSpec.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.python.PythonBuckConfig.PackageStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.query.QueryEnvironment.ArgumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.BuildableProperties.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.BuildRuleCacheEvent.CacheStepType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.BuildRuleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.BuildRuleSuccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.CachingBuildEngine.BuildMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.CachingBuildEngine.DepFiles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.coercer.PathTypeCoercer.PathExistenceVerificationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.keys.RuleKeyHasher.Container
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rules.keys.RuleKeyHasher.Wrapper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rust.CrateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.rust.RustBinaryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.shell.ExportFileDescription.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.slb.ThriftProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.step.ExecutorPool
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.step.fs.CopyStep.DirectoryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.step.fs.RmStep.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.step.TargetDevice.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.swift.SwiftLibraryDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.test.CoverageReportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.test.result.type.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.thrift.ThriftLibraryDescription.CompilerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.thrift.ThriftPythonEnhancer.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.Ansi.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.concurrent.ResourceAllocationFairness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.concurrent.ResourcePool.ResourceUsageErrorPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.DependencyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.environment.Architecture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.environment.CommandMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.environment.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.Escaper.Quoter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.ProcessExecutor.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.unit.SizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.Verbosity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.WatchmanWatcher.CursorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.util.WatchmanWatcher.FreshInstanceAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.versions.VersionedTargetGraphCache.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.zip.Unzip.ExistingFileMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.zip.ZipCompressionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.facebook.buck.zip.ZipOutputStreams.HandleDuplicates
Returns an array containing the constants of this enum type, in the order they are declared.
valuesFile - Variable in class com.facebook.buck.android.AndroidBuildConfigDescription.Arg
If present, contents of file can override those of AndroidBuildConfigDescription.Arg.values.
variants - Variable in class com.facebook.buck.apple.AppleResourceDescription.Arg
 
VC_SECTION_KEY - Static variable in class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
VcsInfoCollector - Class in com.facebook.buck.rage
Responsible foe getting information out of the version control system.
vd_aux - Variable in class com.facebook.buck.cxx.elf.ElfVerDef.Verdef
 
vd_cnt - Variable in class com.facebook.buck.cxx.elf.ElfVerDef.Verdef
 
vd_flags - Variable in class com.facebook.buck.cxx.elf.ElfVerDef.Verdef
 
vd_hash - Variable in class com.facebook.buck.cxx.elf.ElfVerDef.Verdef
 
vd_ndx - Variable in class com.facebook.buck.cxx.elf.ElfVerDef.Verdef
 
vd_next - Variable in class com.facebook.buck.cxx.elf.ElfVerDef.Verdef
 
vd_version - Variable in class com.facebook.buck.cxx.elf.ElfVerDef.Verdef
 
vda_name - Variable in class com.facebook.buck.cxx.elf.ElfVerDef.Verdaux
 
vda_next - Variable in class com.facebook.buck.cxx.elf.ElfVerDef.Verdaux
 
verbose(String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
 
verbose(Throwable, String) - Method in class com.facebook.buck.log.Logger
Logs a message at VERBOSE level.
verbose(String) - Method in class com.facebook.buck.log.Logger
Logs a message at VERBOSE level.
verbose(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at VERBOSE level.
verbose(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at VERBOSE level.
Verbosity - Enum in com.facebook.buck.util
An indication of how verbose Buck should be.
VerbosityParser - Class in com.facebook.buck.cli
 
Verdaux(long, long) - Constructor for class com.facebook.buck.cxx.elf.ElfVerDef.Verdaux
 
Verdef(int, int, int, int, long, long, long) - Constructor for class com.facebook.buck.cxx.elf.ElfVerDef.Verdef
 
verify() - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
verify() - Method in interface com.facebook.buck.util.cache.FileHashCache
 
verify() - Method in class com.facebook.buck.util.cache.NullFileHashCache
 
verify() - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
VerifyHashCacheCommand - Class in com.facebook.buck.cli
Verify the contents of our FileHashCache.
VerifyHashCacheCommand() - Constructor for class com.facebook.buck.cli.VerifyHashCacheCommand
 
Vernaux(long, int, int, long, long) - Constructor for class com.facebook.buck.cxx.elf.ElfVerNeed.Vernaux
 
Verneed(int, int, long, long, long) - Constructor for class com.facebook.buck.cxx.elf.ElfVerNeed.Verneed
 
version - Variable in class com.facebook.buck.haskell.HaskellPrebuiltLibraryDescription.Arg
 
Version - Class in com.facebook.buck.versions
Immutable implementation of AbstractVersion.
VERSION_REGEX_GROUP - Static variable in class com.facebook.buck.maven.Resolver
 
VersionBuckConfig - Class in com.facebook.buck.versions
 
VersionBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.versions.VersionBuckConfig
 
VersionCommand - Class in com.facebook.buck.cli
 
VersionCommand() - Constructor for class com.facebook.buck.cli.VersionCommand
 
VersionControlBuckConfig - Class in com.facebook.buck.util.versioncontrol
Provides simplified access to settings from the version_control section of a .buckconfig file.
VersionControlBuckConfig(BuckConfig) - Constructor for class com.facebook.buck.util.versioncontrol.VersionControlBuckConfig
 
VersionControlCmdLineInterface - Interface in com.facebook.buck.util.versioncontrol
Provides meta-data about the version control repository the project being built is using.
VersionControlCmdLineInterfaceFactory - Interface in com.facebook.buck.util.versioncontrol
 
VersionControlCommandFailedException - Exception in com.facebook.buck.util.versioncontrol
 
VersionControlCommandFailedException(Throwable) - Constructor for exception com.facebook.buck.util.versioncontrol.VersionControlCommandFailedException
 
VersionControlCommandFailedException(String) - Constructor for exception com.facebook.buck.util.versioncontrol.VersionControlCommandFailedException
 
versionControlStats(VersionControlStatsEvent) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
VersionControlStats - Class in com.facebook.buck.util.versioncontrol
Immutable implementation of AbstractVersionControlStats.
VersionControlStats.Builder - Class in com.facebook.buck.util.versioncontrol
Builds instances of type VersionControlStats.
VersionControlStatsEvent - Class in com.facebook.buck.util.versioncontrol
 
VersionControlStatsEvent(VersionControlStats) - Constructor for class com.facebook.buck.util.versioncontrol.VersionControlStatsEvent
 
VersionControlStatsGenerator - Class in com.facebook.buck.util.versioncontrol
 
VersionControlStatsGenerator(ExecutorService, VersionControlCmdLineInterfaceFactory, BuckEventBus) - Constructor for class com.facebook.buck.util.versioncontrol.VersionControlStatsGenerator
 
VersionedAliasDescription - Class in com.facebook.buck.versions
Immutable implementation of AbstractVersionedAliasDescription.
versionedResources - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
versionedSrcs - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
versionedSubDir - Variable in class com.facebook.buck.cxx.PrebuiltCxxLibraryDescription.Arg
 
VersionedTargetGraph - Class in com.facebook.buck.versions
 
VersionedTargetGraph(MutableDirectedGraph<TargetNode<?, ?>>, ImmutableMap<BuildTarget, TargetNode<?, ?>>, ImmutableSet<TargetGroup>) - Constructor for class com.facebook.buck.versions.VersionedTargetGraph
 
VersionedTargetGraphBuilder - Class in com.facebook.buck.versions
Takes a regular TargetGraph, resolves any versioned nodes, and returns a new graph with the versioned nodes removed.
VersionedTargetGraphCache - Class in com.facebook.buck.versions
 
VersionedTargetGraphCache() - Constructor for class com.facebook.buck.versions.VersionedTargetGraphCache
 
VersionedTargetGraphCache.ResultType - Enum in com.facebook.buck.versions
The possible result types using the cache.
VersionedTargetGraphCacheResult - Class in com.facebook.buck.versions
Immutable implementation of VersionedTargetGraphCache.AbstractVersionedTargetGraphCacheResult.
VersionedTargetGraphEvent - Class in com.facebook.buck.versions
Base class for events about building up the versioned target graph.
VersionedTargetGraphEvent.Cache - Class in com.facebook.buck.versions
 
VersionedTargetGraphEvent.Cache.Hit - Class in com.facebook.buck.versions
 
VersionedTargetGraphEvent.Cache.Miss - Class in com.facebook.buck.versions
 
VersionedTargetGraphEvent.Finished - Class in com.facebook.buck.versions
 
VersionedTargetGraphEvent.Started - Class in com.facebook.buck.versions
 
VersionedTargetGraphInputs - Class in com.facebook.buck.versions
A collection of anything which affects/changes how the versioned target graph is generated.
VersionedTool - Class in com.facebook.buck.rules
A Tool which only contributes a fixed name and version when appended to a rule key.
VersionedTool.Builder - Class in com.facebook.buck.rules
Builds instances of type VersionedTool.
VersionException - Exception in com.facebook.buck.versions
Error thrown when version selection fails.
VersionException(BuildTarget, String) - Constructor for exception com.facebook.buck.versions.VersionException
 
VersionInfo - Class in com.facebook.buck.versions
Immutable implementation of AbstractVersionInfo.
VersionMatchedCollection<T> - Class in com.facebook.buck.rules.coercer
 
VersionMatchedCollection(ImmutableList<Pair<ImmutableMap<BuildTarget, Version>, T>>) - Constructor for class com.facebook.buck.rules.coercer.VersionMatchedCollection
 
VersionMatchedCollection.Builder<T> - Class in com.facebook.buck.rules.coercer
 
VersionMatchedCollectionTypeCoercer<T> - Class in com.facebook.buck.rules.coercer
 
VersionMatchedCollectionTypeCoercer(TypeCoercer<ImmutableMap<BuildTarget, Version>>, TypeCoercer<T>) - Constructor for class com.facebook.buck.rules.coercer.VersionMatchedCollectionTypeCoercer
 
VersionPropagator<A> - Interface in com.facebook.buck.versions
A node constitutes the body of a version sub-graph.
VersionRoot<A> - Interface in com.facebook.buck.versions
A node which is the root of a version sub-graph.
VersionSelector - Interface in com.facebook.buck.versions
Interface for selecting versions for a versioned sub-graph represented by a root node and its version domain.
VersionStringComparator - Class in com.facebook.buck.util
Compares version strings such as "4.2.2", "17.0", "r10e-rc4".
VersionStringComparator() - Constructor for class com.facebook.buck.util.VersionStringComparator
 
VersionTypeCoercer - Class in com.facebook.buck.rules.coercer
 
VersionTypeCoercer() - Constructor for class com.facebook.buck.rules.coercer.VersionTypeCoercer
 
versionUniverse - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
versionUniverse - Variable in class com.facebook.buck.python.PythonTestDescription.Arg
 
VersionUniverse - Class in com.facebook.buck.versions
Immutable implementation of AbstractVersionUniverse.
VersionUniverse.Builder - Class in com.facebook.buck.versions
Builds instances of type VersionUniverse.
VersionUniverseVersionSelector - Class in com.facebook.buck.versions
A fast constraint resolver which selects versions using pre-defined version universes.
VersionUniverseVersionSelector(TargetGraph, ImmutableMap<String, VersionUniverse>) - Constructor for class com.facebook.buck.versions.VersionUniverseVersionSelector
 
visibility(HeaderVisibility) - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey.Builder
Initializes the value for the visibility attribute.
visibility - Variable in class com.facebook.buck.maven.ArtifactConfig
 
VISIBILITY_GROUP - Static variable in class com.facebook.buck.rules.VisibilityPatternParser
 
VISIBILITY_PUBLIC - Static variable in class com.facebook.buck.rules.VisibilityPatternParser
 
VisibilityPattern - Interface in com.facebook.buck.rules
 
VisibilityPatternParser - Class in com.facebook.buck.rules
 
VisibilityPatternParser() - Constructor for class com.facebook.buck.rules.VisibilityPatternParser
 
visit(HeaderMap.HeaderMapVisitor) - Method in class com.facebook.buck.apple.clang.HeaderMap
 
visit(T) - Method in class com.facebook.buck.graph.AbstractBottomUpTraversal
 
visit(Node) - Method in class com.facebook.buck.graph.AbstractBreadthFirstThrowingTraversal
To perform a full traversal of the the initialNode's transitive dependencies, this function should return all of node's direct dependencies.
visit(String, Object) - Method in class com.facebook.buck.jvm.java.abi.AnnotationDefaultValueMirror
 
visit(FileLike) - Method in class com.facebook.buck.jvm.java.classes.ClasspathTraversal
 
visit(ZipFile, ZipEntry) - Method in class com.facebook.buck.util.ZipFileTraversal
 
visitAnnotation(String, String) - Method in class com.facebook.buck.jvm.java.abi.AnnotationDefaultValueMirror
 
visitArray(String) - Method in class com.facebook.buck.jvm.java.abi.AnnotationDefaultValueMirror
 
visitEnum(String, String, String) - Method in class com.facebook.buck.jvm.java.abi.AnnotationDefaultValueMirror
 
vmArgs - Variable in class com.facebook.buck.gwt.GwtBinaryDescription.Arg
In practice, these may be values such as -Xmx512m.
vmArgs - Variable in class com.facebook.buck.jvm.groovy.GroovyTestDescription.Arg
 
vmArgs - Variable in class com.facebook.buck.jvm.java.JavaTestDescription.Arg
 
vmArgs - Variable in class com.facebook.buck.jvm.kotlin.KotlinTestDescription.Arg
 
vmArgs - Variable in class com.facebook.buck.jvm.scala.ScalaTestDescription.Arg
 
vn_aux - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Verneed
 
vn_cnt - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Verneed
 
vn_file - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Verneed
 
vn_next - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Verneed
 
vn_version - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Verneed
 
vna_flags - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Vernaux
 
vna_hash - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Vernaux
 
vna_name - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Vernaux
 
vna_next - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Vernaux
 
vna_other - Variable in class com.facebook.buck.cxx.elf.ElfVerNeed.Vernaux
 

W

waitFor() - Method in class com.facebook.buck.util.ManagedRunnable
Wait for the backing thread to terminate.
waitForLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
waitForLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
waitForLaunchedProcess(ProcessExecutor.LaunchedProcess) - Method in interface com.facebook.buck.util.ProcessExecutor
Blocks while waiting for a process previously returned by ProcessExecutor.launchProcess(ProcessExecutorParams) to exit, then returns the exit code of the process.
waitForLaunchedProcessWithTimeout(ProcessExecutor.LaunchedProcess, long, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.ContextualProcessExecutor
 
waitForLaunchedProcessWithTimeout(ProcessExecutor.LaunchedProcess, long, Optional<Consumer<Process>>) - Method in class com.facebook.buck.util.DefaultProcessExecutor
 
waitForLaunchedProcessWithTimeout(ProcessExecutor.LaunchedProcess, long, Optional<Consumer<Process>>) - Method in interface com.facebook.buck.util.ProcessExecutor
As ProcessExecutor.waitForLaunchedProcess(LaunchedProcess) but with a timeout in milliseconds.
waitForProcess(ListeningProcessExecutor.LaunchedProcess, long, TimeUnit) - Method in class com.facebook.buck.util.ListeningProcessExecutor
Blocks the calling thread until either the process exits or the timeout expires, whichever is first.
waitForProcess(ListeningProcessExecutor.LaunchedProcess) - Method in class com.facebook.buck.util.ListeningProcessExecutor
Blocks the calling thread until the process exits.
waitForSimulatorsToShutdown(long) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Waits up to timeoutMillis for all simulators to shut down.
waitForSimulatorToBoot(long, String) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorController
Waits up to timeoutMillis for the specified simulator to boot.
waitUntilBuildCompletesAndReturnExitCode() - Method in class com.facebook.buck.distributed.ThriftCoordinatorServer
 
walkFileTree(Path, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
walkFileTree(Path, Set<FileVisitOption>, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
 
walkRelativeFileTree(Path, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
Similar to ProjectFilesystem.walkFileTree(Path, FileVisitor) except this takes in a path relative to the project root.
walkRelativeFileTree(Path, EnumSet<FileVisitOption>, FileVisitor<Path>) - Method in class com.facebook.buck.io.ProjectFilesystem
Walks a project-root relative file tree with a visitor and visit options.
walkRule(BuildRule, Set<BuildRule>) - Method in class com.facebook.buck.rules.CachingBuildEngine
 
wantWrite() - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Invoke this to indicate you wish to write to the launched process's stdin.
warn(Throwable, String) - Method in class com.facebook.buck.log.Logger
Logs a message at WARN level.
warn(String) - Method in class com.facebook.buck.log.Logger
Logs a message at WARN level.
warn(Throwable, String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at WARN level.
warn(String, Object...) - Method in class com.facebook.buck.log.Logger
Logs a message at WARN level.
warning(String, Object...) - Method in class com.facebook.buck.android.BuckEventAndroidLogger
 
warning(String) - Static method in class com.facebook.buck.event.ConsoleEvent
 
warning(String, Object...) - Static method in class com.facebook.buck.event.ConsoleEvent
 
warningsFlags - Variable in class com.facebook.buck.ocaml.OcamlBinaryDescription.Arg
 
warningsFlags - Variable in class com.facebook.buck.ocaml.OcamlLibraryDescription.Arg
 
wasStoreSuccessful() - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
 
WATCH_OS_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBundleDescription
 
WATCH_SIMULATOR_FLAVOR - Static variable in class com.facebook.buck.apple.AppleBundleDescription
 
WatchedFileHashCache - Class in com.facebook.buck.util.cache
 
WatchedFileHashCache(ProjectFilesystem) - Constructor for class com.facebook.buck.util.cache.WatchedFileHashCache
 
WatchEvents - Class in com.facebook.buck.io
 
Watchman - Class in com.facebook.buck.io
 
Watchman(ImmutableMap<Path, ProjectWatch>, ImmutableSet<Watchman.Capability>, ImmutableMap<Path, String>, Optional<Path>, Optional<WatchmanClient>) - Constructor for class com.facebook.buck.io.Watchman
 
Watchman.Capability - Enum in com.facebook.buck.io
 
WatchmanClient - Interface in com.facebook.buck.io
Testable interface for a Watchman client.
WatchmanCursor - Class in com.facebook.buck.io
 
WatchmanCursor(String) - Constructor for class com.facebook.buck.io.WatchmanCursor
 
WatchmanDiagnostic - Class in com.facebook.buck.io
Immutable implementation of AbstractWatchmanDiagnostic.
WatchmanDiagnosticEvent - Class in com.facebook.buck.io
 
WatchmanDiagnosticEvent(WatchmanDiagnostic) - Constructor for class com.facebook.buck.io.WatchmanDiagnosticEvent
 
WatchmanDiagnosticEventListener - Class in com.facebook.buck.io
Deduplicating event bus listener that outputs deduplicated messages over the given event bus.
WatchmanDiagnosticEventListener(BuckEventBus) - Constructor for class com.facebook.buck.io.WatchmanDiagnosticEventListener
 
WatchmanDiagnosticEventListener(BuckEventBus, Set<WatchmanDiagnostic>) - Constructor for class com.facebook.buck.io.WatchmanDiagnosticEventListener
 
WatchmanDiagReportCollector - Class in com.facebook.buck.rage
Gets watchman diagnostics using the watchman-diag command.
WatchmanDiagReportCollector(ProjectFilesystem, String, ProcessExecutor) - Constructor for class com.facebook.buck.rage.WatchmanDiagReportCollector
 
watchmanFileCreation(WatchmanStatusEvent.FileCreation) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
watchmanFileCreation(WatchmanStatusEvent.FileCreation) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
watchmanFileDeletion(WatchmanStatusEvent.FileDeletion) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
watchmanFileDeletion(WatchmanStatusEvent.FileDeletion) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
watchmanOverflow(WatchmanStatusEvent.Overflow) - Method in class com.facebook.buck.event.listener.MachineReadableLoggerListener
 
watchmanOverflow(WatchmanStatusEvent.Overflow) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
WatchmanQuery - Class in com.facebook.buck.io
Immutable implementation of AbstractWatchmanQuery.
WatchmanStatusEvent - Class in com.facebook.buck.event
 
WatchmanStatusEvent(EventKey, String) - Constructor for class com.facebook.buck.event.WatchmanStatusEvent
 
WatchmanStatusEvent.FileCreation - Class in com.facebook.buck.event
 
WatchmanStatusEvent.FileDeletion - Class in com.facebook.buck.event
 
WatchmanStatusEvent.Overflow - Class in com.facebook.buck.event
 
WatchmanStatusEvent.ZeroFileChanges - Class in com.facebook.buck.event
This event is to be posted when Watchman does not report any altered files.
WatchmanWatcher - Class in com.facebook.buck.util
Queries Watchman for changes to a path.
WatchmanWatcher(ImmutableMap<Path, ProjectWatch>, EventBus, ImmutableSet<PathOrGlobMatcher>, Watchman, Map<Path, WatchmanCursor>) - Constructor for class com.facebook.buck.util.WatchmanWatcher
 
WatchmanWatcher.CursorType - Enum in com.facebook.buck.util
 
WatchmanWatcher.FreshInstanceAction - Enum in com.facebook.buck.util
 
WatchmanWatcherException - Exception in com.facebook.buck.util
 
WatchmanWatcherException(String) - Constructor for exception com.facebook.buck.util.WatchmanWatcherException
 
watchmanZeroFileChanges(WatchmanStatusEvent.ZeroFileChanges) - Method in class com.facebook.buck.event.listener.SuperConsoleEventBusListener
 
weakMemoize(Supplier<T>) - Static method in class com.facebook.buck.util.MoreSuppliers
 
WebServer - Class in com.facebook.buck.httpserver
A WebSocket server that reports events of buck.
WebServer(int, ProjectFilesystem, String, ObjectMapper) - Constructor for class com.facebook.buck.httpserver.WebServer
 
WebServer.WebServerException - Exception in com.facebook.buck.httpserver
 
WebServerBuckEventListener - Class in com.facebook.buck.httpserver
BuckEventListener that is responsible for reporting events of interest to the StreamingWebSocketServlet.
WebServerException(String, Exception) - Constructor for exception com.facebook.buck.httpserver.WebServer.WebServerException
 
WeightedListeningExecutorService - Class in com.facebook.buck.util.concurrent
A ListeningExecutorService which gates execution using a ListeningMultiSemaphore and allows resources to be assigned to submitted tasks.
WeightedListeningExecutorService(ListeningMultiSemaphore, ResourceAmounts, ListeningExecutorService) - Constructor for class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
 
willGet(Path) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
willGet(ArchiveMemberPath) - Method in class com.facebook.buck.distributed.RemoteStateBasedFileHashCache
 
willGet(Path) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
willGet(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.DefaultFileHashCache
 
willGet(Path) - Method in interface com.facebook.buck.util.cache.FileHashCache
 
willGet(ArchiveMemberPath) - Method in interface com.facebook.buck.util.cache.FileHashCache
 
willGet(Path) - Method in class com.facebook.buck.util.cache.NullFileHashCache
 
willGet(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.NullFileHashCache
 
willGet(Path) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
willGet(ArchiveMemberPath) - Method in class com.facebook.buck.util.cache.StackedFileHashCache
 
WindowsArchiver - Class in com.facebook.buck.cxx
 
WindowsArchiver(Tool) - Constructor for class com.facebook.buck.cxx.WindowsArchiver
 
WindowsCompiler - Class in com.facebook.buck.cxx
 
WindowsCompiler(Tool) - Constructor for class com.facebook.buck.cxx.WindowsCompiler
 
WindowsLinker - Class in com.facebook.buck.cxx
A specialization of Linker containing information specific to the Windows implementation.
WindowsLinker(Tool) - Constructor for class com.facebook.buck.cxx.WindowsLinker
 
WindowsPreprocessor - Class in com.facebook.buck.cxx
 
WindowsPreprocessor(Tool) - Constructor for class com.facebook.buck.cxx.WindowsPreprocessor
 
withAaptPackageResources(AaptPackageResources) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the aaptPackageResources attribute.
withAbiGenerationMode(AbstractJavacOptions.AbiGenerationMode) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the abiGenerationMode attribute.
withAbsolutePathsForInputs(Path...) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object with elements that replace the content of absolutePathsForInputs.
withAbsolutePathsForInputs(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object with elements that replace the content of absolutePathsForInputs.
withActionGraph(ActionGraph) - Method in class com.facebook.buck.rules.ActionGraphAndResolver
Copy the current immutable object by setting a value for the actionGraph attribute.
withActionGraph(ActionGraph) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the actionGraph attribute.
withActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the actionGraphCache attribute.
withActionGraphCache(ActionGraphCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the actionGraphCache attribute.
withActool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the actool attribute.
withActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by setting a value for the actualHashCode attribute.
withActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by setting a value for the actualHashCode attribute.
withActualHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by setting a value for the actualHashCode attribute.
withAdbOptions(AdbOptions) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a present value for the optional adbOptions attribute.
withAdbOptions(Optional<AdbOptions>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting an optional value for the adbOptions attribute.
withAddr(UnsignedLong) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the addr attribute.
withAlign(UnsignedInteger) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the align attribute.
withAlign(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the align attribute.
withAllowEmptyGlobs(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the allowEmptyGlobs attribute.
withAllowMissing(boolean) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
Copy the current immutable object by setting a value for the allowMissing attribute.
withAmountsPerRuleType(Map<String, ? extends ResourceAmounts>) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Copy the current immutable object by replacing the amountsPerRuleType map with the specified map.
withAndroidFacet(IjModuleAndroidFacet) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting a present value for the optional androidFacet attribute.
withAndroidFacet(Optional<IjModuleAndroidFacet>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting an optional value for the androidFacet attribute.
withAndroidLibrary(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object by setting a value for the androidLibrary attribute.
withAndroidModuleSdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a present value for the optional androidModuleSdkName attribute.
withAndroidModuleSdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting an optional value for the androidModuleSdkName attribute.
withAndroidModuleSdkType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a present value for the optional androidModuleSdkType attribute.
withAndroidModuleSdkType(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting an optional value for the androidModuleSdkType attribute.
withAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the androidPlatformTargetSupplier attribute.
withAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the androidPlatformTargetSupplier attribute.
withAndroidPlatformTargetSupplier(Supplier<AndroidPlatformTarget>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the androidPlatformTargetSupplier attribute.
withAndroidToolsCommonJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the androidToolsCommonJarPath attribute.
withAnnotationProcessingParams(AnnotationProcessingParams) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the annotationProcessingParams attribute.
withAPKModuleGraph(APKModuleGraph) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the aPKModuleGraph attribute.
withApkPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo
Copy the current immutable object by setting a value for the apkPath attribute.
withApkUnderTestPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional apkUnderTestPath attribute.
withApkUnderTestPath(Optional<Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the apkUnderTestPath attribute.
withAppID(Pair<String, String>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by setting a value for the appID attribute.
withAppIncludesFrameworks(boolean) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a value for the appIncludesFrameworks attribute.
withApplePlatform(ApplePlatform) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object by setting a value for the applePlatform attribute.
withAppleSdk(AppleSdk) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the appleSdk attribute.
withAppleSdkPaths(AppleSdkPaths) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the appleSdkPaths attribute.
withAr(Archiver) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the ar attribute.
withArchitectures(String...) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object with elements that replace the content of architectures.
withArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object with elements that replace the content of architectures.
withArchitectures(String...) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object with elements that replace the content of architectures.
withArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object with elements that replace the content of architectures.
withArchivePath(Path) - Method in class com.facebook.buck.io.ArchiveMemberPath
Copy the current immutable object by setting a value for the archivePath attribute.
withArea(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Copy the current immutable object by setting a present value for the optional area attribute.
withArea(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Copy the current immutable object by setting an optional value for the area attribute.
withArflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of arflags.
withArflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of arflags.
withArgs(Arg...) - Method in class com.facebook.buck.cxx.NativeLinkableInput
Copy the current immutable object with elements that replace the content of args.
withArgs(Iterable<? extends Arg>) - Method in class com.facebook.buck.cxx.NativeLinkableInput
Copy the current immutable object with elements that replace the content of args.
withArgsPath(Path) - Method in class com.facebook.buck.shell.WorkerProcessCommand
Copy the current immutable object by setting a value for the argsPath attribute.
withArguments(String...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Copy the current immutable object with elements that replace the content of arguments.
withArguments(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Copy the current immutable object with elements that replace the content of arguments.
withArtifactCache(ArtifactCache) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the artifactCache attribute.
withArtifactCache(ArtifactCache) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the artifactCache attribute.
withArtifactCacheFactory(ArtifactCacheFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the artifactCacheFactory attribute.
withArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional artifactContentHash attribute.
withArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the artifactContentHash attribute.
withArtifactContentHash(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional artifactContentHash attribute.
withArtifactContentHash(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the artifactContentHash attribute.
withArtifactContentHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
Copy the current immutable object by setting a value for the artifactContentHashCode attribute.
withArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by setting a value for the artifactOnlyHashCode attribute.
withArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by setting a value for the artifactOnlyHashCode attribute.
withArtifactOnlyHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by setting a value for the artifactOnlyHashCode attribute.
withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional artifactSizeBytes attribute.
withArtifactSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the artifactSizeBytes attribute.
withArtifactSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreWriteResult
Copy the current immutable object by setting a value for the artifactSizeBytes attribute.
withAs(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the as attribute.
withAsflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of asflags.
withAsflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of asflags.
withAsm(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a present value for the optional asm attribute.
withAsm(Optional<CompilerProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting an optional value for the asm attribute.
withAsmflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of asmflags.
withAsmflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of asmflags.
withAsmpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a present value for the optional asmpp attribute.
withAsmpp(Optional<PreprocessorProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting an optional value for the asmpp attribute.
withAsmppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of asmppflags.
withAsmppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of asmppflags.
withAspp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the aspp attribute.
withAsppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of asppflags.
withAsppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of asppflags.
withAssemblerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the assemblerDebugPathSanitizer attribute.
withAssemblerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by replacing the assemblerFlags map with the specified map.
withAssetPaths(Path...) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of assetPaths.
withAssetPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of assetPaths.
withAssetsDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of assetsDirectories.
withAssetsDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of assetsDirectories.
withAssociatedProjectPredicate(AssociatedTargetNodePredicate) - Method in class com.facebook.buck.cli.ProjectPredicates
Copy the current immutable object by setting a value for the associatedProjectPredicate attribute.
withAssociatedRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object with elements that replace the content of associatedRuleKeys.
withAssociatedRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object with elements that replace the content of associatedRuleKeys.
withAutodepsFilesHaveSignatures(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the autodepsFilesHaveSignatures attribute.
withAutogenerateAndroidFacetSourcesEnabled(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a value for the autogenerateAndroidFacetSourcesEnabled attribute.
withAutogenerateSources(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object by setting a value for the autogenerateSources attribute.
withAvailableCores(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the availableCores attribute.
withBaseBookmarks(String...) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
Copy the current immutable object with elements that replace the content of baseBookmarks.
withBaseBookmarks(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
Copy the current immutable object with elements that replace the content of baseBookmarks.
withBasedOffWhichTracked(String...) - Method in class com.facebook.buck.rage.SourceControlInfo
Copy the current immutable object with elements that replace the content of basedOffWhichTracked.
withBasedOffWhichTracked(Iterable<String>) - Method in class com.facebook.buck.rage.SourceControlInfo
Copy the current immutable object with elements that replace the content of basedOffWhichTracked.
withBaseParams(BuildRuleParams) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the baseParams attribute.
withBaseParams(BuildRuleParams) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the baseParams attribute.
withBasePath(Path) - Method in class com.facebook.buck.parser.BuildFileSpec
Copy the current immutable object by setting a value for the basePath attribute.
withBestServer(boolean) - Method in class com.facebook.buck.slb.PerServerData
Copy the current immutable object by setting a value for the bestServer attribute.
withBinaryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a present value for the optional binaryExtension attribute.
withBinaryExtension(Optional<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting an optional value for the binaryExtension attribute.
withBinaryJar(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object by setting a present value for the optional binaryJar attribute.
withBinaryJar(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object by setting an optional value for the binaryJar attribute.
withBlacklist(BuildTarget...) - Method in class com.facebook.buck.apple.TestHostInfo
Copy the current immutable object with elements that replace the content of blacklist.
withBlacklist(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.TestHostInfo
Copy the current immutable object with elements that replace the content of blacklist.
withBlacklistedWifiSsids(String...) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object with elements that replace the content of blacklistedWifiSsids.
withBlacklistedWifiSsids(Iterable<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object with elements that replace the content of blacklistedWifiSsids.
withBootclasspath(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a present value for the optional bootclasspath attribute.
withBootclasspath(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting an optional value for the bootclasspath attribute.
withBranchedFromMasterRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
Copy the current immutable object by setting a value for the branchedFromMasterRevisionId attribute.
withBuckCommit(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the buckCommit attribute.
withBuckConfig(BuckConfig) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the buckConfig attribute.
withBuckConfig(BuckConfig) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a value for the buckConfig attribute.
withBuckDirty(boolean) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a present value for the optional buckDirty attribute.
withBuckDirty(Optional<Boolean>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting an optional value for the buckDirty attribute.
withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the buckEventBus attribute.
withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the buckEventBus attribute.
withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the buckEventBus attribute.
withBuckEventBus(BuckEventBus) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the buckEventBus attribute.
withBuckLogDir(Path) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the buckLogDir attribute.
withBuckModuleBaseSourceCodePath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the buckModuleBaseSourceCodePath attribute.
withBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths
Copy the current immutable object by setting a value for the buckOut attribute.
withBuildConfigs(Map<String, ? extends BuildConfigFields>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object by replacing the buildConfigs map with the specified map.
withBuildContext(BuildContext) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the buildContext attribute.
withBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the buildEnvironmentDescription attribute.
withBuildEnvironmentDescription(BuildEnvironmentDescription) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting a value for the buildEnvironmentDescription attribute.
withBuildFileImportWhitelist(String...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of buildFileImportWhitelist.
withBuildFileImportWhitelist(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of buildFileImportWhitelist.
withBuildFileName(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the buildFileName attribute.
withBuildFileSpec(BuildFileSpec) - Method in class com.facebook.buck.parser.BuildTargetSpec
Copy the current immutable object by setting a value for the buildFileSpec attribute.
withBuildFileSpec(BuildFileSpec) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
Copy the current immutable object by setting a value for the buildFileSpec attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a present value for the optional buildId attribute.
withBuildId(Optional<BuildId>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting an optional value for the buildId attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the buildId attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the buildId attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting a present value for the optional buildId attribute.
withBuildId(Optional<BuildId>) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting an optional value for the buildId attribute.
withBuildId(BuildId) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the buildId attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by setting a present value for the optional buildTarget attribute.
withBuildTarget(Optional<BuildTarget>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by setting an optional value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
Copy the current immutable object by setting a present value for the optional buildTarget attribute.
withBuildTarget(Optional<BuildTarget>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
Copy the current immutable object by setting an optional value for the buildTarget attribute.
withBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.parser.BuildTargetSpec
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.python.NeededCoverageSpec
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.query.QueryBuildTarget
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTarget(BuildTarget) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object by setting a value for the buildTarget attribute.
withBuildTargets(BuildTarget...) - Method in class com.facebook.buck.android.APKModule
Copy the current immutable object with elements that replace the content of buildTargets.
withBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.APKModule
Copy the current immutable object with elements that replace the content of buildTargets.
withBuildTargets(BuildTarget...) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Copy the current immutable object with elements that replace the content of buildTargets.
withBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Copy the current immutable object with elements that replace the content of buildTargets.
withBuildTargetToGeneratedTargetMap(Multimap<? extends BuildTarget, ? extends PBXTarget>) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object by replacing the buildTargetToGeneratedTargetMap map with the specified map.
withBuildType(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the buildType attribute.
withBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional buildVersion attribute.
withBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the buildVersion attribute.
withBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the bytecodeCompileDeps attribute.
withBytecodeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object by setting a value for the bytecodeCompileDeps attribute.
withBytecodeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of bytecodeIncludes.
withBytecodeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of bytecodeIncludes.
withBytecodeLink(BuildRule) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object by setting a value for the bytecodeLink attribute.
withBytecodeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the bytecodeLinkableInput attribute.
withBytecodeLinkDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the bytecodeLinkDeps attribute.
withCacheDir(Path) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting a value for the cacheDir attribute.
withCacheError(String) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional cacheError attribute.
withCacheError(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the cacheError attribute.
withCacheKeySeed(int) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the cacheKeySeed attribute.
withCacheModes(String...) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object with elements that replace the content of cacheModes.
withCacheModes(Iterable<String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object with elements that replace the content of cacheModes.
withCacheName(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the cacheName attribute.
withCacheReadMode(ArtifactCacheBuckConfig.CacheReadMode) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting a value for the cacheReadMode attribute.
withCacheReadMode(ArtifactCacheBuckConfig.CacheReadMode) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the cacheReadMode attribute.
withCachesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Copy the current immutable object by setting a value for the cachesExamined attribute.
withCacheSource(String) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional cacheSource attribute.
withCacheSource(Optional<String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the cacheSource attribute.
withCategory(String) - Method in class com.facebook.buck.counters.CounterInfo
Copy the current immutable object by setting a value for the category attribute.
withCategory(String) - Method in class com.facebook.buck.counters.CounterSnapshot
Copy the current immutable object by setting a value for the category attribute.
withCategory(String) - Method in class com.facebook.buck.log.ErrorLogRecord
Copy the current immutable object by setting a value for the category attribute.
withCategory(String) - Method in class com.facebook.buck.util.network.offline.ScribeData
Copy the current immutable object by setting a value for the category attribute.
withCc(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the cc attribute.
withCell(Cell) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the cell attribute.
withCellPath(Path) - Method in class com.facebook.buck.parser.BuildFileSpec
Copy the current immutable object by setting a value for the cellPath attribute.
withCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the cellPathResolver attribute.
withCellPathResolver(CellPathResolver) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the cellPathResolver attribute.
withCellRoots(Map<String, ? extends Path>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by replacing the cellRoots map with the specified map.
withCflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cflags.
withCflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cflags.
withCFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of cFlags.
withCFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of cFlags.
withChildren(Path...) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object with elements that replace the content of children.
withChildren(Iterable<? extends Path>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object with elements that replace the content of children.
withClassesToRemoveFromJar(Pattern...) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Copy the current immutable object with elements that replace the content of classesToRemoveFromJar.
withClassesToRemoveFromJar(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Copy the current immutable object with elements that replace the content of classesToRemoveFromJar.
withClassesToRemoveFromJar(Pattern...) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of classesToRemoveFromJar.
withClassesToRemoveFromJar(Iterable<? extends Pattern>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of classesToRemoveFromJar.
withClassLoaderCache(ClassLoaderCache) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the classLoaderCache attribute.
withClassLoaderCache(ClassLoaderCache) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the classLoaderCache attribute.
withClassNamesToHashesSupplier(Supplier<Map<String, HashCode>>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object by setting a value for the classNamesToHashesSupplier attribute.
withClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
withClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
withClasspathEntriesToDex(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
withClasspathEntriesToDex(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of classpathEntriesToDex.
withClasspathFile(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the classpathFile attribute.
withClassPaths(Path...) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object with elements that replace the content of classPaths.
withClassPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object with elements that replace the content of classPaths.
withCLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the cLinkableInput attribute.
withClock(Clock) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the clock attribute.
withClock(Clock) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the clock attribute.
withClock(Clock) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the clock attribute.
withClock(Clock) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the clock attribute.
withCmd(UnsignedInteger) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Copy the current immutable object by setting a value for the cmd attribute.
withCmdsize(UnsignedInteger) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Copy the current immutable object by setting a value for the cmdsize attribute.
withCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the codeCoverageEnabled attribute.
withCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the codeCoverageEnabled attribute.
withCodeCoverageEnabled(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the codeCoverageEnabled attribute.
withCodesignAllocate(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional codesignAllocate attribute.
withCodesignAllocate(Optional<Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the codesignAllocate attribute.
withCommand(String) - Method in class com.facebook.buck.apple.ApplePackageConfig
Copy the current immutable object by setting a value for the command attribute.
withCommand(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of command.
withCommand(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of command.
withCommand(String...) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object with elements that replace the content of command.
withCommand(Iterable<String>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object with elements that replace the content of command.
withCommandArgs(String) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting a present value for the optional commandArgs attribute.
withCommandArgs(Optional<String>) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting an optional value for the commandArgs attribute.
withCommandsCount(int) - Method in class com.facebook.buck.cxx.MachoHeader
Copy the current immutable object by setting a value for the commandsCount attribute.
withCompiledUberRDotJava(JavaLibrary) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the compiledUberRDotJava attribute.
withCompiler(NdkCxxPlatformCompiler) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the compiler attribute.
withCompilerClassName(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a present value for the optional compilerClassName attribute.
withCompilerClassName(Optional<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting an optional value for the compilerClassName attribute.
withCompilerDebugPathSanitizer(DebugPathSanitizer) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the compilerDebugPathSanitizer attribute.
withCompilerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by replacing the compilerFlags map with the specified map.
withCompilerFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by replacing the compilerFlags map with the specified map.
withComponents(LuaPackageComponents) - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Copy the current immutable object by setting a value for the components attribute.
withComponents(String...) - Method in class com.facebook.buck.rules.RelativeCellName
Copy the current immutable object with elements that replace the content of components.
withComponents(Iterable<String>) - Method in class com.facebook.buck.rules.RelativeCellName
Copy the current immutable object with elements that replace the content of components.
withComputeExopackageDepsAbi(ComputeExopackageDepsAbi) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional computeExopackageDepsAbi attribute.
withComputeExopackageDepsAbi(Optional<ComputeExopackageDepsAbi>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting an optional value for the computeExopackageDepsAbi attribute.
withConcurrencyLimit(ConcurrencyLimit) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the concurrencyLimit attribute.
withConfig(ApplePackageConfig) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Copy the current immutable object by setting a value for the config attribute.
withConfiguredBuckOut(Path) - Method in class com.facebook.buck.io.BuckPaths
Copy the current immutable object by setting a value for the configuredBuckOut attribute.
withConnectionTimeoutMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the connectionTimeoutMillis attribute.
withConsole(Console) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the console attribute.
withConsole(Console) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the console attribute.
withConsole(Console) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the console attribute.
withContacts(String...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of contacts.
withContacts(String...) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of contacts.
withContacts(Iterable<String>) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of contacts.
withContents(SourcePath...) - Method in class com.facebook.buck.cxx.ThinArchiveArg
Copy the current immutable object with elements that replace the content of contents.
withContents(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.ThinArchiveArg
Copy the current immutable object with elements that replace the content of contents.
withCoordinatorPort(Integer) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the coordinatorPort attribute.
withCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional copyNativeLibraries attribute.
withCopyNativeLibraries(Optional<ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting an optional value for the copyNativeLibraries attribute.
withCopyNativeLibraries(ImmutableMap<APKModule, CopyNativeLibraries>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional copyNativeLibraries attribute.
withCopyNativeLibraries(Optional<ImmutableMap<APKModule, CopyNativeLibraries>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting an optional value for the copyNativeLibraries attribute.
withCopySceneKitAssets(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional copySceneKitAssets attribute.
withCopySceneKitAssets(Optional<Tool>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the copySceneKitAssets attribute.
withCount(int) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the count attribute.
withCoverageExcludes(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a present value for the optional coverageExcludes attribute.
withCoverageExcludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting an optional value for the coverageExcludes attribute.
withCoverageIncludes(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a present value for the optional coverageIncludes attribute.
withCoverageIncludes(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting an optional value for the coverageIncludes attribute.
withCoverageReportFormat(CoverageReportFormat) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the coverageReportFormat attribute.
withCoverageReportTitle(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the coverageReportTitle attribute.
withCpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the cpp attribute.
withCppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cppflags.
withCppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cppflags.
withCPreprocessor(Preprocessor) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the cPreprocessor attribute.
withCpu(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Copy the current immutable object by setting a value for the cpu attribute.
withCpuReal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the cpuReal attribute.
withCpusubtype(Integer) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the cpusubtype attribute.
withCpusubtype(Integer) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the cpusubtype attribute.
withCpuSys(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the cpuSys attribute.
withCpuTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the cpuTotal attribute.
withCputype(Integer) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the cputype attribute.
withCputype(Integer) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the cputype attribute.
withCpuUser(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the cpuUser attribute.
withCuda(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a present value for the optional cuda attribute.
withCuda(Optional<CompilerProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting an optional value for the cuda attribute.
withCudaflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cudaflags.
withCudaflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cudaflags.
withCudapp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a present value for the optional cudapp attribute.
withCudapp(Optional<PreprocessorProvider>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting an optional value for the cudapp attribute.
withCudappflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cudappflags.
withCudappflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cudappflags.
withCurrentRevisionId(String) - Method in class com.facebook.buck.rage.SourceControlInfo
Copy the current immutable object by setting a value for the currentRevisionId attribute.
withCurrentRevisionId(String) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
Copy the current immutable object by setting a value for the currentRevisionId attribute.
withCxx(CompilerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the cxx attribute.
withCxxBuckConfig(CxxBuckConfig) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the cxxBuckConfig attribute.
withCxxBuckConfig(CxxBuckConfig) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the cxxBuckConfig attribute.
withCxxflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cxxflags.
withCxxflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cxxflags.
withCxxHeaders(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
Copy the current immutable object by replacing the cxxHeaders map with the specified map.
withCxxLibrary(BuildTarget) - Method in class com.facebook.buck.python.PythonPlatform
Copy the current immutable object by setting a present value for the optional cxxLibrary attribute.
withCxxLibrary(Optional<BuildTarget>) - Method in class com.facebook.buck.python.PythonPlatform
Copy the current immutable object by setting an optional value for the cxxLibrary attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.android.NdkCxxPlatform
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.go.GoPlatform
Copy the current immutable object by setting a present value for the optional cxxPlatform attribute.
withCxxPlatform(Optional<CxxPlatform>) - Method in class com.facebook.buck.go.GoPlatform
Copy the current immutable object by setting an optional value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxPlatform(CxxPlatform) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the cxxPlatform attribute.
withCxxpp(PreprocessorProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the cxxpp attribute.
withCxxppflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cxxppflags.
withCxxppflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of cxxppflags.
withCxxPreprocessorInput(CxxPreprocessorInput...) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object with elements that replace the content of cxxPreprocessorInput.
withCxxPreprocessorInput(Iterable<? extends CxxPreprocessorInput>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object with elements that replace the content of cxxPreprocessorInput.
withCxxPreprocessorInput(CxxPreprocessorInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the cxxPreprocessorInput attribute.
withCxxRuntime(NdkCxxPlatforms.CxxRuntime) - Method in class com.facebook.buck.android.NdkCxxPlatform
Copy the current immutable object by setting a value for the cxxRuntime attribute.
withCxxSharedRuntimePath(Path) - Method in class com.facebook.buck.android.NdkCxxPlatform
Copy the current immutable object by setting a present value for the optional cxxSharedRuntimePath attribute.
withCxxSharedRuntimePath(Optional<Path>) - Method in class com.facebook.buck.android.NdkCxxPlatform
Copy the current immutable object by setting an optional value for the cxxSharedRuntimePath attribute.
withCxxSources(Map<String, ? extends CxxSource>) - Method in class com.facebook.buck.cxx.CxxHeaderSourceSpec
Copy the current immutable object by replacing the cxxSources map with the specified map.
withData(DependencyEntryData) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
Copy the current immutable object by setting a present value for the optional data attribute.
withData(Optional<DependencyEntryData>) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
Copy the current immutable object by setting an optional value for the data attribute.
withDataoff(UnsignedInteger) - Method in class com.facebook.buck.macho.LinkEditDataCommand
Copy the current immutable object by setting a value for the dataoff attribute.
withDatasize(UnsignedInteger) - Method in class com.facebook.buck.macho.LinkEditDataCommand
Copy the current immutable object by setting a value for the datasize attribute.
withDdmlibJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the ddmlibJarPath attribute.
withDebugEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the debugEnabled attribute.
withDebugEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the debugEnabled attribute.
withDebugMode(boolean) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional debugMode attribute.
withDebugMode(Optional<Boolean>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the debugMode attribute.
withDefaultAmounts(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.WeightedListeningExecutorService
Creates a new service that has different default resource amounts.
withDefaultIncludes(String...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of defaultIncludes.
withDefaultIncludes(Iterable<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of defaultIncludes.
withDefaultResourceAmounts(ResourceAmounts) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Copy the current immutable object by setting a value for the defaultResourceAmounts attribute.
withDefaultTestTimeoutMillis(long) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the defaultTestTimeoutMillis attribute.
withDelegate(BuckConfig) - Method in class com.facebook.buck.rage.RageConfig
Copy the current immutable object by setting a value for the delegate attribute.
withDelegate(BuckConfig) - Method in class com.facebook.buck.rules.CachingBuildEngineBuckConfig
Copy the current immutable object by setting a value for the delegate attribute.
withDependencies(Map<? extends BuildTarget, ? extends DependencyType>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by replacing the dependencies map with the specified map.
withDependenciesPassTheirTests(boolean) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object by setting a value for the dependenciesPassTheirTests attribute.
withDepFileRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting a present value for the optional depFileRuleKey attribute.
withDepFileRuleKey(Optional<RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting an optional value for the depFileRuleKey attribute.
withDepToGeneratedSourcesMap(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by replacing the depToGeneratedSourcesMap map with the specified map.
withDescription(W) - Method in class com.facebook.buck.rules.TargetNode
 
withDescriptions(Description<?>...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of descriptions.
withDescriptions(Iterable<? extends Description<?>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of descriptions.
withDestination(PBXCopyFilesBuildPhase.Destination) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Copy the current immutable object by setting a value for the destination attribute.
withDeveloperCertificateFingerprints(HashCode...) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object with elements that replace the content of developerCertificateFingerprints.
withDeveloperCertificateFingerprints(Iterable<? extends HashCode>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object with elements that replace the content of developerCertificateFingerprints.
withDeveloperPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object by setting a present value for the optional developerPath attribute.
withDeveloperPath(Optional<Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object by setting an optional value for the developerPath attribute.
withDeviceSerial(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional deviceSerial attribute.
withDeviceSerial(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the deviceSerial attribute.
withDexInfo(ExopackageInfo.DexInfo) - Method in class com.facebook.buck.rules.ExopackageInfo
Copy the current immutable object by setting a present value for the optional dexInfo attribute.
withDexInfo(Optional<ExopackageInfo.DexInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo
Copy the current immutable object by setting an optional value for the dexInfo attribute.
withDiagnostics(Map<String, String>...) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object with elements that replace the content of diagnostics.
withDiagnostics(Iterable<? extends Map<String, String>>) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object with elements that replace the content of diagnostics.
withDiff(String) - Method in class com.facebook.buck.rage.SourceControlInfo
Copy the current immutable object by setting a present value for the optional diff attribute.
withDiff(Optional<String>) - Method in class com.facebook.buck.rage.SourceControlInfo
Copy the current immutable object by setting an optional value for the diff attribute.
withDirectory(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Copy the current immutable object by setting a value for the directory attribute.
withDirectory(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
Copy the current immutable object by setting a value for the directory attribute.
withDirectory(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
Copy the current immutable object by setting a value for the directory attribute.
withDirectory(Path) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional directory attribute.
withDirectory(Optional<Path>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the directory attribute.
withDirectoryForTestResults(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional directoryForTestResults attribute.
withDirectoryForTestResults(Optional<Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the directoryForTestResults attribute.
withDirectoryForTestResults(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional directoryForTestResults attribute.
withDirectoryForTestResults(Optional<Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the directoryForTestResults attribute.
withDirectToJarOutputPath(Path) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Copy the current immutable object by setting a value for the directToJarOutputPath attribute.
withDirectToJarOutputSettings(DirectToJarOutputSettings) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a present value for the optional directToJarOutputSettings attribute.
withDirectToJarOutputSettings(Optional<DirectToJarOutputSettings>) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting an optional value for the directToJarOutputSettings attribute.
withDirsContainingResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of dirsContainingResourceDirs.
withDirsContainingResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of dirsContainingResourceDirs.
withDirtyFiles(String...) - Method in class com.facebook.buck.rage.SourceControlInfo
Copy the current immutable object with elements that replace the content of dirtyFiles.
withDirtyFiles(Iterable<String>) - Method in class com.facebook.buck.rage.SourceControlInfo
Copy the current immutable object with elements that replace the content of dirtyFiles.
withDiskIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Copy the current immutable object by setting a value for the diskIO attribute.
withDistBuildMode(DistBuildMode) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the distBuildMode attribute.
withDistributedBuildModeEnabled(boolean) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the distributedBuildModeEnabled attribute.
withDoStore(boolean) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the doStore attribute.
withDsymutil(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the dsymutil attribute.
withEnableBuildFileSandboxing(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the enableBuildFileSandboxing attribute.
withEndIndex(int) - Method in class com.facebook.buck.model.MacroMatchResult
Copy the current immutable object by setting a value for the endIndex attribute.
withEntitlements(Map<String, ? extends NSObject>) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by replacing the entitlements map with the specified map.
withEntriesToJar(ImmutableSortedSet<Path>) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Copy the current immutable object by setting a value for the entriesToJar attribute.
withEnv(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object by replacing the env map with the specified map.
withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by replacing the environment map with the specified map.
withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by replacing the environment map with the specified map.
withEnvironment(PythonEnvironment) - Method in class com.facebook.buck.python.PythonPlatform
Copy the current immutable object by setting a value for the environment attribute.
withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by replacing the environment map with the specified map.
withEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by replacing the environment map with the specified map.
withEnvironment(Map<String, String>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional environment attribute.
withEnvironment(Optional<Map<String, String>>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the environment attribute.
withEnvironmentOverrides(Map<String, ? extends String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by replacing the environmentOverrides map with the specified map.
withErrorCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the errorCheckTimeRangeMillis attribute.
withErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
withErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the errorMessage attribute.
withErrorMessage(String) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
withErrorMessage(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the errorMessage attribute.
withErrorMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
withErrorMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Copy the current immutable object by setting an optional value for the errorMessage attribute.
withErrorMessage(String) - Method in class com.facebook.buck.rage.RageJsonResponse
Copy the current immutable object by setting a present value for the optional errorMessage attribute.
withErrorMessage(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse
Copy the current immutable object by setting an optional value for the errorMessage attribute.
withErrorMessageFormat(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the errorMessageFormat attribute.
withErrorTextTemplate(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the errorTextTemplate attribute.
withEscaped(boolean) - Method in class com.facebook.buck.model.MacroMatchResult
Copy the current immutable object by setting a value for the escaped attribute.
withETAMillis(long) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting a value for the eTAMillis attribute.
withEventBus(BuckEventBus) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the eventBus attribute.
withEventBus(BuckEventBus) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the eventBus attribute.
withEventSink(JavacEventSink) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the eventSink attribute.
withException(Exception) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting a present value for the optional exception attribute.
withException(Optional<Exception>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting an optional value for the exception attribute.
withException(Exception) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting a present value for the optional exception attribute.
withException(Optional<Exception>) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting an optional value for the exception attribute.
withExcludedResourcePaths(String...) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object with elements that replace the content of excludedResourcePaths.
withExcludedResourcePaths(Iterable<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object with elements that replace the content of excludedResourcePaths.
withExcludedRoots(Map<? extends BuildTarget, ? extends NativeLinkable>) - Method in class com.facebook.buck.cxx.OmnibusRoots
Copy the current immutable object by replacing the excludedRoots map with the specified map.
withExecutablesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the executablesPath attribute.
withExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by replacing the executors map with the specified map.
withExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by replacing the executors map with the specified map.
withExecutors(Map<ExecutorPool, ? extends ListeningExecutorService>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by replacing the executors map with the specified map.
withExecutorService(WeightedListeningExecutorService) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the executorService attribute.
withExitCode(int) - Method in class com.facebook.buck.cli.InstallResult
Copy the current immutable object by setting a value for the exitCode attribute.
withExitCode(int) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting a present value for the optional exitCode attribute.
withExitCode(OptionalInt) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting an optional value for the exitCode attribute.
withExitCode(int) - Method in class com.facebook.buck.shell.WorkerJobResult
Copy the current immutable object by setting a value for the exitCode attribute.
withExitCode(int) - Method in class com.facebook.buck.step.StepExecutionResult
Copy the current immutable object by setting a value for the exitCode attribute.
withExopackageInfo(ExopackageInfo) - Method in class com.facebook.buck.android.ApkInfo
Copy the current immutable object by setting a present value for the optional exopackageInfo attribute.
withExopackageInfo(Optional<ExopackageInfo>) - Method in class com.facebook.buck.android.ApkInfo
Copy the current immutable object by setting an optional value for the exopackageInfo attribute.
withExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by setting a value for the expectedHashCode attribute.
withExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by setting a value for the expectedHashCode attribute.
withExpectedHashCode(HashCode) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by setting a value for the expectedHashCode attribute.
withExpirationDate(Date) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by setting a value for the expirationDate attribute.
withExported(boolean) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
Copy the current immutable object by setting a value for the exported attribute.
withExportedDeps(BuildTarget...) - Method in class com.facebook.buck.go.GoLinkable
Copy the current immutable object with elements that replace the content of exportedDeps.
withExportedDeps(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.go.GoLinkable
Copy the current immutable object with elements that replace the content of exportedDeps.
withExtension(String) - Method in class com.facebook.buck.apple.ApplePackageConfig
Copy the current immutable object by setting a value for the extension attribute.
withExtraArgs(String...) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object with elements that replace the content of extraArgs.
withExtraArgs(Iterable<String>) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object with elements that replace the content of extraArgs.
withExtraArguments(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraArguments(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of extraArguments.
withExtraClassPathDependencies(Path...) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object with elements that replace the content of extraClassPathDependencies.
withExtraClassPathDependencies(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object with elements that replace the content of extraClassPathDependencies.
withExtraData(Map<String, ? extends String>) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by replacing the extraData map with the specified map.
withExtraFiles(Path...) - Method in class com.facebook.buck.rage.ExtraInfoResult
Copy the current immutable object with elements that replace the content of extraFiles.
withExtraFiles(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.ExtraInfoResult
Copy the current immutable object with elements that replace the content of extraFiles.
withExtraInfo(String) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting a present value for the optional extraInfo attribute.
withExtraInfo(Optional<String>) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting an optional value for the extraInfo attribute.
withExtraJvmArgs(ImmutableList<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional extraJvmArgs attribute.
withExtraJvmArgs(Optional<ImmutableList<String>>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the extraJvmArgs attribute.
withFailures(BuildResult...) - Method in class com.facebook.buck.command.BuildExecutionResult
Copy the current immutable object with elements that replace the content of failures.
withFailures(Iterable<? extends BuildResult>) - Method in class com.facebook.buck.command.BuildExecutionResult
Copy the current immutable object with elements that replace the content of failures.
withFatTarget(BuildTarget) - Method in class com.facebook.buck.apple.MultiarchFileInfo
Copy the current immutable object by setting a value for the fatTarget attribute.
withFetchClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the fetchClient attribute.
withFetchResult(CacheResult) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional fetchResult attribute.
withFetchResult(Optional<CacheResult>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the fetchResult attribute.
withFile(String) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseEntry
Copy the current immutable object by setting a value for the file attribute.
withFileChangesIgnoredReport(FileChangesIgnoredReport) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting a present value for the optional fileChangesIgnoredReport attribute.
withFileChangesIgnoredReport(Optional<FileChangesIgnoredReport>) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting an optional value for the fileChangesIgnoredReport attribute.
withFileHashCache(FileHashCache) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the fileHashCache attribute.
withFileMode(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileMode attribute.
withFileModificationTimestamp(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileModificationTimestamp attribute.
withFileName(String) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileName attribute.
withFileName(Path) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Copy the current immutable object by setting a value for the fileName attribute.
withFileName(Path) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting a value for the fileName attribute.
withFileNameLength(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileNameLength attribute.
withFileoff(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the fileoff attribute.
withFileOffset(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileOffset attribute.
withFilePath(Path) - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
Copy the current immutable object by setting a value for the filePath attribute.
withFilesExamined(int) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Copy the current immutable object by setting a value for the filesExamined attribute.
withFileSize(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the fileSize attribute.
withFilesize(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the filesize attribute.
withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
Copy the current immutable object by setting a value for the filesystem attribute.
withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
Copy the current immutable object by setting a value for the filesystem attribute.
withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Copy the current immutable object by setting a value for the filesystem attribute.
withFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
Copy the current immutable object by setting a value for the filesystem attribute.
withFiletype(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the filetype attribute.
withFileUrl(String) - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
Copy the current immutable object by setting a value for the fileUrl attribute.
withFinalDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the finalDeps attribute.
withFingerprint(HashCode) - Method in class com.facebook.buck.apple.CodeSignIdentity
Copy the current immutable object by setting a present value for the optional fingerprint attribute.
withFingerprint(Optional<HashCode>) - Method in class com.facebook.buck.apple.CodeSignIdentity
Copy the current immutable object by setting an optional value for the fingerprint attribute.
withFinish(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair
Copy the current immutable object by setting a present value for the optional finish attribute.
withFinish(Optional<BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair
Copy the current immutable object by setting an optional value for the finish attribute.
withFlagMacros(Map<String, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by replacing the flagMacros map with the specified map.
withFlags(String...) - Method in class com.facebook.buck.cxx.CxxSource
Copy the current immutable object with elements that replace the content of flags.
withFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxSource
Copy the current immutable object with elements that replace the content of flags.
withFlags(String...) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of flags.
withFlags(Iterable<String>) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of flags.
withFlags(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the flags attribute.
withFlags(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the flags attribute.
withFlags(UnsignedInteger) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the flags attribute.
withFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of flags.
withFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of flags.
withFlags(String...) - Method in class com.facebook.buck.rules.SourceWithFlags
Copy the current immutable object with elements that replace the content of flags.
withFlags(Iterable<String>) - Method in class com.facebook.buck.rules.SourceWithFlags
Copy the current immutable object with elements that replace the content of flags.
withFlavor(Flavor) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the flavor attribute.
withFlavor(Flavor) - Method in class com.facebook.buck.python.PythonPlatform
Copy the current immutable object by setting a value for the flavor attribute.
withFlavor(Flavor) - Method in class com.facebook.buck.rules.BuildRuleParams
 
withFlavors(Flavor...) - Method in class com.facebook.buck.model.BuildTarget
Copy the current immutable object with elements that replace the content of flavors.
withFlavors(Iterable<? extends Flavor>) - Method in class com.facebook.buck.model.BuildTarget
Copy the current immutable object with elements that replace the content of flavors.
withFlavors(ImmutableSet<Flavor>) - Method in class com.facebook.buck.rules.TargetNode
 
withFolders(ImmutableSortedSet<IjSourceFolder>) - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot
Copy the current immutable object by setting a value for the folders attribute.
withFolders(IjFolder...) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object with elements that replace the content of folders.
withFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object with elements that replace the content of folders.
withFPaths(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxIncludePaths
Copy the current immutable object with elements that replace the content of fPaths.
withFPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxIncludePaths
Copy the current immutable object with elements that replace the content of fPaths.
withFrameworkPaths(FrameworkPath...) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object with elements that replace the content of frameworkPaths.
withFrameworkPaths(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object with elements that replace the content of frameworkPaths.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(FrameworkPath...) - Method in class com.facebook.buck.cxx.NativeLinkableInput
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworks(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput
Copy the current immutable object with elements that replace the content of frameworks.
withFrameworksPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the frameworksPath attribute.
withFunctionName(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Copy the current immutable object by setting a value for the functionName attribute.
withFuture(SettableFuture<Void>) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Copy the current immutable object by setting a value for the future attribute.
withGccVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Copy the current immutable object by setting a value for the gccVersion attribute.
withGeneratedSourceCodeFolders(IjFolder...) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object with elements that replace the content of generatedSourceCodeFolders.
withGeneratedSourceCodeFolders(Iterable<? extends IjFolder>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object with elements that replace the content of generatedSourceCodeFolders.
withGeneratedSourcePath(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object by setting a value for the generatedSourcePath attribute.
withGetHashCode(HashCode) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object by setting a value for the getHashCode attribute.
withGoArch(String) - Method in class com.facebook.buck.go.GoPlatform
Copy the current immutable object by setting a value for the goArch attribute.
withGoLinkInput(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.go.GoLinkable
Copy the current immutable object by replacing the goLinkInput map with the specified map.
withGoOs(String) - Method in class com.facebook.buck.go.GoPlatform
Copy the current immutable object by setting a value for the goOs attribute.
withGroup(String) - Method in class com.facebook.buck.jvm.java.intellij.ModuleIndexEntry
Copy the current immutable object by setting a value for the group attribute.
withGroupId(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the groupId attribute.
withGuavaJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the guavaJarPath attribute.
withHeaderMap(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting a present value for the optional headerMap attribute.
withHeaderMap(Optional<SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting an optional value for the headerMap attribute.
withHeaderOffset(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the headerOffset attribute.
withHeaderSize(long) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the headerSize attribute.
withHeadersPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the headersPath attribute.
withHeaderVerification(HeaderVerification) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the headerVerification attribute.
withHealthCheckIntervalMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the healthCheckIntervalMillis attribute.
withHighlightedBuildIds(BuildId...) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object with elements that replace the content of highlightedBuildIds.
withHighlightedBuildIds(Iterable<? extends BuildId>) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object with elements that replace the content of highlightedBuildIds.
withHostname(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the hostname attribute.
withHttpWriteExecutorService(ListeningExecutorService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the httpWriteExecutorService attribute.
withIbtool(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the ibtool attribute.
withIdentifier(String) - Method in class com.facebook.buck.apple.AppleToolchain
Copy the current immutable object by setting a value for the identifier attribute.
withIdentifier(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.ProductType
Copy the current immutable object by setting a value for the identifier attribute.
withIdentifier(String) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Copy the current immutable object by setting a value for the identifier attribute.
withIgnorePaths(PathOrGlobMatcher...) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of ignorePaths.
withIgnorePaths(Iterable<? extends PathOrGlobMatcher>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object with elements that replace the content of ignorePaths.
withInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the inclNoLocationClassesEnabled attribute.
withInclNoLocationClassesEnabled(boolean) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the inclNoLocationClassesEnabled attribute.
withIncludeDir(String) - Method in class com.facebook.buck.cxx.CxxSandboxInclude
Copy the current immutable object by setting a value for the includeDir attribute.
withIncludedPaths(Path...) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object with elements that replace the content of includedPaths.
withIncludedPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object with elements that replace the content of includedPaths.
withIncludedRoots(Map<? extends BuildTarget, ? extends NativeLinkTarget>) - Method in class com.facebook.buck.cxx.OmnibusRoots
Copy the current immutable object by replacing the includedRoots map with the specified map.
withIncludeRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting a value for the includeRoot attribute.
withIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of includes.
withIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of includes.
withIncludes(CxxHeaders...) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object with elements that replace the content of includes.
withIncludes(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object with elements that replace the content of includes.
withIncludes(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of includes.
withIncludes(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of includes.
withIncludeStdErr(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Copy the current immutable object by setting a value for the includeStdErr attribute.
withIncludeStdOut(boolean) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Copy the current immutable object by setting a value for the includeStdOut attribute.
withIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxHeadersDir
Copy the current immutable object by setting a value for the includeType attribute.
withIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSandboxInclude
Copy the current immutable object by setting a value for the includeType attribute.
withIncludeType(CxxPreprocessables.IncludeType) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting a value for the includeType attribute.
withInfo(HaskellPackageInfo) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object by setting a value for the info attribute.
withInitprot(Integer) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the initprot attribute.
withInput(Path) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Copy the current immutable object by setting a value for the input attribute.
withInput(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of input.
withInput(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of input.
withInputRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting a present value for the optional inputRuleKey attribute.
withInputRuleKey(Optional<RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting an optional value for the inputRuleKey attribute.
withInputs(VersionedTargetGraphInputs) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Copy the current immutable object by setting a value for the inputs attribute.
withInstrumentationApkPath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional instrumentationApkPath attribute.
withInstrumentationApkPath(Optional<Path>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the instrumentationApkPath attribute.
withIntellijModuleSdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a present value for the optional intellijModuleSdkName attribute.
withIntellijModuleSdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting an optional value for the intellijModuleSdkName attribute.
withIntellijSdkTargets(String...) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object with elements that replace the content of intellijSdkTargets.
withIntellijSdkTargets(Iterable<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object with elements that replace the content of intellijSdkTargets.
withInterfaces(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of interfaces.
withInterfaces(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of interfaces.
withInterpreterName(String) - Method in class com.facebook.buck.python.PythonVersion
Copy the current immutable object by setting a value for the interpreterName attribute.
withInvocationInfo(InvocationInfo) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a present value for the optional invocationInfo attribute.
withInvocationInfo(Optional<InvocationInfo>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting an optional value for the invocationInfo attribute.
withIoBytesRead(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the ioBytesRead attribute.
withIoBytesWritten(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the ioBytesWritten attribute.
withIoTotal(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the ioTotal attribute.
withIPaths(CxxHeaders...) - Method in class com.facebook.buck.cxx.CxxIncludePaths
Copy the current immutable object with elements that replace the content of iPaths.
withIPaths(Iterable<? extends CxxHeaders>) - Method in class com.facebook.buck.cxx.CxxIncludePaths
Copy the current immutable object with elements that replace the content of iPaths.
withIs64Bit(boolean) - Method in class com.facebook.buck.cxx.MachoHeader
Copy the current immutable object by setting a value for the is64Bit attribute.
withIsAndroidResources(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
Copy the current immutable object by setting a value for the isAndroidResources attribute.
withIsDaemon(boolean) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the isDaemon attribute.
withIsRequestSuccessful(boolean) - Method in class com.facebook.buck.rage.DefectSubmitResult
Copy the current immutable object by setting a present value for the optional isRequestSuccessful attribute.
withIsRequestSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.rage.DefectSubmitResult
Copy the current immutable object by setting an optional value for the isRequestSuccessful attribute.
withIsTestSource(boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
Copy the current immutable object by setting a value for the isTestSource attribute.
withJarContentHasher(JarContentHasher) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object by setting a present value for the optional jarContentHasher attribute.
withJarContentHasher(Optional<JarContentHasher>) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object by setting an optional value for the jarContentHasher attribute.
withJavaBuckConfig(JavaBuckConfig) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a value for the javaBuckConfig attribute.
withJavacJarPath(SourcePath) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a present value for the optional javacJarPath attribute.
withJavacJarPath(Optional<SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting an optional value for the javacJarPath attribute.
withJavacLocation(AbstractJavacOptions.JavacLocation) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the javacLocation attribute.
withJavacPath(Either<Path, SourcePath>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a present value for the optional javacPath attribute.
withJavacPath(Optional<Either<Path, SourcePath>>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting an optional value for the javacPath attribute.
withJavadocUrl(String) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object by setting a present value for the optional javadocUrl attribute.
withJavadocUrl(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object by setting an optional value for the javadocUrl attribute.
withJavaLibrariesToDex(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of javaLibrariesToDex.
withJavaLibrariesToDex(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of javaLibrariesToDex.
withJavaModuleSdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a present value for the optional javaModuleSdkName attribute.
withJavaModuleSdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting an optional value for the javaModuleSdkName attribute.
withJavaModuleSdkType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a present value for the optional javaModuleSdkType attribute.
withJavaModuleSdkType(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting an optional value for the javaModuleSdkType attribute.
withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
withJavaPackageFinder(JavaPackageFinder) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the javaPackageFinder attribute.
withJavaPath(Path) - Method in class com.facebook.buck.jvm.java.JavaOptions
Copy the current immutable object by setting a present value for the optional javaPath attribute.
withJavaPath(Optional<Path>) - Method in class com.facebook.buck.jvm.java.JavaOptions
Copy the current immutable object by setting an optional value for the javaPath attribute.
withJavaVersion(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the javaVersion attribute.
withJobArgs(String) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object by setting a value for the jobArgs attribute.
withJobsMultiplier(int) - Method in class com.facebook.buck.rules.RuleScheduleInfo
Copy the current immutable object by setting a value for the jobsMultiplier attribute.
withJsonProtocolVersion(int) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the jsonProtocolVersion attribute.
withKeepGoing(boolean) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the keepGoing attribute.
withKey(String) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting a value for the key attribute.
withKnownBuildRuleTypesFactory(KnownBuildRuleTypesFactory) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the knownBuildRuleTypesFactory attribute.
withKxmlJarPath(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the kxmlJarPath attribute.
withLabels(Label...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<? extends Label>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of labels.
withLabels(String...) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of labels.
withLabels(Iterable<String>) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of labels.
withLabelString(String) - Method in class com.facebook.buck.rules.Label
Copy the current immutable object by setting a value for the labelString attribute.
withLanguageLevel(String) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting a present value for the optional languageLevel attribute.
withLanguageLevel(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting an optional value for the languageLevel attribute.
withLastModifiedTime(Date) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting a value for the lastModifiedTime attribute.
withLatencyCheckTimeRangeMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the latencyCheckTimeRangeMillis attribute.
withLaunchedPid(long) - Method in class com.facebook.buck.cli.InstallResult
Copy the current immutable object by setting a present value for the optional launchedPid attribute.
withLaunchedPid(Optional<Long>) - Method in class com.facebook.buck.cli.InstallResult
Copy the current immutable object by setting an optional value for the launchedPid attribute.
withLd(LinkerProvider) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the ld attribute.
withLdflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of ldflags.
withLdflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of ldflags.
withLdFlags(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of ldFlags.
withLdFlags(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of ldFlags.
withLevel(Level) - Method in class com.facebook.buck.test.TestStatusMessage
Copy the current immutable object by setting a value for the level attribute.
withLexCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional lexCompiler attribute.
withLexCompiler(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the lexCompiler attribute.
withLibraries(FrameworkPath...) - Method in class com.facebook.buck.cxx.NativeLinkableInput
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends FrameworkPath>) - Method in class com.facebook.buck.cxx.NativeLinkableInput
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(OmnibusLibrary...) - Method in class com.facebook.buck.cxx.OmnibusLibraries
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends OmnibusLibrary>) - Method in class com.facebook.buck.cxx.OmnibusLibraries
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(SourcePath...) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of libraries.
withLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object with elements that replace the content of libraries.
withLibrary(boolean) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the library attribute.
withLibraryName(String) - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
Copy the current immutable object by setting a present value for the optional libraryName attribute.
withLibraryName(Optional<String>) - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
Copy the current immutable object by setting an optional value for the libraryName attribute.
withLineNumber(Number) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Copy the current immutable object by setting a value for the lineNumber attribute.
withLineNumber(Number) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting a value for the lineNumber attribute.
withLines(Iterable<String>) - Method in class com.facebook.buck.util.network.offline.ScribeData
Copy the current immutable object by setting a value for the lines attribute.
withLinkables(NativeLinkable...) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Copy the current immutable object with elements that replace the content of linkables.
withLinkables(Iterable<? extends NativeLinkable>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Copy the current immutable object with elements that replace the content of linkables.
withLinkerFlags(Map<? extends AbstractNdkCxxPlatformCompiler.Type, ? extends ImmutableList<String>>) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by replacing the linkerFlags map with the specified map.
withLinkTree(SourcePath) - Method in class com.facebook.buck.d.DIncludes
Copy the current immutable object by setting a value for the linkTree attribute.
withLipo(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the lipo attribute.
withLldb(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the lldb attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.LinkEditDataCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.UnknownCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLoadCommandCommonFields(LoadCommandCommonFields) - Method in class com.facebook.buck.macho.UUIDCommand
Copy the current immutable object by setting a value for the loadCommandCommonFields attribute.
withLocalConfigsContents(Map<? extends Path, ? extends String>) - Method in class com.facebook.buck.rage.UserLocalConfiguration
Copy the current immutable object by replacing the localConfigsContents map with the specified map.
withLocale(Locale) - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Copy the current immutable object by setting a value for the locale attribute.
withLogBook(List<LogRecord>) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting a present value for the optional logBook attribute.
withLogBook(Optional<List<LogRecord>>) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting an optional value for the logBook attribute.
withLogDir(Path) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the logDir attribute.
withLogDirPath(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a value for the logDirPath attribute.
withLogFilePrefix(String) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the logFilePrefix attribute.
withLogs(String...) - Method in class com.facebook.buck.log.ErrorLogRecord
Copy the current immutable object with elements that replace the content of logs.
withLogs(Iterable<String>) - Method in class com.facebook.buck.log.ErrorLogRecord
Copy the current immutable object with elements that replace the content of logs.
withLuaConfig(LuaConfig) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the luaConfig attribute.
withLuaConfig(LuaConfig) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the luaConfig attribute.
withMachineReadableLog(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a present value for the optional machineReadableLog attribute.
withMachineReadableLog(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting an optional value for the machineReadableLog attribute.
withMachineReadableLogFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting a present value for the optional machineReadableLogFile attribute.
withMachineReadableLogFile(Optional<Path>) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting an optional value for the machineReadableLogFile attribute.
withMacroExpander(Function<String, Arg>) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Copy the current immutable object by setting a value for the macroExpander attribute.
withMacroInput(String...) - Method in class com.facebook.buck.model.MacroMatchResult
Copy the current immutable object with elements that replace the content of macroInput.
withMacroInput(Iterable<String>) - Method in class com.facebook.buck.model.MacroMatchResult
Copy the current immutable object with elements that replace the content of macroInput.
withMacroType(String) - Method in class com.facebook.buck.model.MacroMatchResult
Copy the current immutable object by setting a value for the macroType attribute.
withMagic(UnsignedInteger) - Method in class com.facebook.buck.macho.FatHeader
Copy the current immutable object by setting a value for the magic attribute.
withMagic(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the magic attribute.
withMainClass(String) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Copy the current immutable object by setting a present value for the optional mainClass attribute.
withMainClass(Optional<String>) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Copy the current immutable object by setting an optional value for the mainClass attribute.
withMainModule(String) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the mainModule attribute.
withMainModule(String) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the mainModule attribute.
withMajorVersion(Integer) - Method in class com.facebook.buck.haskell.HaskellVersion
Copy the current immutable object by setting a value for the majorVersion attribute.
withManifestFile(Path) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Copy the current immutable object by setting a present value for the optional manifestFile attribute.
withManifestFile(Optional<Path>) - Method in class com.facebook.buck.jvm.java.DirectToJarOutputSettings
Copy the current immutable object by setting an optional value for the manifestFile attribute.
withManifestPath(SourcePath) - Method in class com.facebook.buck.android.ApkInfo
Copy the current immutable object by setting a value for the manifestPath attribute.
withManifestPath(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object by setting a present value for the optional manifestPath attribute.
withManifestPath(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object by setting an optional value for the manifestPath attribute.
withManifestRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting a present value for the optional manifestRuleKey attribute.
withManifestRuleKey(Optional<RuleKey>) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting an optional value for the manifestRuleKey attribute.
withMaxAcceptableLatencyMillis(int) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the maxAcceptableLatencyMillis attribute.
withMaxBytesAfterDeletion(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a present value for the optional maxBytesAfterDeletion attribute.
withMaxBytesAfterDeletion(Optional<Long>) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting an optional value for the maxBytesAfterDeletion attribute.
withMaxDebugLogLines(int) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Copy the current immutable object by setting a present value for the optional maxDebugLogLines attribute.
withMaxDebugLogLines(Optional<Integer>) - Method in class com.facebook.buck.test.TestResultSummaryVerbosity
Copy the current immutable object by setting an optional value for the maxDebugLogLines attribute.
withMaxErrorPercentage(float) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the maxErrorPercentage attribute.
withMaxLogSizeBytes(long) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the maxLogSizeBytes attribute.
withMaxPathCount(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a value for the maxPathCount attribute.
withMaxprot(Integer) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the maxprot attribute.
withMaxSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting a present value for the optional maxSizeBytes attribute.
withMaxSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.DirCacheEntry
Copy the current immutable object by setting an optional value for the maxSizeBytes attribute.
withMaxStoreSize(long) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a present value for the optional maxStoreSize attribute.
withMaxStoreSize(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting an optional value for the maxStoreSize attribute.
withMaxStoreSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a present value for the optional maxStoreSizeBytes attribute.
withMaxStoreSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting an optional value for the maxStoreSizeBytes attribute.
withMaxTotalSizeBytes(long) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a value for the maxTotalSizeBytes attribute.
withMaxWorkers(int) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object by setting a value for the maxWorkers attribute.
withMemberPath(Path) - Method in class com.facebook.buck.io.ArchiveMemberPath
Copy the current immutable object by setting a value for the memberPath attribute.
withMemory(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Copy the current immutable object by setting a value for the memory attribute.
withMemResident(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the memResident attribute.
withMemSize(long) - Method in class com.facebook.buck.util.ProcessResourceConsumption
Copy the current immutable object by setting a value for the memSize attribute.
withMergedLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Copy the current immutable object by replacing the mergedLinkables map with the specified map.
withMergedLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Copy the current immutable object by replacing the mergedLinkablesAssets map with the specified map.
withMessage(String) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting a present value for the optional message attribute.
withMessage(Optional<String>) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting an optional value for the message attribute.
withMessage(String) - Method in class com.facebook.buck.rage.RageJsonResponse
Copy the current immutable object by setting a present value for the optional message attribute.
withMessage(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse
Copy the current immutable object by setting an optional value for the message attribute.
withMessage(String) - Method in class com.facebook.buck.test.TestStatusMessage
Copy the current immutable object by setting a value for the message attribute.
withMessage(String) - Method in class com.facebook.buck.util.PatternAndMessage
Copy the current immutable object by setting a value for the message attribute.
withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by replacing the metadata map with the specified map.
withMetadata(ImmutableMap<String, String>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a present value for the optional metadata attribute.
withMetadata(Optional<ImmutableMap<String, String>>) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting an optional value for the metadata attribute.
withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by replacing the metadata map with the specified map.
withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by replacing the metadata map with the specified map.
withMetadata(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by replacing the metadata map with the specified map.
withMetadata(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.DexInfo
Copy the current immutable object by setting a value for the metadata attribute.
withMetadata(Path) - Method in class com.facebook.buck.rules.ExopackageInfo.NativeLibsInfo
Copy the current immutable object by setting a value for the metadata attribute.
withMetadataPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the metadataPath attribute.
withMetaInfDirectory(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting a present value for the optional metaInfDirectory attribute.
withMetaInfDirectory(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting an optional value for the metaInfDirectory attribute.
withMinAmountOfEntriesToKeep(int) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a value for the minAmountOfEntriesToKeep attribute.
withMinSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional minSdkVersion attribute.
withMinSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the minSdkVersion attribute.
withMinVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the minVersion attribute.
withMinVersionFlagPrefix(String) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a value for the minVersionFlagPrefix attribute.
withMode(AbstractHeaderVerification.Mode) - Method in class com.facebook.buck.cxx.HeaderVerification
Copy the current immutable object by setting a value for the mode attribute.
withModuleBasePath(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting a value for the moduleBasePath attribute.
withModuleMap(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.haskell.HaskellSources
Copy the current immutable object by replacing the moduleMap map with the specified map.
withModuleMappedClasspathEntriesToDex(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object by replacing the moduleMappedClasspathEntriesToDex map with the specified map.
withModules(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaPackageComponents
Copy the current immutable object by replacing the modules map with the specified map.
withModules(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by replacing the modules map with the specified map.
withModulesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the modulesPath attribute.
withModuleType(IjModuleType) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting a present value for the optional moduleType attribute.
withModuleType(Optional<IjModuleType>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting an optional value for the moduleType attribute.
withMomc(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the momc attribute.
withN_desc(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_desc attribute.
withN_sect(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_sect attribute.
withN_strx(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_strx attribute.
withN_type(UnsignedInteger) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_type attribute.
withN_value(UnsignedLong) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the n_value attribute.
withName(String) - Method in class com.facebook.buck.android.APKModule
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a present value for the optional name attribute.
withName(Optional<String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting an optional value for the name attribute.
withName(String) - Method in class com.facebook.buck.counters.CounterInfo
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.model.ImmutableFlavor
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rules.BuildRuleType
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rules.coercer.OcamlSource
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object by setting a value for the name attribute.
withName(String) - Method in class com.facebook.buck.versions.Version
Copy the current immutable object by setting a value for the name attribute.
withNamedSources(ImmutableSortedMap<String, SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting a present value for the optional namedSources attribute.
withNamedSources(Optional<ImmutableSortedMap<String, SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting an optional value for the namedSources attribute.
withNamedSources(ImmutableSortedMap<String, SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting a present value for the optional namedSources attribute.
withNamedSources(Optional<ImmutableSortedMap<String, SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting an optional value for the namedSources attribute.
withNameToField(Map<String, ? extends BuildConfigFields.Field>) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields
Copy the current immutable object by replacing the nameToField map with the specified map.
withNameToPathMap(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by replacing the nameToPathMap map with the specified map.
withNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the nativeCompileDeps attribute.
withNativeCompileDeps(ImmutableSortedSet<BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object by setting a value for the nativeCompileDeps attribute.
withNativeIncludes(String...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of nativeIncludes.
withNativeIncludes(Iterable<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of nativeIncludes.
withNativeLibAssetsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLibAssetsDirectories map with the specified map.
withNativeLibraries(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaPackageComponents
Copy the current immutable object by replacing the nativeLibraries map with the specified map.
withNativeLibraries(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by replacing the nativeLibraries map with the specified map.
withNativeLibsDirectories(Multimap<? extends APKModule, ? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLibsDirectories map with the specified map.
withNativeLibsInfo(ExopackageInfo.NativeLibsInfo) - Method in class com.facebook.buck.rules.ExopackageInfo
Copy the current immutable object by setting a present value for the optional nativeLibsInfo attribute.
withNativeLibsInfo(Optional<ExopackageInfo.NativeLibsInfo>) - Method in class com.facebook.buck.rules.ExopackageInfo
Copy the current immutable object by setting an optional value for the nativeLibsInfo attribute.
withNativeLibsTargets(Multimap<? extends APKModule, ? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLibsTargets map with the specified map.
withNativeLinkableInput(NativeLinkableInput) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the nativeLinkableInput attribute.
withNativeLinkables(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLinkables map with the specified map.
withNativeLinkablesAssets(Multimap<? extends APKModule, ? extends NativeLinkable>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object by replacing the nativeLinkablesAssets map with the specified map.
withNativeStarterLibrary(BuildTarget) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a present value for the optional nativeStarterLibrary attribute.
withNativeStarterLibrary(Optional<BuildTarget>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting an optional value for the nativeStarterLibrary attribute.
withNcmds(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the ncmds attribute.
withNeededCoverage(Pair<Float, ImmutableSet<Path>>...) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of neededCoverage.
withNeededCoverage(Iterable<? extends Pair<Float, ImmutableSet<Path>>>) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object with elements that replace the content of neededCoverage.
withNeededCoverageRatio(float) - Method in class com.facebook.buck.python.NeededCoverageSpec
Copy the current immutable object by setting a value for the neededCoverageRatio attribute.
withNetworkIO(int) - Method in class com.facebook.buck.util.concurrent.ResourceAmounts
Copy the current immutable object by setting a value for the networkIO attribute.
withNfat_arch(UnsignedInteger) - Method in class com.facebook.buck.macho.FatHeader
Copy the current immutable object by setting a value for the nfat_arch attribute.
withNoBuckCheckPresent(boolean) - Method in class com.facebook.buck.rage.UserLocalConfiguration
Copy the current immutable object by setting a value for the noBuckCheckPresent attribute.
withNoDxClasspathEntries(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of noDxClasspathEntries.
withNoDxClasspathEntries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of noDxClasspathEntries.
withNoHealthyServersAvailable(boolean) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Copy the current immutable object by setting a value for the noHealthyServersAvailable attribute.
withNreloc(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the nreloc attribute.
withNsects(UnsignedInteger) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the nsects attribute.
withNsyms(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the nsyms attribute.
withObjcopy(ToolProvider) - Method in class com.facebook.buck.cxx.ElfSharedLibraryInterfaceFactory
Copy the current immutable object by setting a value for the objcopy attribute.
withObjcopyPrefix(String...) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Copy the current immutable object with elements that replace the content of objcopyPrefix.
withObjcopyPrefix(Iterable<String>) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Copy the current immutable object with elements that replace the content of objcopyPrefix.
withObjdump(Tool) - Method in class com.facebook.buck.android.NdkCxxPlatform
Copy the current immutable object by setting a value for the objdump attribute.
withObjectFileExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the objectFileExtension attribute.
withObjectFiles(SourcePath...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object with elements that replace the content of objectFiles.
withObjectFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object with elements that replace the content of objectFiles.
withObjectMapper(ObjectMapper) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the objectMapper attribute.
withObjectMapper(ObjectMapper) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the objectMapper attribute.
withObjectMapper(ObjectMapper) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the objectMapper attribute.
withObjectMapper(ObjectMapper) - Method in class com.facebook.buck.rules.BuildEngineBuildContext
Copy the current immutable object by setting a value for the objectMapper attribute.
withObjectMapper(ObjectMapper) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the objectMapper attribute.
withOcamlBytecodeCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlBytecodeCompiler attribute.
withOcamlBytecodeCompiler(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlBytecodeCompiler attribute.
withOcamlCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlCompiler attribute.
withOcamlCompiler(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlCompiler attribute.
withOcamlDebug(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlDebug attribute.
withOcamlDebug(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlDebug attribute.
withOcamlDepTool(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlDepTool attribute.
withOcamlDepTool(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlDepTool attribute.
withOcamlInput(OcamlLibrary...) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of ocamlInput.
withOcamlInput(Iterable<? extends OcamlLibrary>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object with elements that replace the content of ocamlInput.
withOcamlInteropIncludesDir(String) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional ocamlInteropIncludesDir attribute.
withOcamlInteropIncludesDir(Optional<String>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the ocamlInteropIncludesDir attribute.
withOffset(Number) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting a present value for the optional offset attribute.
withOffset(Optional<Number>) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting an optional value for the offset attribute.
withOffset(UnsignedInteger) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the offset attribute.
withOffset(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the offset attribute.
withOffsetInBinary(int) - Method in class com.facebook.buck.macho.LoadCommandCommonFields
Copy the current immutable object by setting a value for the offsetInBinary attribute.
withOffsetInBinary(int) - Method in class com.facebook.buck.macho.Nlist
Copy the current immutable object by setting a value for the offsetInBinary attribute.
withOffsetInBinary(int) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the offsetInBinary attribute.
withOs(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the os attribute.
withOtherFlags(CxxToolFlags) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object by setting a value for the otherFlags attribute.
withoutFlavor(Flavor) - Method in class com.facebook.buck.rules.BuildRuleParams
 
withOutput(Path) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Copy the current immutable object by setting a value for the output attribute.
withOutput(Path) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the output attribute.
withOutput(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the output attribute.
withOutput(String) - Method in class com.facebook.buck.rage.ExtraInfoResult
Copy the current immutable object by setting a value for the output attribute.
withOutputPath(String) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting a present value for the optional outputPath attribute.
withOutputPath(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting an optional value for the outputPath attribute.
withoutSuffix(String, String) - Static method in class com.facebook.buck.util.MoreStrings
 
withoutTty() - Static method in class com.facebook.buck.util.Ansi
 
withOwnerId(int) - Method in class com.facebook.buck.bsd.UnixArchiveEntry
Copy the current immutable object by setting a value for the ownerId attribute.
withPackageableCollection(AndroidPackageableCollection) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a value for the packageableCollection attribute.
withPackageAssetLibraries(boolean) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional packageAssetLibraries attribute.
withPackageAssetLibraries(Optional<Boolean>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting an optional value for the packageAssetLibraries attribute.
withPackageDb(SourcePath) - Method in class com.facebook.buck.haskell.HaskellPackage
Copy the current immutable object by setting a value for the packageDb attribute.
withPackageName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object by setting a present value for the optional packageName attribute.
withPackageName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object by setting an optional value for the packageName attribute.
withPackagePrefix(String) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
Copy the current immutable object by setting a value for the packagePrefix attribute.
withPackages(HaskellPackage...) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of packages.
withPackages(Iterable<? extends HaskellPackage>) - Method in class com.facebook.buck.haskell.HaskellCompileInput
Copy the current immutable object with elements that replace the content of packages.
withPackageStringAssets(PackageStringAssets) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional packageStringAssets attribute.
withPackageStringAssets(Optional<PackageStringAssets>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting an optional value for the packageStringAssets attribute.
withParams(BuildRuleParams) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the params attribute.
withParser(Parser) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the parser attribute.
withParser(Parser) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the parser attribute.
withPath(Path) - Method in class com.facebook.buck.apple.AppleToolchain
Copy the current immutable object by setting a value for the path attribute.
withPath(String) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Copy the current immutable object by setting a present value for the optional path attribute.
withPath(Optional<String>) - Method in class com.facebook.buck.apple.xcode.xcodeproj.CopyFilePhaseDestinationSpec
Copy the current immutable object by setting an optional value for the path attribute.
withPath(SourcePath) - Method in class com.facebook.buck.cxx.CxxSource
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
Copy the current immutable object by setting a present value for the optional path attribute.
withPath(Optional<Path>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
Copy the current immutable object by setting an optional value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.cxx.ElfClearProgramHeadersStep
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.cxx.ElfDynamicSectionScrubberStep
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
Copy the current immutable object by setting a value for the path attribute.
withPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusLibrary
Copy the current immutable object by setting a value for the path attribute.
withPath(SourcePath) - Method in class com.facebook.buck.cxx.OmnibusRoot
Copy the current immutable object by setting a value for the path attribute.
withPath(SourcePath) - Method in class com.facebook.buck.cxx.ThinArchiveArg
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.query.QueryFileTarget
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object by setting a value for the path attribute.
withPathName(String) - Method in class com.facebook.buck.python.NeededCoverageSpec
Copy the current immutable object by setting a present value for the optional pathName attribute.
withPathName(Optional<String>) - Method in class com.facebook.buck.python.NeededCoverageSpec
Copy the current immutable object by setting an optional value for the pathName attribute.
withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the pathResolver attribute.
withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.cxx.ThinArchiveArg
Copy the current immutable object by setting a value for the pathResolver attribute.
withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the pathResolver attribute.
withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the pathResolver attribute.
withPathResolver(SourcePathResolver) - Method in class com.facebook.buck.rules.args.GlobArg
Copy the current immutable object by setting a value for the pathResolver attribute.
withPathsChangedInWorkingDirectory(String...) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
Copy the current immutable object with elements that replace the content of pathsChangedInWorkingDirectory.
withPathsChangedInWorkingDirectory(Iterable<String>) - Method in class com.facebook.buck.util.versioncontrol.VersionControlStats
Copy the current immutable object with elements that replace the content of pathsChangedInWorkingDirectory.
withPathSelector(DirectoryCleaner.PathSelector) - Method in class com.facebook.buck.util.DirectoryCleanerArgs
Copy the current immutable object by setting a value for the pathSelector attribute.
withPathsToThirdPartyJars(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of pathsToThirdPartyJars.
withPathsToThirdPartyJars(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of pathsToThirdPartyJars.
withPathToAdbExecutable(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the pathToAdbExecutable attribute.
withPathToFile(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Copy the current immutable object by setting a value for the pathToFile attribute.
withPathToJavaAgent(String) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional pathToJavaAgent attribute.
withPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the pathToJavaAgent attribute.
withPathToJavaAgent(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a present value for the optional pathToJavaAgent attribute.
withPathToJavaAgent(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting an optional value for the pathToJavaAgent attribute.
withPathToXmlTestOutput(String) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a present value for the optional pathToXmlTestOutput attribute.
withPathToXmlTestOutput(Optional<String>) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting an optional value for the pathToXmlTestOutput attribute.
withPathWithinArchive(Path) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Copy the current immutable object by setting a present value for the optional pathWithinArchive attribute.
withPathWithinArchive(Optional<Path>) - Method in class com.facebook.buck.rules.keys.DependencyFileEntry
Copy the current immutable object by setting an optional value for the pathWithinArchive attribute.
withPattern(String) - Method in class com.facebook.buck.rules.args.GlobArg
Copy the current immutable object by setting a value for the pattern attribute.
withPattern(Pattern) - Method in class com.facebook.buck.util.PatternAndMessage
Copy the current immutable object by setting a value for the pattern attribute.
withPerServerData(PerServerPingData...) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
Copy the current immutable object with elements that replace the content of perServerData.
withPerServerData(Iterable<? extends PerServerPingData>) - Method in class com.facebook.buck.slb.LoadBalancerPingEventData
Copy the current immutable object with elements that replace the content of perServerData.
withPerServerData(PerServerData...) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Copy the current immutable object with elements that replace the content of perServerData.
withPerServerData(Iterable<? extends PerServerData>) - Method in class com.facebook.buck.slb.ServerHealthManagerEventData
Copy the current immutable object with elements that replace the content of perServerData.
withPersistentWorkerKey(String) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object by setting a present value for the optional persistentWorkerKey attribute.
withPersistentWorkerKey(Optional<String>) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object by setting an optional value for the persistentWorkerKey attribute.
withPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a present value for the optional persistentWorkerPools attribute.
withPersistentWorkerPools(Optional<ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting an optional value for the persistentWorkerPools attribute.
withPersistentWorkerPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a present value for the optional persistentWorkerPools attribute.
withPersistentWorkerPools(Optional<ConcurrentMap<String, WorkerProcessPool>>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting an optional value for the persistentWorkerPools attribute.
withPicType(AbstractCxxSourceRuleFactory.PicType) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the picType attribute.
withPingEndpoint(String) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the pingEndpoint attribute.
withPingRequestLatencyMillis(long) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting a present value for the optional pingRequestLatencyMillis attribute.
withPingRequestLatencyMillis(Optional<Long>) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting an optional value for the pingRequestLatencyMillis attribute.
withPlaceholders(ImmutableMap<String, String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional placeholders attribute.
withPlaceholders(Optional<ImmutableMap<String, String>>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the placeholders attribute.
withPlatform(AppleCxxPlatform) - Method in class com.facebook.buck.apple.ApplePackageConfigAndPlatformInfo
Copy the current immutable object by setting a value for the platform attribute.
withPlatform(Platform) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the platform attribute.
withPlatform(CxxPlatform) - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
Copy the current immutable object by setting a value for the platform attribute.
withPlatform(Platform) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the platform attribute.
withPlatform(Platform) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the platform attribute.
withPlatformFlags(String...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Copy the current immutable object with elements that replace the content of platformFlags.
withPlatformFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Copy the current immutable object with elements that replace the content of platformFlags.
withPlatformFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Copy the current immutable object by setting a value for the platformFlags attribute.
withPlatformPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object by setting a value for the platformPath attribute.
withPlatformWhitelist(String...) - Method in class com.facebook.buck.cxx.HeaderVerification
Copy the current immutable object with elements that replace the content of platformWhitelist.
withPlatformWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification
Copy the current immutable object with elements that replace the content of platformWhitelist.
withPlugInsPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the plugInsPath attribute.
withPrebuiltLibraries(SourcePath...) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object with elements that replace the content of prebuiltLibraries.
withPrebuiltLibraries(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object with elements that replace the content of prebuiltLibraries.
withPrecompiledHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a present value for the optional precompiledHeader attribute.
withPrecompiledHeader(Optional<SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting an optional value for the precompiledHeader attribute.
withPreDexMerge(PreDexMerge) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional preDexMerge attribute.
withPreDexMerge(Optional<PreDexMerge>) - Method in class com.facebook.buck.android.AndroidGraphEnhancementResult
Copy the current immutable object by setting an optional value for the preDexMerge attribute.
withPredicate(Predicate<? super TargetNode<?, ?>>) - Method in class com.facebook.buck.parser.TargetNodePredicateSpec
Copy the current immutable object by setting a value for the predicate attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<SourcePath>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPrefixHeader(SourcePath) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object by setting a present value for the optional prefixHeader attribute.
withPrefixHeader(Optional<SourcePath>) - Method in class com.facebook.buck.cxx.PreprocessorFlags
Copy the current immutable object by setting an optional value for the prefixHeader attribute.
withPreprocessorFlags(Multimap<? extends AbstractCxxSource.Type, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object by replacing the preprocessorFlags map with the specified map.
withProcessExecutor(ProcessExecutor) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the processExecutor attribute.
withProcessExecutor(ProcessExecutor) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the processExecutor attribute.
withProcessManager(ProcessManager) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a present value for the optional processManager attribute.
withProcessManager(Optional<ProcessManager>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting an optional value for the processManager attribute.
withProductionBuild(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the productionBuild attribute.
withProfile(String) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object by setting a value for the profile attribute.
withProfilePath(Path) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by setting a value for the profilePath attribute.
withProguardConfigPath(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object by setting a present value for the optional proguardConfigPath attribute.
withProguardConfigPath(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object by setting an optional value for the proguardConfigPath attribute.
withProguardConfigs(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of proguardConfigs.
withProguardConfigs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object with elements that replace the content of proguardConfigs.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectFilesystem(ProjectFilesystem) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the projectFilesystem attribute.
withProjectGenerated(boolean) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object by setting a value for the projectGenerated attribute.
withProjectJdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a present value for the optional projectJdkName attribute.
withProjectJdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting an optional value for the projectJdkName attribute.
withProjectJdkType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a present value for the optional projectJdkType attribute.
withProjectJdkType(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting an optional value for the projectJdkType attribute.
withProjectLanguageLevel(String) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting a present value for the optional projectLanguageLevel attribute.
withProjectLanguageLevel(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectConfig
Copy the current immutable object by setting an optional value for the projectLanguageLevel attribute.
withProjectPath(Path) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object by setting a value for the projectPath attribute.
withProjectPrefix(String) - Method in class com.facebook.buck.io.ProjectWatch
Copy the current immutable object by setting a present value for the optional projectPrefix attribute.
withProjectPrefix(Optional<String>) - Method in class com.facebook.buck.io.ProjectWatch
Copy the current immutable object by setting an optional value for the projectPrefix attribute.
withProjectRoot(Path) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the projectRoot attribute.
withProjectRootsPredicate(Predicate<TargetNode<?, ?>>) - Method in class com.facebook.buck.cli.ProjectPredicates
Copy the current immutable object by setting a value for the projectRootsPredicate attribute.
withProperty(String) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting a value for the property attribute.
withProvider(FileContentsProvider) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the provider attribute.
withPythonInterpreter(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the pythonInterpreter attribute.
withPythonModules(Map<String, ? extends SourcePath>) - Method in class com.facebook.buck.lua.LuaPackageComponents
Copy the current immutable object by replacing the pythonModules map with the specified map.
withPythonModuleSearchPath(String) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a present value for the optional pythonModuleSearchPath attribute.
withPythonModuleSearchPath(Optional<String>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting an optional value for the pythonModuleSearchPath attribute.
withQueryParams(Map<String, ? extends Object>) - Method in class com.facebook.buck.io.WatchmanQuery
Copy the current immutable object by replacing the queryParams map with the specified map.
withQueryPath(String) - Method in class com.facebook.buck.io.WatchmanQuery
Copy the current immutable object by setting a value for the queryPath attribute.
withRageMessage(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a present value for the optional rageMessage attribute.
withRageMessage(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting an optional value for the rageMessage attribute.
withRageUrl(String) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting a present value for the optional rageUrl attribute.
withRageUrl(Optional<String>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointRequest
Copy the current immutable object by setting an optional value for the rageUrl attribute.
withRageUrl(String) - Method in class com.facebook.buck.rage.RageJsonResponse
Copy the current immutable object by setting a present value for the optional rageUrl attribute.
withRageUrl(Optional<String>) - Method in class com.facebook.buck.rage.RageJsonResponse
Copy the current immutable object by setting an optional value for the rageUrl attribute.
withRanlib(Tool) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the ranlib attribute.
withRanlibflags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of ranlibflags.
withRanlibflags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of ranlibflags.
withRawConfig(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by replacing the rawConfig map with the specified map.
withRawKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object with elements that replace the content of rawKeys.
withRawKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object with elements that replace the content of rawKeys.
withReadHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by replacing the readHeaders map with the specified map.
withRecord(LogRecord) - Method in class com.facebook.buck.log.ErrorLogRecord
Copy the current immutable object by setting a value for the record attribute.
withRecursive(boolean) - Method in class com.facebook.buck.parser.BuildFileSpec
Copy the current immutable object by setting a value for the recursive attribute.
withRedirectError(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional redirectError attribute.
withRedirectError(Optional<ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the redirectError attribute.
withRedirectErrorStream(boolean) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional redirectErrorStream attribute.
withRedirectErrorStream(Optional<Boolean>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the redirectErrorStream attribute.
withRedirectInput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional redirectInput attribute.
withRedirectInput(Optional<ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the redirectInput attribute.
withRedirectOutput(ProcessBuilder.Redirect) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting a present value for the optional redirectOutput attribute.
withRedirectOutput(Optional<ProcessBuilder.Redirect>) - Method in class com.facebook.buck.util.ProcessExecutorParams
Copy the current immutable object by setting an optional value for the redirectOutput attribute.
withRelativeModulesDir(Path) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a present value for the optional relativeModulesDir attribute.
withRelativeModulesDir(Optional<Path>) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting an optional value for the relativeModulesDir attribute.
withRelativeModulesDir(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a present value for the optional relativeModulesDir attribute.
withRelativeModulesDir(Optional<Path>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting an optional value for the relativeModulesDir attribute.
withRelativeNativeLibsDir(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a present value for the optional relativeNativeLibsDir attribute.
withRelativeNativeLibsDir(Optional<Path>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting an optional value for the relativeNativeLibsDir attribute.
withRelativePath(Path) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting a value for the relativePath attribute.
withRelativePythonModulesDir(Path) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a present value for the optional relativePythonModulesDir attribute.
withRelativePythonModulesDir(Optional<Path>) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting an optional value for the relativePythonModulesDir attribute.
withRelativePythonModulesDir(Path) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a present value for the optional relativePythonModulesDir attribute.
withRelativePythonModulesDir(Optional<Path>) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting an optional value for the relativePythonModulesDir attribute.
withReloff(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the reloff attribute.
withReplacedTargets(Map<BuildTarget, Iterable<BuildTarget>>) - Method in class com.facebook.buck.rules.TargetGroup
 
withReportSubmitErrorMessage(String) - Method in class com.facebook.buck.rage.DefectSubmitResult
Copy the current immutable object by setting a present value for the optional reportSubmitErrorMessage attribute.
withReportSubmitErrorMessage(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult
Copy the current immutable object by setting an optional value for the reportSubmitErrorMessage attribute.
withReportSubmitLocation(String) - Method in class com.facebook.buck.rage.DefectSubmitResult
Copy the current immutable object by setting a present value for the optional reportSubmitLocation attribute.
withReportSubmitLocation(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult
Copy the current immutable object by setting an optional value for the reportSubmitLocation attribute.
withReportSubmitMessage(String) - Method in class com.facebook.buck.rage.DefectSubmitResult
Copy the current immutable object by setting a present value for the optional reportSubmitMessage attribute.
withReportSubmitMessage(Optional<String>) - Method in class com.facebook.buck.rage.DefectSubmitResult
Copy the current immutable object by setting an optional value for the reportSubmitMessage attribute.
withRepository(String) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by setting a present value for the optional repository attribute.
withRepository(Optional<String>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object by setting an optional value for the repository attribute.
withRepository(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the repository attribute.
withRepresentativePlatform(AppleCxxPlatform) - Method in class com.facebook.buck.apple.MultiarchFileInfo
Copy the current immutable object by setting a value for the representativePlatform attribute.
withRequestedRuleKey(RuleKey) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a value for the requestedRuleKey attribute.
withRequestProtocol(AbstractRageConfig.RageProtocolVersion) - Method in class com.facebook.buck.rage.DefectSubmitResult
Copy the current immutable object by setting a value for the requestProtocol attribute.
withRequestSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional requestSizeBytes attribute.
withRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the requestSizeBytes attribute.
withRequestSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting a present value for the optional requestSizeBytes attribute.
withRequestSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting an optional value for the requestSizeBytes attribute.
withRequestSuccessful(boolean) - Method in class com.facebook.buck.rage.RageJsonResponse
Copy the current immutable object by setting a value for the requestSuccessful attribute.
withRequiredBuildTargets(BuildTarget...) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object with elements that replace the content of requiredBuildTargets.
withRequiredBuildTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.project_generator.GenerationResult
Copy the current immutable object with elements that replace the content of requiredBuildTargets.
withReserved(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a present value for the optional reserved attribute.
withReserved(Optional<UnsignedInteger>) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting an optional value for the reserved attribute.
withReserved1(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the reserved1 attribute.
withReserved2(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the reserved2 attribute.
withReserved3(UnsignedInteger) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a present value for the optional reserved3 attribute.
withReserved3(Optional<UnsignedInteger>) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting an optional value for the reserved3 attribute.
withResolver(BuildRuleResolver) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the resolver attribute.
withResolver(BuildRuleResolver) - Method in class com.facebook.buck.rules.ActionGraphAndResolver
Copy the current immutable object by setting a value for the resolver attribute.
withResourceAwareSchedulingEnabled(boolean) - Method in class com.facebook.buck.rules.ResourceAwareSchedulingInfo
Copy the current immutable object by setting a value for the resourceAwareSchedulingEnabled attribute.
withResourceDetails(AndroidPackageableCollection.ResourceDetails) - Method in class com.facebook.buck.android.AndroidPackageableCollection
Copy the current immutable object by setting a value for the resourceDetails attribute.
withResourceDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourceDirectories.
withResourceDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourceDirectories.
withResourceDirs(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceDirs.
withResourceDirs(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceDirs.
withResourceFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceFiles.
withResourceFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceFiles.
withResourcePaths(Path...) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of resourcePaths.
withResourcePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjModuleAndroidFacet
Copy the current immutable object with elements that replace the content of resourcePaths.
withResources(Map<? extends Path, ? extends SourcePath>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by replacing the resources map with the specified map.
withResources(ResourceAmounts) - Method in class com.facebook.buck.util.concurrent.ListeningSemaphoreArrayPendingItem
Copy the current immutable object by setting a value for the resources attribute.
withResourcesPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the resourcesPath attribute.
withResourcesWithEmptyResButNonEmptyAssetsDir(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourcesWithEmptyResButNonEmptyAssetsDir.
withResourcesWithEmptyResButNonEmptyAssetsDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourcesWithEmptyResButNonEmptyAssetsDir.
withResourcesWithNonEmptyResDir(BuildTarget...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourcesWithNonEmptyResDir.
withResourcesWithNonEmptyResDir(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of resourcesWithNonEmptyResDir.
withResourceVariantFiles(SourcePath...) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceVariantFiles.
withResourceVariantFiles(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.apple.AppleBundleResources
Copy the current immutable object with elements that replace the content of resourceVariantFiles.
withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object by setting a value for the responseSizeBytes attribute.
withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting a present value for the optional responseSizeBytes attribute.
withResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventFetchData
Copy the current immutable object by setting an optional value for the responseSizeBytes attribute.
withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object by setting a value for the responseSizeBytes attribute.
withResponseSizeBytes(long) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object by setting a value for the responseSizeBytes attribute.
withResponseSizeBytes(long) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting a present value for the optional responseSizeBytes attribute.
withResponseSizeBytes(Optional<Long>) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting an optional value for the responseSizeBytes attribute.
withResults(Map<? extends BuildRule, ? extends Optional<BuildResult>>) - Method in class com.facebook.buck.command.BuildExecutionResult
Copy the current immutable object by replacing the results map with the specified map.
withRevisionIdOffTracked(String) - Method in class com.facebook.buck.rage.SourceControlInfo
Copy the current immutable object by setting a present value for the optional revisionIdOffTracked attribute.
withRevisionIdOffTracked(Optional<String>) - Method in class com.facebook.buck.rage.SourceControlInfo
Copy the current immutable object by setting an optional value for the revisionIdOffTracked attribute.
withRobolectricLogPath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional robolectricLogPath attribute.
withRobolectricLogPath(Optional<Path>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the robolectricLogPath attribute.
withRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxHeadersDir
Copy the current immutable object by setting a value for the root attribute.
withRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSandboxInclude
Copy the current immutable object by setting a value for the root attribute.
withRoot(SourcePath) - Method in class com.facebook.buck.cxx.CxxSymlinkTreeHeaders
Copy the current immutable object by setting a value for the root attribute.
withRoot(SourcePath) - Method in class com.facebook.buck.rules.args.GlobArg
Copy the current immutable object by setting a value for the root attribute.
withRootCell(Cell) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the rootCell attribute.
withRoots(Map<? extends BuildTarget, ? extends OmnibusRoot>) - Method in class com.facebook.buck.cxx.OmnibusLibraries
Copy the current immutable object by replacing the roots map with the specified map.
withRotateLog(boolean) - Method in class com.facebook.buck.log.LogConfigSetup
Copy the current immutable object by setting a value for the rotateLog attribute.
withRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a value for the ruleFinder attribute.
withRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the ruleFinder attribute.
withRuleFinder(SourcePathRuleFinder) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the ruleFinder attribute.
withRuleFlags(String...) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Copy the current immutable object with elements that replace the content of ruleFlags.
withRuleFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.ExplicitCxxToolFlags
Copy the current immutable object with elements that replace the content of ruleFlags.
withRuleFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.IterableCxxToolFlags
Copy the current immutable object by setting a value for the ruleFlags attribute.
withRuleKey(String) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting a present value for the optional ruleKey attribute.
withRuleKey(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting an optional value for the ruleKey attribute.
withRuleKey(RuleKey) - Method in class com.facebook.buck.rules.BuildRuleKeys
Copy the current immutable object by setting a value for the ruleKey attribute.
withRuleKeyLoggerLogFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting a present value for the optional ruleKeyLoggerLogFile attribute.
withRuleKeyLoggerLogFile(Optional<Path>) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting an optional value for the ruleKeyLoggerLogFile attribute.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.ArtifactInfo
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.FetchResponseReadResult
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.MetadataAndPayloadReadResultInternal
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(RuleKey...) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleKeys(Iterable<? extends RuleKey>) - Method in class com.facebook.buck.artifact_cache.StoreResponseReadResult
Copy the current immutable object with elements that replace the content of ruleKeys.
withRuleResolver(BuildRuleResolver) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the ruleResolver attribute.
withRuleResolver(BuildRuleResolver) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the ruleResolver attribute.
withRules(BuildTarget...) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of rules.
withRules(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.cxx.CxxPreprocessorInput
Copy the current immutable object with elements that replace the content of rules.
withRules(BuildRule...) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object with elements that replace the content of rules.
withRules(Iterable<? extends BuildRule>) - Method in class com.facebook.buck.ocaml.OcamlGeneratedBuildRules
Copy the current immutable object with elements that replace the content of rules.
withRunAllTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the runAllTests attribute.
withRunId(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
Copy the current immutable object by setting a value for the runId attribute.
withRuntimeLdflags(Multimap<? extends Linker.LinkableDepType, ? extends String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by replacing the runtimeLdflags map with the specified map.
withSafeAnnotationProcessors(String...) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of safeAnnotationProcessors.
withSafeAnnotationProcessors(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object with elements that replace the content of safeAnnotationProcessors.
withSampleRate(float) - Method in class com.facebook.buck.util.SampleRate
Copy the current immutable object by setting a value for the sampleRate attribute.
withSandboxTree(SymlinkTree) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting a present value for the optional sandboxTree attribute.
withSandboxTree(Optional<SymlinkTree>) - Method in class com.facebook.buck.cxx.CxxSourceRuleFactory
Copy the current immutable object by setting an optional value for the sandboxTree attribute.
withSchedulerService(ScheduledExecutorService) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object by setting a value for the schedulerService attribute.
withScheduleType(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the scheduleType attribute.
withScope(IjDependencyListBuilder.Scope) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntryData
Copy the current immutable object by setting a value for the scope attribute.
withSdkName(String) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting a present value for the optional sdkName attribute.
withSdkName(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting an optional value for the sdkName attribute.
withSdkPath(Path) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object by setting a value for the sdkPath attribute.
withSdkType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting a present value for the optional sdkType attribute.
withSdkType(Optional<String>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object by setting an optional value for the sdkType attribute.
withSection(String) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting a value for the section attribute.
withSection(String) - Method in class com.facebook.buck.cxx.ElfSymbolTableScrubberStep
Copy the current immutable object by setting a value for the section attribute.
withSections(String...) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Copy the current immutable object with elements that replace the content of sections.
withSections(Iterable<String>) - Method in class com.facebook.buck.cxx.ElfExtractSectionsStep
Copy the current immutable object with elements that replace the content of sections.
withSectname(String) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the sectname attribute.
withSegname(String) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the segname attribute.
withSegname(String) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the segname attribute.
withSequenceNumber(int) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object by setting a value for the sequenceNumber attribute.
withServer(URI) - Method in class com.facebook.buck.slb.LoadBalancedServiceEventData
Copy the current immutable object by setting a value for the server attribute.
withServer(URI) - Method in class com.facebook.buck.slb.PerServerData
Copy the current immutable object by setting a value for the server attribute.
withServer(URI) - Method in class com.facebook.buck.slb.PerServerPingData
Copy the current immutable object by setting a value for the server attribute.
withServerPool(URI...) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object with elements that replace the content of serverPool.
withServerPool(Iterable<? extends URI>) - Method in class com.facebook.buck.slb.ClientSideSlbConfig
Copy the current immutable object with elements that replace the content of serverPool.
withServerUnhealthy(boolean) - Method in class com.facebook.buck.slb.PerServerData
Copy the current immutable object by setting a value for the serverUnhealthy attribute.
withService(HttpService) - Method in class com.facebook.buck.slb.ThriftOverHttpServiceConfig
Copy the current immutable object by setting a value for the service attribute.
withSharedLibraryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the sharedLibraryExtension attribute.
withSharedLibraryInterfaceFactory(SharedLibraryInterfaceFactory) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a present value for the optional sharedLibraryInterfaceFactory attribute.
withSharedLibraryInterfaceFactory(Optional<SharedLibraryInterfaceFactory>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting an optional value for the sharedLibraryInterfaceFactory attribute.
withSharedLibraryVersionedExtensionFormat(String) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the sharedLibraryVersionedExtensionFormat attribute.
withShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the shouldExplainTestSelectorList attribute.
withShouldExplainTestSelectorList(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the shouldExplainTestSelectorList attribute.
withShouldReportAbsolutePaths(boolean) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the shouldReportAbsolutePaths attribute.
withShufflingTests(boolean) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the shufflingTests attribute.
withSimulatorState(AppleSimulatorState) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Copy the current immutable object by setting a value for the simulatorState attribute.
withSize(UnsignedInteger) - Method in class com.facebook.buck.macho.FatArch
Copy the current immutable object by setting a value for the size attribute.
withSize(UnsignedLong) - Method in class com.facebook.buck.macho.Section
Copy the current immutable object by setting a value for the size attribute.
withSize(long) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting a value for the size attribute.
withSizeofcmds(UnsignedInteger) - Method in class com.facebook.buck.macho.MachoHeader
Copy the current immutable object by setting a value for the sizeofcmds attribute.
withSoname(String) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Copy the current immutable object by setting a present value for the optional soname attribute.
withSoname(Optional<String>) - Method in class com.facebook.buck.android.MergedNativeLibraryConstituents
Copy the current immutable object by setting an optional value for the soname attribute.
withSoname(String) - Method in class com.facebook.buck.cxx.OmnibusLibrary
Copy the current immutable object by setting a value for the soname attribute.
withSonameMapping(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.NativeLibraryMergeEnhancementResult
Copy the current immutable object by setting a value for the sonameMapping attribute.
withSonameMergeMap(ImmutableSortedMap<String, String>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting a present value for the optional sonameMergeMap attribute.
withSonameMergeMap(Optional<ImmutableSortedMap<String, String>>) - Method in class com.facebook.buck.android.AndroidNativeLibsGraphEnhancementResult
Copy the current immutable object by setting an optional value for the sonameMergeMap attribute.
withSortOrder(IjDependencyListBuilder.SortOrder) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
Copy the current immutable object by setting a value for the sortOrder attribute.
withSource(String) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
Copy the current immutable object by setting a value for the source attribute.
withSource(SourcePath) - Method in class com.facebook.buck.rules.coercer.OcamlSource
Copy the current immutable object by setting a value for the source attribute.
withSourceControlInfo(SourceControlInfo) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting a present value for the optional sourceControlInfo attribute.
withSourceControlInfo(Optional<SourceControlInfo>) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting an optional value for the sourceControlInfo attribute.
withSourceFlags(String...) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Copy the current immutable object with elements that replace the content of sourceFlags.
withSourceFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Copy the current immutable object with elements that replace the content of sourceFlags.
withSourceGroup(List<GroupedSource>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourceGroup attribute.
withSourceGroup(Optional<List<GroupedSource>>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourceGroup attribute.
withSourceGroupName(String) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourceGroupName attribute.
withSourceGroupName(Optional<String>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourceGroupName attribute.
withSourceGroupPathRelativeToTarget(Path) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourceGroupPathRelativeToTarget attribute.
withSourceGroupPathRelativeToTarget(Optional<Path>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourceGroupPathRelativeToTarget attribute.
withSourceJar(Path) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object by setting a present value for the optional sourceJar attribute.
withSourceJar(Optional<Path>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object by setting an optional value for the sourceJar attribute.
withSourceLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the sourceLevel attribute.
withSourcePath(SourcePath) - Method in class com.facebook.buck.android.StrippedObjectDescription
Copy the current immutable object by setting a value for the sourcePath attribute.
withSourcePath(SourcePath) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourcePath attribute.
withSourcePath(Optional<SourcePath>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourcePath attribute.
withSourcePath(SourcePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting a present value for the optional sourcePath attribute.
withSourcePath(Optional<SourcePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting an optional value for the sourcePath attribute.
withSourcePath(SourcePath) - Method in class com.facebook.buck.rules.SourceWithFlags
Copy the current immutable object by setting a value for the sourcePath attribute.
withSourcePathArg(SourcePathArg) - Static method in class com.facebook.buck.rules.args.FileListableLinkerInputArg
 
withSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a value for the sourcePathResolver attribute.
withSourcePathResolver(SourcePathResolver) - Method in class com.facebook.buck.rules.BuildContext
Copy the current immutable object by setting a value for the sourcePathResolver attribute.
withSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
Copy the current immutable object with elements that replace the content of sourcePaths.
withSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.CxxCompilationDatabaseDependencies
Copy the current immutable object with elements that replace the content of sourcePaths.
withSourcePaths(SourcePath...) - Method in class com.facebook.buck.cxx.FrameworkDependencies
Copy the current immutable object with elements that replace the content of sourcePaths.
withSourcePaths(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.cxx.FrameworkDependencies
Copy the current immutable object with elements that replace the content of sourcePaths.
withSources(SourcePath...) - Method in class com.facebook.buck.d.DIncludes
Copy the current immutable object with elements that replace the content of sources.
withSources(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.d.DIncludes
Copy the current immutable object with elements that replace the content of sources.
withSourcesSet(Map.Entry<String, CxxSource>...) - Method in class com.facebook.buck.cxx.CxxSourceSet
Copy the current immutable object with elements that replace the content of sourcesSet.
withSourcesSet(Iterable<? extends Map.Entry<String, CxxSource>>) - Method in class com.facebook.buck.cxx.CxxSourceSet
Copy the current immutable object with elements that replace the content of sourcesSet.
withSourceToBootclasspath(Map<String, ? extends String>) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by replacing the sourceToBootclasspath map with the specified map.
withSourceTreePath(SourceTreePath) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting a present value for the optional sourceTreePath attribute.
withSourceTreePath(Optional<SourceTreePath>) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting an optional value for the sourceTreePath attribute.
withSourceType(AbstractCxxSource.Type) - Method in class com.facebook.buck.cxx.PreprocessorDelegateCacheKey
Copy the current immutable object by setting a value for the sourceType attribute.
withSourceWithFlags(SourceWithFlags) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a present value for the optional sourceWithFlags attribute.
withSourceWithFlags(Optional<SourceWithFlags>) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting an optional value for the sourceWithFlags attribute.
withSpoolMode(AbstractJavacOptions.SpoolMode) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the spoolMode attribute.
withStackTrace(BuildFileParseExceptionStackTraceEntry...) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object with elements that replace the content of stackTrace.
withStackTrace(Iterable<? extends BuildFileParseExceptionStackTraceEntry>) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object with elements that replace the content of stackTrace.
withStampedeBuildId(BuildId) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a present value for the optional stampedeBuildId attribute.
withStampedeBuildId(Optional<BuildId>) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting an optional value for the stampedeBuildId attribute.
withStart(BuckEventExternalInterface) - Method in class com.facebook.buck.event.listener.EventPair
Copy the current immutable object by setting a present value for the optional start attribute.
withStart(Optional<BuckEventExternalInterface>) - Method in class com.facebook.buck.event.listener.EventPair
Copy the current immutable object by setting an optional value for the start attribute.
withStarter(SourcePath) - Method in class com.facebook.buck.lua.LuaBinaryPackageComponents
Copy the current immutable object by setting a value for the starter attribute.
withStartIndex(int) - Method in class com.facebook.buck.model.MacroMatchResult
Copy the current immutable object by setting a value for the startIndex attribute.
withStartupArgs(String) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object by setting a value for the startupArgs attribute.
withStartupCommand(String...) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object with elements that replace the content of startupCommand.
withStartupCommand(Iterable<String>) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object with elements that replace the content of startupCommand.
withStartupEnvironment(Map<String, ? extends String>) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object by replacing the startupEnvironment map with the specified map.
withState(DistBuildState) - Method in class com.facebook.buck.distributed.DistBuildExecutorArgs
Copy the current immutable object by setting a value for the state attribute.
withStaticLibraryExtension(String) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the staticLibraryExtension attribute.
withStatus(BuildStatus) - Method in class com.facebook.buck.distributed.DistBuildStatus
Copy the current immutable object by setting a value for the status attribute.
withStatus(AbstractDoctorSuggestion.StepStatus) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Copy the current immutable object by setting a value for the status attribute.
withStdErr(PrintStream) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the stdErr attribute.
withStderr(String) - Method in class com.facebook.buck.shell.WorkerJobResult
Copy the current immutable object by setting a present value for the optional stderr attribute.
withStderr(Optional<String>) - Method in class com.facebook.buck.shell.WorkerJobResult
Copy the current immutable object by setting an optional value for the stderr attribute.
withStderr(String) - Method in class com.facebook.buck.step.StepExecutionResult
Copy the current immutable object by setting a present value for the optional stderr attribute.
withStderr(Optional<String>) - Method in class com.facebook.buck.step.StepExecutionResult
Copy the current immutable object by setting an optional value for the stderr attribute.
withStdErrLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional stdErrLogLevel attribute.
withStdErrLogLevel(Optional<Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the stdErrLogLevel attribute.
withStdErrPath(Path) - Method in class com.facebook.buck.shell.WorkerProcessCommand
Copy the current immutable object by setting a value for the stdErrPath attribute.
withStdIn(InputStream) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the stdIn attribute.
withStdout(String) - Method in class com.facebook.buck.shell.WorkerJobResult
Copy the current immutable object by setting a present value for the optional stdout attribute.
withStdout(Optional<String>) - Method in class com.facebook.buck.shell.WorkerJobResult
Copy the current immutable object by setting an optional value for the stdout attribute.
withStdOutLogLevel(Level) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional stdOutLogLevel attribute.
withStdOutLogLevel(Optional<Level>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the stdOutLogLevel attribute.
withStdOutPath(Path) - Method in class com.facebook.buck.shell.WorkerProcessCommand
Copy the current immutable object by setting a value for the stdOutPath attribute.
withSteps(Step...) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object with elements that replace the content of steps.
withSteps(Iterable<? extends Step>) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object with elements that replace the content of steps.
withStoreClient(HttpService) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a value for the storeClient attribute.
withStream(String) - Method in class com.facebook.buck.event.listener.RunIdStreamPair
Copy the current immutable object by setting a value for the stream attribute.
withStrip(Tool) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the strip attribute.
withStripFlags(String...) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of stripFlags.
withStripFlags(Iterable<String>) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object with elements that replace the content of stripFlags.
withStrippedObjectName(String) - Method in class com.facebook.buck.android.StrippedObjectDescription
Copy the current immutable object by setting a value for the strippedObjectName attribute.
withStroff(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the stroff attribute.
withStrsize(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the strsize attribute.
withStubBinary(Path) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional stubBinary attribute.
withStubBinary(Optional<Path>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the stubBinary attribute.
withStubBinaryPath(Path) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a present value for the optional stubBinaryPath attribute.
withStubBinaryPath(Optional<Path>) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting an optional value for the stubBinaryPath attribute.
withSubCommand(String) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the subCommand attribute.
withSubjectCommonName(String) - Method in class com.facebook.buck.apple.CodeSignIdentity
Copy the current immutable object by setting a value for the subjectCommonName attribute.
withSuggestion(String) - Method in class com.facebook.buck.doctor.config.DoctorSuggestion
Copy the current immutable object by setting a value for the suggestion attribute.
withSuggestions(DoctorSuggestion...) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Copy the current immutable object with elements that replace the content of suggestions.
withSuggestions(Iterable<? extends DoctorSuggestion>) - Method in class com.facebook.buck.doctor.config.DoctorEndpointResponse
Copy the current immutable object with elements that replace the content of suggestions.
withSuperConsoleEnabled(boolean) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the superConsoleEnabled attribute.
withSupportedArchitectures(String...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Copy the current immutable object with elements that replace the content of supportedArchitectures.
withSupportedArchitectures(Iterable<String>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Copy the current immutable object with elements that replace the content of supportedArchitectures.
withSupportedProductFamilyIDs(int...) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Copy the current immutable object with elements that replace the content of supportedProductFamilyIDs.
withSupportedProductFamilyIDs(Iterable<Integer>) - Method in class com.facebook.buck.apple.simulator.AppleSimulatorProfile
Copy the current immutable object with elements that replace the content of supportedProductFamilyIDs.
withSwift(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object by setting a value for the swift attribute.
withSwiftName(String) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting a present value for the optional swiftName attribute.
withSwiftName(Optional<String>) - Method in class com.facebook.buck.apple.ApplePlatform
Copy the current immutable object by setting an optional value for the swiftName attribute.
withSwiftPlatform(SwiftPlatform) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional swiftPlatform attribute.
withSwiftPlatform(Optional<SwiftPlatform>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the swiftPlatform attribute.
withSwiftRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftRuntimePaths.
withSwiftRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftRuntimePaths.
withSwiftStaticRuntimePaths(Path...) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftStaticRuntimePaths.
withSwiftStaticRuntimePaths(Iterable<? extends Path>) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object with elements that replace the content of swiftStaticRuntimePaths.
withSwiftStdlibTool(Tool) - Method in class com.facebook.buck.swift.SwiftPlatform
Copy the current immutable object by setting a value for the swiftStdlibTool attribute.
withSymbolNameTool(SymbolNameTool) - Method in class com.facebook.buck.cxx.CxxPlatform
Copy the current immutable object by setting a value for the symbolNameTool attribute.
withSymoff(UnsignedInteger) - Method in class com.facebook.buck.macho.SymTabCommand
Copy the current immutable object by setting a value for the symoff attribute.
withSyntaxError(BuildFileSyntaxError) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object by setting a present value for the optional syntaxError attribute.
withSyntaxError(Optional<BuildFileSyntaxError>) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object by setting an optional value for the syntaxError attribute.
withSystemMemory(long) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the systemMemory attribute.
withTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterInfo
Copy the current immutable object by replacing the tags map with the specified map.
withTags(Map<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot
Copy the current immutable object by replacing the tags map with the specified map.
withTagSets(Multimap<String, ? extends String>) - Method in class com.facebook.buck.counters.CounterSnapshot
Copy the current immutable object by replacing the tagSets map with the specified map.
withTarget(BuildTarget) - Method in class com.facebook.buck.lua.LuaScriptStarter
Copy the current immutable object by setting a value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.lua.NativeExecutableStarter
Copy the current immutable object by setting a value for the target attribute.
withTarget(BuildTarget) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object by setting a value for the target attribute.
withTargetAppPlatform(String) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the targetAppPlatform attribute.
withTargetArch(NdkCxxPlatforms.TargetArch) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the targetArch attribute.
withTargetArchAbi(NdkCxxPlatforms.TargetArchAbi) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the targetArchAbi attribute.
withTargetConstructorArgDepsAndSelectedVerisons(BuildTarget, T, ImmutableSet<BuildTarget>, ImmutableSet<BuildTarget>, Optional<ImmutableMap<BuildTarget, Version>>) - Method in class com.facebook.buck.rules.TargetNode
 
withTargetCpuType(NdkCxxPlatforms.TargetCpuType) - Method in class com.facebook.buck.android.StrippedObjectDescription
Copy the current immutable object by setting a value for the targetCpuType attribute.
withTargetDevice(TargetDevice) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a present value for the optional targetDevice attribute.
withTargetDevice(Optional<TargetDevice>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting an optional value for the targetDevice attribute.
withTargetDeviceOptions(TargetDeviceOptions) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a present value for the optional targetDeviceOptions attribute.
withTargetDeviceOptions(Optional<TargetDeviceOptions>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting an optional value for the targetDeviceOptions attribute.
withTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndBuildTargets
Copy the current immutable object by setting a value for the targetGraph attribute.
withTargetGraph(TargetGraph) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
Copy the current immutable object by setting a value for the targetGraph attribute.
withTargetGraphAndBuildTargets(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.CachedVersionedTargetGraph
Copy the current immutable object by setting a value for the targetGraphAndBuildTargets attribute.
withTargetGraphAndBuildTargets(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Copy the current immutable object by setting a value for the targetGraphAndBuildTargets attribute.
withTargetGraphAndBuildTargets(TargetGraphAndBuildTargets) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Copy the current immutable object by setting a value for the targetGraphAndBuildTargets attribute.
withTargetHash(String) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting a present value for the optional targetHash attribute.
withTargetHash(Optional<String>) - Method in class com.facebook.buck.cli.ShowOptions
Copy the current immutable object by setting an optional value for the targetHash attribute.
withTargetLevel(String) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the targetLevel attribute.
withTargetNodes(Iterable<TargetNode<?, ?>>) - Method in class com.facebook.buck.rules.TargetGraphAndTargetNodes
Copy the current immutable object by setting a value for the targetNodes attribute.
withTargets(TargetNode<?, ?>...) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object with elements that replace the content of targets.
withTargets(Iterable<? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.jvm.java.intellij.IjLibrary
Copy the current immutable object with elements that replace the content of targets.
withTargets(TargetNode<?, ?>...) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object with elements that replace the content of targets.
withTargets(Iterable<? extends TargetNode<?, ?>>) - Method in class com.facebook.buck.jvm.java.intellij.IjModule
Copy the current immutable object with elements that replace the content of targets.
withTargetSdkVersion(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional targetSdkVersion attribute.
withTargetSdkVersion(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the targetSdkVersion attribute.
withTempDir(Path) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object by setting a value for the tempDir attribute.
withTest(TestRule) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object by setting a value for the test attribute.
withTestCases(TestCaseSummary...) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of testCases.
withTestCases(Iterable<? extends TestCaseSummary>) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of testCases.
withTestClasses(String...) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object with elements that replace the content of testClasses.
withTestClasses(Iterable<String>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object with elements that replace the content of testClasses.
withTestFilter(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a present value for the optional testFilter attribute.
withTestFilter(Optional<String>) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting an optional value for the testFilter attribute.
withTestHostApp(AppleBundle) - Method in class com.facebook.buck.apple.TestHostInfo
Copy the current immutable object by setting a value for the testHostApp attribute.
withTestHostAppBinarySourcePath(SourcePath) - Method in class com.facebook.buck.apple.TestHostInfo
Copy the current immutable object by setting a value for the testHostAppBinarySourcePath attribute.
withTestLogPaths(Path...) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of testLogPaths.
withTestLogPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object with elements that replace the content of testLogPaths.
withTestPackage(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the testPackage attribute.
withTestReportingCallback(TestRule.TestReportingCallback) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object by setting a value for the testReportingCallback attribute.
withTestResultCacheMode(AbstractTestRunningOptions.TestResultCacheMode) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the testResultCacheMode attribute.
withTestResultsCallable(Callable<TestResults>) - Method in class com.facebook.buck.cli.TestRun
Copy the current immutable object by setting a value for the testResultsCallable attribute.
withTestRunner(String) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the testRunner attribute.
withTestRunnerClasspath(Path) - Method in class com.facebook.buck.android.AndroidInstrumentationTestJVMArgs
Copy the current immutable object by setting a value for the testRunnerClasspath attribute.
withTestRunnerClasspath(Path) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the testRunnerClasspath attribute.
withTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a present value for the optional testSelectorList attribute.
withTestSelectorList(Optional<TestSelectorList>) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting an optional value for the testSelectorList attribute.
withTestSelectorList(TestSelectorList) - Method in class com.facebook.buck.test.TestRunningOptions
Copy the current immutable object by setting a value for the testSelectorList attribute.
withTestType(TestType) - Method in class com.facebook.buck.jvm.java.JUnitJvmArgs
Copy the current immutable object by setting a value for the testType attribute.
withText(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionStackTraceEntry
Copy the current immutable object by setting a value for the text attribute.
withText(String) - Method in class com.facebook.buck.json.BuildFileSyntaxError
Copy the current immutable object by setting a value for the text attribute.
withThinTargets(BuildTarget...) - Method in class com.facebook.buck.apple.MultiarchFileInfo
Copy the current immutable object with elements that replace the content of thinTargets.
withThinTargets(Iterable<? extends BuildTarget>) - Method in class com.facebook.buck.apple.MultiarchFileInfo
Copy the current immutable object with elements that replace the content of thinTargets.
withThreadId(long) - Method in class com.facebook.buck.i18n.NumberFormatterCacheKey
Copy the current immutable object by setting a value for the threadId attribute.
withThriftEndpointPath(String) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting a present value for the optional thriftEndpointPath attribute.
withThriftEndpointPath(Optional<String>) - Method in class com.facebook.buck.artifact_cache.NetworkCacheArgs
Copy the current immutable object by setting an optional value for the thriftEndpointPath attribute.
withTimeoutSeconds(int) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the timeoutSeconds attribute.
withTimestamp(long) - Method in class com.facebook.buck.event.listener.ProxyBuckEvent
Copy the current immutable object by setting a value for the timestamp attribute.
withTimestampMillis(long) - Method in class com.facebook.buck.log.InvocationInfo
Copy the current immutable object by setting a value for the timestampMillis attribute.
withTimestampMillis(long) - Method in class com.facebook.buck.test.TestStatusMessage
Copy the current immutable object by setting a value for the timestampMillis attribute.
withToolchain(NdkCxxPlatforms.Toolchain) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the toolchain attribute.
withToolchainPaths(Path...) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object with elements that replace the content of toolchainPaths.
withToolchainPaths(Iterable<? extends Path>) - Method in class com.facebook.buck.apple.AppleSdkPaths
Copy the current immutable object with elements that replace the content of toolchainPaths.
withToolchains(AppleToolchain...) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object with elements that replace the content of toolchains.
withToolchains(Iterable<? extends AppleToolchain>) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object with elements that replace the content of toolchains.
withToolchainTarget(NdkCxxPlatforms.ToolchainTarget) - Method in class com.facebook.buck.android.NdkCxxPlatformTargetConfiguration
Copy the current immutable object by setting a value for the toolchainTarget attribute.
withTotalNumberOfTests(int) - Method in class com.facebook.buck.test.TestResults
Copy the current immutable object by setting a value for the totalNumberOfTests attribute.
withTraceFile(Path) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting a present value for the optional traceFile attribute.
withTraceFile(Optional<Path>) - Method in class com.facebook.buck.rage.BuildLogEntry
Copy the current immutable object by setting an optional value for the traceFile attribute.
withTrackClassUsageNotDisabled(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the trackClassUsageNotDisabled attribute.
withType(AbstractNdkCxxPlatformCompiler.Type) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractGroupedSource.Type) - Method in class com.facebook.buck.apple.GroupedSource
Copy the current immutable object by setting a value for the type attribute.
withType(CacheResultType) - Method in class com.facebook.buck.artifact_cache.CacheResult
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractCxxSource.Type) - Method in class com.facebook.buck.cxx.CxxSource
Copy the current immutable object by setting a value for the type attribute.
withType(CxxToolProvider.Type) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
Copy the current immutable object by setting a present value for the optional type attribute.
withType(Optional<CxxToolProvider.Type>) - Method in class com.facebook.buck.cxx.CxxToolProviderParams
Copy the current immutable object by setting an optional value for the type attribute.
withType(Linker.LinkType) - Method in class com.facebook.buck.cxx.NativeLinkTargetMode
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object by setting a value for the type attribute.
withType(IjDependencyListBuilder.Type) - Method in class com.facebook.buck.jvm.java.intellij.DependencyEntry
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractFrameworkPath.Type) - Method in class com.facebook.buck.rules.coercer.FrameworkPath
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractSourceList.Type) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractSourceWithFlagsList.Type) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting a value for the type attribute.
withType(String) - Method in class com.facebook.buck.rules.ExternalTestRunnerTestSpec
Copy the current immutable object by setting a value for the type attribute.
withType(AbstractHashCodeAndFileType.Type) - Method in class com.facebook.buck.util.cache.HashCodeAndFileType
Copy the current immutable object by setting a value for the type attribute.
withType(VersionedTargetGraphCache.ResultType) - Method in class com.facebook.buck.versions.VersionedTargetGraphCacheResult
Copy the current immutable object by setting a value for the type attribute.
withUdid(String) - Method in class com.facebook.buck.apple.simulator.AppleSimulator
Copy the current immutable object by setting a value for the udid attribute.
withUnflavoredBuildTarget(UnflavoredBuildTarget) - Method in class com.facebook.buck.model.BuildTarget
Copy the current immutable object by setting a value for the unflavoredBuildTarget attribute.
withUnnamedSources(ImmutableSortedSet<SourcePath>) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting a present value for the optional unnamedSources attribute.
withUnnamedSources(Optional<ImmutableSortedSet<SourcePath>>) - Method in class com.facebook.buck.rules.coercer.SourceList
Copy the current immutable object by setting an optional value for the unnamedSources attribute.
withUnnamedSources(ImmutableSortedSet<SourceWithFlags>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting a present value for the optional unnamedSources attribute.
withUnnamedSources(Optional<ImmutableSortedSet<SourceWithFlags>>) - Method in class com.facebook.buck.rules.coercer.SourceWithFlagsList
Copy the current immutable object by setting an optional value for the unnamedSources attribute.
withUrl(URI) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by setting a value for the url attribute.
withUrl(String) - Method in class com.facebook.buck.jvm.java.intellij.ContentRoot
Copy the current immutable object by setting a value for the url attribute.
withUrl(String) - Method in class com.facebook.buck.jvm.java.intellij.IjSourceFolder
Copy the current immutable object by setting a value for the url attribute.
withUsedClassesFileWriter(ClassUsageFileWriter) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the usedClassesFileWriter attribute.
withUseMercurialGlob(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the useMercurialGlob attribute.
withUser(String) - Method in class com.facebook.buck.util.environment.BuildEnvironmentDescription
Copy the current immutable object by setting a value for the user attribute.
withUserIssueDescription(String) - Method in class com.facebook.buck.rage.UserReport
Copy the current immutable object by setting a value for the userIssueDescription attribute.
withUserLocalConfiguration(UserLocalConfiguration) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting a value for the userLocalConfiguration attribute.
withUserReport(UserReport) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting a present value for the optional userReport attribute.
withUserReport(Optional<UserReport>) - Method in class com.facebook.buck.rage.DefectReport
Copy the current immutable object by setting an optional value for the userReport attribute.
withUseWatchmanGlob(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the useWatchmanGlob attribute.
withUUID(String) - Method in class com.facebook.buck.apple.ProvisioningProfileMetadata
Copy the current immutable object by setting a value for the uUID attribute.
withUuid(UUID) - Method in class com.facebook.buck.macho.UUIDCommand
Copy the current immutable object by setting a value for the uuid attribute.
withValue(String) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting a present value for the optional value attribute.
withValue(Optional<String>) - Method in class com.facebook.buck.cli.ConfigValue
Copy the current immutable object by setting an optional value for the value attribute.
withValue(long) - Method in class com.facebook.buck.event.EventKey
Copy the current immutable object by setting a value for the value attribute.
withValue(String) - Method in class com.facebook.buck.event.PerfEventId
Copy the current immutable object by setting a value for the value attribute.
withValue(String) - Method in class com.facebook.buck.json.BuildFileParseExceptionData
Copy the current immutable object by setting a value for the value attribute.
withValue(int) - Method in class com.facebook.buck.jvm.java.intellij.SimplificationLimit
Copy the current immutable object by setting a value for the value attribute.
withValue(boolean) - Method in class com.facebook.buck.parser.SpeculativeParsing
Copy the current immutable object by setting a value for the value attribute.
withValue(String) - Method in class com.facebook.buck.rules.coercer.BuildConfigFields.Field
Copy the current immutable object by setting a value for the value attribute.
withValues(Map<String, ? extends ImmutableMap<String, String>>) - Method in class com.facebook.buck.config.RawConfig
Copy the current immutable object by replacing the values map with the specified map.
withValues(Map<String, ? extends Long>) - Method in class com.facebook.buck.counters.CounterSnapshot
Copy the current immutable object by replacing the values map with the specified map.
withValues(Map<String, Object>...) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object with elements that replace the content of values.
withValues(Iterable<? extends Map<String, Object>>) - Method in class com.facebook.buck.json.BuildFilePythonResult
Copy the current immutable object with elements that replace the content of values.
withVerbose(boolean) - Method in class com.facebook.buck.jvm.java.JavacOptions
Copy the current immutable object by setting a value for the verbose attribute.
withVerbosity(Verbosity) - Method in class com.facebook.buck.jvm.java.JavacExecutionContext
Copy the current immutable object by setting a value for the verbosity attribute.
withVerificationErrors(String...) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Copy the current immutable object with elements that replace the content of verificationErrors.
withVerificationErrors(Iterable<String>) - Method in class com.facebook.buck.util.cache.FileHashCacheVerificationResult
Copy the current immutable object with elements that replace the content of verificationErrors.
withVersion(String) - Method in class com.facebook.buck.android.NdkCxxPlatformCompiler
Copy the current immutable object by setting a value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.apple.AppleSdk
Copy the current immutable object by setting a value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.apple.AppleToolchain
Copy the current immutable object by setting a present value for the optional version attribute.
withVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleToolchain
Copy the current immutable object by setting an optional value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.haskell.HaskellPackageInfo
Copy the current immutable object by setting a value for the version attribute.
withVersion(String) - Method in class com.facebook.buck.rules.VersionedTool
Copy the current immutable object by setting a value for the version attribute.
withVersion(Version) - Method in class com.facebook.buck.versions.ExactConstraint
Copy the current immutable object by setting a value for the version attribute.
withVersionCode(int) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional versionCode attribute.
withVersionCode(Optional<Integer>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the versionCode attribute.
withVersionDomain(Map<? extends BuildTarget, ? extends ImmutableSet<Version>>) - Method in class com.facebook.buck.versions.VersionInfo
Copy the current immutable object by replacing the versionDomain map with the specified map.
withVersionedTargetGraphCache(VersionedTargetGraphCache) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a value for the versionedTargetGraphCache attribute.
withVersionName(String) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting a present value for the optional versionName attribute.
withVersionName(Optional<String>) - Method in class com.facebook.buck.rules.coercer.ManifestEntries
Copy the current immutable object by setting an optional value for the versionName attribute.
withVersions(Map<? extends BuildTarget, ? extends Version>) - Method in class com.facebook.buck.versions.VersionUniverse
Copy the current immutable object by replacing the versions map with the specified map.
withVersionString(String) - Method in class com.facebook.buck.jvm.java.JavacVersion
Copy the current immutable object by setting a value for the versionString attribute.
withVersionString(String) - Method in class com.facebook.buck.python.PythonVersion
Copy the current immutable object by setting a value for the versionString attribute.
withVersionUniverses(Map<String, ? extends VersionUniverse>) - Method in class com.facebook.buck.versions.VersionedTargetGraphInputs
Copy the current immutable object by replacing the versionUniverses map with the specified map.
withVisibility(HeaderVisibility) - Method in class com.facebook.buck.cxx.ImmutableCxxPreprocessorInputCacheKey
Copy the current immutable object by setting a value for the visibility attribute.
withVmaddr(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the vmaddr attribute.
withVmsize(UnsignedLong) - Method in class com.facebook.buck.macho.SegmentCommand
Copy the current immutable object by setting a value for the vmsize attribute.
withWasStoreSuccessful(boolean) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting a present value for the optional wasStoreSuccessful attribute.
withWasStoreSuccessful(Optional<Boolean>) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheEventStoreData
Copy the current immutable object by setting an optional value for the wasStoreSuccessful attribute.
withWatchAppPath(Path) - Method in class com.facebook.buck.apple.AppleBundleDestinations
Copy the current immutable object by setting a value for the watchAppPath attribute.
withWatchman(Watchman) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the watchman attribute.
withWatchmanDiagReport(Path) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
Copy the current immutable object by setting a present value for the optional watchmanDiagReport attribute.
withWatchmanDiagReport(Optional<Path>) - Method in class com.facebook.buck.rage.FileChangesIgnoredReport
Copy the current immutable object by setting an optional value for the watchmanDiagReport attribute.
withWatchmanGlobStatResults(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the watchmanGlobStatResults attribute.
withWatchmanQueryTimeoutMs(long) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a present value for the optional watchmanQueryTimeoutMs attribute.
withWatchmanQueryTimeoutMs(Optional<Long>) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting an optional value for the watchmanQueryTimeoutMs attribute.
withWatchmanUseGlobGenerator(boolean) - Method in class com.facebook.buck.json.ProjectBuildFileParserOptions
Copy the current immutable object by setting a value for the watchmanUseGlobGenerator attribute.
withWatchRoot(String) - Method in class com.facebook.buck.io.ProjectWatch
Copy the current immutable object by setting a value for the watchRoot attribute.
withWebServer(WebServer) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting a present value for the optional webServer attribute.
withWebServer(Optional<WebServer>) - Method in class com.facebook.buck.cli.CommandRunnerParams
Copy the current immutable object by setting an optional value for the webServer attribute.
withWhitelist(String...) - Method in class com.facebook.buck.cxx.HeaderVerification
Copy the current immutable object with elements that replace the content of whitelist.
withWhitelist(Iterable<String>) - Method in class com.facebook.buck.cxx.HeaderVerification
Copy the current immutable object with elements that replace the content of whitelist.
withWhitelistedStringDirectories(SourcePath...) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of whitelistedStringDirectories.
withWhitelistedStringDirectories(Iterable<? extends SourcePath>) - Method in class com.facebook.buck.android.AndroidPackageableCollection.ResourceDetails
Copy the current immutable object with elements that replace the content of whitelistedStringDirectories.
withWorkerHash(HashCode) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object by setting a present value for the optional workerHash attribute.
withWorkerHash(Optional<HashCode>) - Method in class com.facebook.buck.shell.WorkerJobParams
Copy the current immutable object by setting an optional value for the workerHash attribute.
withWorkerProcessPools(ConcurrentMap<String, WorkerProcessPool>) - Method in class com.facebook.buck.step.ExecutionContext
Copy the current immutable object by setting a value for the workerProcessPools attribute.
withWriteHeaders(Map<String, ? extends String>) - Method in class com.facebook.buck.artifact_cache.HttpCacheEntry
Copy the current immutable object by replacing the writeHeaders map with the specified map.
withXcodeBuildVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional xcodeBuildVersion attribute.
withXcodeBuildVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the xcodeBuildVersion attribute.
withXcodeVersion(String) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a present value for the optional xcodeVersion attribute.
withXcodeVersion(Optional<String>) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting an optional value for the xcodeVersion attribute.
withXctest(Tool) - Method in class com.facebook.buck.apple.AppleCxxPlatform
Copy the current immutable object by setting a value for the xctest attribute.
withYaccCompiler(Tool) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting a present value for the optional yaccCompiler attribute.
withYaccCompiler(Optional<Tool>) - Method in class com.facebook.buck.ocaml.OcamlBuildContext
Copy the current immutable object by setting an optional value for the yaccCompiler attribute.
withZipSafe(boolean) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by setting a present value for the optional zipSafe attribute.
withZipSafe(Optional<Boolean>) - Method in class com.facebook.buck.python.PythonPackageComponents
Copy the current immutable object by setting an optional value for the zipSafe attribute.
WorkAdvanceEvent - Interface in com.facebook.buck.event
Interface for events that are only sent out after there was some work done towards completing the current command.
WorkerJobParams - Class in com.facebook.buck.shell
Immutable implementation of AbstractWorkerJobParams.
WorkerJobResult - Class in com.facebook.buck.shell
Immutable implementation of AbstractWorkerJobResult.
WorkerMacroArg - Class in com.facebook.buck.rules.args
 
WorkerMacroArg(MacroHandler, BuildTarget, CellPathResolver, BuildRuleResolver, String) - Constructor for class com.facebook.buck.rules.args.WorkerMacroArg
 
WorkerMacroExpander - Class in com.facebook.buck.rules.macros
 
WorkerMacroExpander() - Constructor for class com.facebook.buck.rules.macros.WorkerMacroExpander
 
WorkerProcess - Class in com.facebook.buck.shell
 
WorkerProcess(ProcessExecutor, ProcessExecutorParams, ProjectFilesystem, Path) - Constructor for class com.facebook.buck.shell.WorkerProcess
Worker process is a process that stays alive and receives commands which describe jobs.
WorkerProcessCommand - Class in com.facebook.buck.shell
Immutable implementation of AbstractWorkerProcessCommand.
WorkerProcessPool - Class in com.facebook.buck.shell
 
WorkerProcessPool(int, HashCode) - Constructor for class com.facebook.buck.shell.WorkerProcessPool
 
WorkerProcessPoolFactory - Class in com.facebook.buck.shell
WorkerProcessPoolFactory class is designed to provide you an instance of WorkerProcessPool based on the params for the job that you provide.
WorkerProcessPoolFactory(ProjectFilesystem) - Constructor for class com.facebook.buck.shell.WorkerProcessPoolFactory
 
WorkerProcessProtocol - Interface in com.facebook.buck.shell
 
WorkerProcessProtocolZero - Class in com.facebook.buck.shell
 
WorkerProcessProtocolZero(ProcessExecutor, ProcessExecutor.LaunchedProcess, JsonWriter, JsonReader, Path) - Constructor for class com.facebook.buck.shell.WorkerProcessProtocolZero
 
WorkerShellStep - Class in com.facebook.buck.shell
 
WorkerShellStep(Optional<WorkerJobParams>, Optional<WorkerJobParams>, Optional<WorkerJobParams>, WorkerProcessPoolFactory) - Constructor for class com.facebook.buck.shell.WorkerShellStep
Creates new shell step that uses worker process to delegate work.
WorkerTool - Interface in com.facebook.buck.shell
 
WorkerToolDescription - Class in com.facebook.buck.shell
 
WorkerToolDescription(BuckConfig) - Constructor for class com.facebook.buck.shell.WorkerToolDescription
 
WorkerToolDescription.Arg - Class in com.facebook.buck.shell
 
workingDirectory - Variable in class com.facebook.buck.shell.ShellStep
If specified, working directory will be different from project root.
WorkspaceAndProjectGenerator - Class in com.facebook.buck.apple.project_generator
 
WorkspaceAndProjectGenerator(Cell, TargetGraph, XcodeWorkspaceConfigDescription.Arg, BuildTarget, Set<ProjectGenerator.Option>, boolean, boolean, ImmutableList<String>, ImmutableSet<UnflavoredBuildTarget>, boolean, ExecutableFinder, ImmutableMap<String, String>, FlavorDomain<CxxPlatform>, CxxPlatform, String, Function<TargetNode<?, ?>, SourcePathResolver>, BuckEventBus, HalideBuckConfig, CxxBuckConfig, AppleConfig, SwiftBuckConfig) - Constructor for class com.facebook.buck.apple.project_generator.WorkspaceAndProjectGenerator
 
workspaceName - Variable in class com.facebook.buck.apple.XcodeWorkspaceConfigDescription.Arg
 
wrapFileManager(StandardJavaFileManager) - Method in interface com.facebook.buck.jvm.java.ClassUsageFileWriter
 
wrapFileManager(StandardJavaFileManager) - Method in class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
 
wrapFileManager(StandardJavaFileManager) - Method in class com.facebook.buck.jvm.java.NoOpClassUsageFileWriter
 
wrapperScope(RuleKeyHasher.Wrapper) - Method in class com.facebook.buck.rules.keys.RuleKeyScopedHasher
Hashes the wrapper iff non-empty (i.e.
write(OutputStream) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.FetchResponse
 
write(OutputStream) - Method in class com.facebook.buck.artifact_cache.HttpArtifactCacheBinaryProtocol.StoreRequest
 
write(DepsForBuildFiles, String, boolean, ObjectMapper, ListeningExecutorService, int) - Static method in class com.facebook.buck.autodeps.AutodepsWriter
Writes the .autodeps files in parallel using the commandThreadManager.
write(ByteBuffer) - Method in class com.facebook.buck.cxx.elf.ElfSymbolTable.Entry.Info
 
write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.elf.ElfSymbolTable
 
write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.elf.ElfVerDef
 
write(ElfHeader.EIClass, ByteBuffer) - Method in class com.facebook.buck.cxx.elf.ElfVerNeed
 
write() - Method in class com.facebook.buck.io.DeterministicJarManifestWriter
 
write(boolean, boolean, boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjProject
Write the project to disk.
write(boolean, boolean) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectWriter
 
write(String) - Method in interface com.facebook.buck.log.ConsoleHandlerState.Writer
 
write(char[], int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(char[]) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(String) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(String, int, int) - Method in class com.facebook.buck.log.ReferenceCountedWriter
 
write(int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
write(byte[]) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
write(byte[], int, int) - Method in class com.facebook.buck.util.DirtyPrintStreamDecorator
 
write(int) - Method in class com.facebook.buck.util.hash.HasherOutputStream
 
write(byte[], int, int) - Method in class com.facebook.buck.util.hash.HasherOutputStream
 
write(byte[], int, int) - Method in class com.facebook.buck.zip.CustomZipOutputStream
 
write(int) - Method in class com.facebook.buck.zip.CustomZipOutputStream
Writes the specified byte to this output stream.
writeAndClose(OutputStream) - Method in class com.facebook.buck.artifact_cache.ThriftArtifactCacheProtocol.Request
 
writeArtifactCompressionEvent(ArtifactCompressionEvent, ChromeTraceEvent.Phase) - Method in class com.facebook.buck.event.listener.ChromeTraceBuildListener
 
writeBytesToPath(byte[], Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
writeCommandToBuffer(LinkEditDataCommand, ByteBuffer) - Static method in class com.facebook.buck.macho.LinkEditDataCommandUtils
 
writeCommandToBuffer(LoadCommandCommonFields, ByteBuffer) - Static method in class com.facebook.buck.macho.LoadCommandCommonFieldsUtils
Writes a byte representation of the load command into the given buffer.
writeCommandToBuffer(SegmentCommand, ByteBuffer, boolean) - Static method in class com.facebook.buck.macho.SegmentCommandUtils
 
writeCommandToBuffer(SymTabCommand, ByteBuffer) - Static method in class com.facebook.buck.macho.SymTabCommandUtils
 
writeCommandToBuffer(UUIDCommand, ByteBuffer) - Static method in class com.facebook.buck.macho.UUIDCommandUtils
 
writeContentsToPath(String, Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
 
writeEntry(String, InputStream) - Method in class com.facebook.buck.io.HashingDeterministicJarWriter
 
writeEvent(IndividualTestEvent.Finished) - Method in class com.facebook.buck.event.listener.FileSerializationEventBusListener
 
WriteFile - Class in com.facebook.buck.file
 
WriteFile(BuildRuleParams, String, Path, boolean) - Constructor for class com.facebook.buck.file.WriteFile
 
WriteFile(BuildRuleParams, byte[], Path, boolean) - Constructor for class com.facebook.buck.file.WriteFile
 
writeFile(ProjectFilesystem, ObjectMapper) - Method in interface com.facebook.buck.jvm.java.ClassUsageFileWriter
 
writeFile(ProjectFilesystem, ObjectMapper) - Method in class com.facebook.buck.jvm.java.DefaultClassUsageFileWriter
 
writeFile(ProjectFilesystem, ObjectMapper) - Method in class com.facebook.buck.jvm.java.NoOpClassUsageFileWriter
 
WriteFileStep - Class in com.facebook.buck.step.fs
 
WriteFileStep(ProjectFilesystem, ByteSource, Path, boolean) - Constructor for class com.facebook.buck.step.fs.WriteFileStep
 
WriteFileStep(ProjectFilesystem, String, Path, boolean) - Constructor for class com.facebook.buck.step.fs.WriteFileStep
 
WriteFileStep(ProjectFilesystem, Supplier<String>, Path, boolean) - Constructor for class com.facebook.buck.step.fs.WriteFileStep
 
writeLinesToFile(Iterable<String>, Path) - Static method in class com.facebook.buck.io.MoreFiles
Writes the specified lines to the specified file, encoded as UTF-8.
writeLinesToPath(Iterable<String>, Path, FileAttribute<?>...) - Method in class com.facebook.buck.io.ProjectFilesystem
Writes each line in lines with a trailing newline to a file at the specified path.
writeLock() - Method in class com.facebook.buck.util.concurrent.AutoCloseableReadWriteUpdateLock
 
writeMetadataToDisk(boolean) - Method in class com.facebook.buck.rules.BuildInfoRecorder
Writes the metadata currently stored in memory to the directory returned by BuildInfo.getPathToMetadataDirectory(BuildTarget, ProjectFilesystem).
writeNlistToBuffer(Nlist, ByteBuffer, boolean) - Static method in class com.facebook.buck.macho.NlistUtils
Writes the given Nlist to the buffer at the current position.
writeOutput() - Method in class com.facebook.buck.graph.Dot
 
writeResult(String, List<TestResult>) - Method in class com.facebook.buck.testrunner.BaseRunner
The test result file is written as XML to avoid introducing a dependency on JSON (see class overview).
writeStdin(ByteBuffer) - Method in interface com.facebook.buck.util.ListeningProcessExecutor.LaunchedProcess
Invoke this to directly write data to the launched process's stdin.
writeStringTableFromStrings(Iterable<String>, OutputStream) - Static method in class com.facebook.buck.cxx.elf.ElfStringTable
Writes a string table from the given strings.
writeStringTableFromStringTable(byte[], Iterable<Integer>, OutputStream) - Static method in class com.facebook.buck.cxx.elf.ElfStringTable
Writes a string table from null terminated byte strings described by the byte array and indices.
WriteStringTemplateRule - Class in com.facebook.buck.rules
 
WriteStringTemplateRule(BuildRuleParams, Path, SourcePath, ImmutableMap<String, String>, boolean) - Constructor for class com.facebook.buck.rules.WriteStringTemplateRule
 
writeSubgraphOutput(DirectedAcyclicGraph<T>, String, ImmutableSet<T>, Function<T, String>, Appendable, boolean) - Static method in class com.facebook.buck.graph.Dot
 
writeTo(ProjectFilesystem, Path) - Method in class com.facebook.buck.jvm.java.abi.StubJar
 
writeToFile(ST, Path) - Method in class com.facebook.buck.jvm.java.intellij.IjProjectWriter
 
writeUnhashedEntry(String, InputStream) - Method in class com.facebook.buck.io.HashingDeterministicJarWriter
 
writeXmlOutput(List<TestResults>, Writer) - Static method in class com.facebook.buck.cli.TestRunning
Writes the test results in XML format to the supplied writer.

X

XCBuildConfiguration - Class in com.facebook.buck.apple.xcode.xcodeproj
Build configuration containing a file reference ton an xcconfig file and additional inline settings.
XCBuildConfiguration(String) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.XCBuildConfiguration
 
XCConfigurationList - Class in com.facebook.buck.apple.xcode.xcodeproj
List of build configurations.
XCConfigurationList() - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.XCConfigurationList
 
XCODE_TARGET_DESCRIPTION_CLASSES - Static variable in class com.facebook.buck.apple.AppleBuildRules
 
XcodePostbuildScriptDescription - Class in com.facebook.buck.apple
Description for an xcode_postbuild_script rule which runs a shell script after the 'copy resources' phase has run.
XcodePostbuildScriptDescription() - Constructor for class com.facebook.buck.apple.XcodePostbuildScriptDescription
 
XcodePrebuildScriptDescription - Class in com.facebook.buck.apple
Description for an xcode_prebuild_script rule which runs a shell script before the Apple target that depends on it is built.
XcodePrebuildScriptDescription() - Constructor for class com.facebook.buck.apple.XcodePrebuildScriptDescription
 
xcodePrivateHeadersSymlinks - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
xcodeProductType - Variable in class com.facebook.buck.apple.AppleBundleDescription.Arg
 
xcodeProductType - Variable in class com.facebook.buck.apple.AppleTestDescription.Arg
 
xcodeProjectTestsMode() - Method in class com.facebook.buck.cli.BuckConfig
 
XcodeprojSerializer - Class in com.facebook.buck.apple.xcode
Serializer that handles conversion of an in-memory object graph representation of an xcode project (instances of PBXObject) into an Apple property list.
XcodeprojSerializer(GidGenerator, PBXProject) - Constructor for class com.facebook.buck.apple.xcode.XcodeprojSerializer
 
xcodePublicHeadersSymlinks - Variable in class com.facebook.buck.cxx.CxxLibraryDescription.Arg
 
XcodeScriptDescriptionArg - Class in com.facebook.buck.apple
 
XcodeScriptDescriptionArg() - Constructor for class com.facebook.buck.apple.XcodeScriptDescriptionArg
 
XcodeWorkspaceConfigDescription - Class in com.facebook.buck.apple
 
XcodeWorkspaceConfigDescription() - Constructor for class com.facebook.buck.apple.XcodeWorkspaceConfigDescription
 
XcodeWorkspaceConfigDescription.Arg - Class in com.facebook.buck.apple
 
XCScheme - Class in com.facebook.buck.apple.xcode
 
XCScheme(String, Optional<XCScheme.BuildAction>, Optional<XCScheme.TestAction>, Optional<XCScheme.LaunchAction>, Optional<XCScheme.ProfileAction>, Optional<XCScheme.AnalyzeAction>, Optional<XCScheme.ArchiveAction>) - Constructor for class com.facebook.buck.apple.xcode.XCScheme
 
XCScheme.AnalyzeAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.ArchiveAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.BuildableReference - Class in com.facebook.buck.apple.xcode
 
XCScheme.BuildAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.BuildActionEntry - Class in com.facebook.buck.apple.xcode
 
XCScheme.BuildActionEntry.BuildFor - Enum in com.facebook.buck.apple.xcode
 
XCScheme.LaunchAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.LaunchAction.LaunchStyle - Enum in com.facebook.buck.apple.xcode
 
XCScheme.ProfileAction - Class in com.facebook.buck.apple.xcode
 
XCScheme.TestableReference - Class in com.facebook.buck.apple.xcode
 
XCScheme.TestAction - Class in com.facebook.buck.apple.xcode
 
XCVersionGroup - Class in com.facebook.buck.apple.xcode.xcodeproj
 
XCVersionGroup(String, String, PBXReference.SourceTree) - Constructor for class com.facebook.buck.apple.xcode.xcodeproj.XCVersionGroup
 
XmlDomParser - Class in com.facebook.buck.util
 
XmlTestResultParser - Class in com.facebook.buck.test
 
XMX_OVERRIDE - Static variable in class com.facebook.buck.android.DxStep
 
xzCompressionLevel - Variable in class com.facebook.buck.android.AndroidBinaryDescription.Arg
 
XzMemorySemaphore - Class in com.facebook.buck.step.fs
 
XzStep - Class in com.facebook.buck.step.fs
A Step to compress a file with XZ / LZMA2.
XzStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.step.fs.XzStep
Creates an XzStep to compress a file with XZ compression level 4.
XzStep(ProjectFilesystem, Path, Path) - Constructor for class com.facebook.buck.step.fs.XzStep
Creates an XzStep to compress a file with XZ compression level 4.
XzStep(ProjectFilesystem, Path, Path, int) - Constructor for class com.facebook.buck.step.fs.XzStep
Creates an XzStep to compress a file with the given XZ compression level and output path.
XzStep(ProjectFilesystem, Path, int) - Constructor for class com.facebook.buck.step.fs.XzStep
Creates an XzStep to compress a file with XZ at a user supplied compression level .

Y

yaccCompiler - Variable in class com.facebook.buck.ocaml.OcamlYaccStep.Args
 

Z

ZERO - Static variable in class com.facebook.buck.dalvik.DalvikStatsTool.Stats
 
zeroFileChanges() - Static method in class com.facebook.buck.event.WatchmanStatusEvent
 
ZeroFileChanges() - Constructor for class com.facebook.buck.event.WatchmanStatusEvent.ZeroFileChanges
 
Zip - Class in com.facebook.buck.zip
 
Zip(BuildRuleParams, String, ImmutableSortedSet<SourcePath>) - Constructor for class com.facebook.buck.zip.Zip
 
ZipalignStep - Class in com.facebook.buck.android
 
ZipalignStep(Path, Path, Path) - Constructor for class com.facebook.buck.android.ZipalignStep
 
zipAndConcat(Iterable<T>...) - Static method in class com.facebook.buck.util.MoreIterables
Combine the given iterables by peeling off items one at a time from each of the input iterables until any one of the iterables are exhausted.
ZipArchiveDependencySupplier - Class in com.facebook.buck.jvm.java
 
ZipArchiveDependencySupplier(ImmutableSortedSet<SourcePath>, ProjectFilesystem) - Constructor for class com.facebook.buck.jvm.java.ZipArchiveDependencySupplier
 
ZipCompressionLevel - Enum in com.facebook.buck.zip
 
ZipConstants - Class in com.facebook.buck.zip
 
ZipFileDescription - Class in com.facebook.buck.zip
 
ZipFileDescription() - Constructor for class com.facebook.buck.zip.ZipFileDescription
 
ZipFileDescription.Arg - Class in com.facebook.buck.zip
 
ZipFileTraversal - Class in com.facebook.buck.util
 
ZipFileTraversal(Path) - Constructor for class com.facebook.buck.util.ZipFileTraversal
 
ZipOutputStreams - Class in com.facebook.buck.zip
 
ZipOutputStreams.HandleDuplicates - Enum in com.facebook.buck.zip
 
zipSafe - Variable in class com.facebook.buck.python.PythonBinaryDescription.Arg
 
zipSafe - Variable in class com.facebook.buck.python.PythonLibraryDescription.Arg
 
ZipScrubberStep - Class in com.facebook.buck.zip
 
ZipScrubberStep(ProjectFilesystem, Path) - Constructor for class com.facebook.buck.zip.ZipScrubberStep
 
ZipSplitter - Interface in com.facebook.buck.dalvik
 
ZipSplitter.CanaryStrategy - Enum in com.facebook.buck.dalvik
 
ZipSplitter.DexSplitStrategy - Enum in com.facebook.buck.dalvik
 
ZipSplitterFactory - Interface in com.facebook.buck.dalvik
 
ZipStep - Class in com.facebook.buck.zip
A Step that creates a ZIP archive..
ZipStep(ProjectFilesystem, Path, Set<Path>, boolean, ZipCompressionLevel, Path) - Constructor for class com.facebook.buck.zip.ZipStep
Create a ZipStep to create or update a zip archive.
ZipWriteTest - Class in com.facebook.buck.zip
A small test program to exercize CustomZipOutputStream.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links